#3b2ace color space conversions
Hex:
        #3b2ace
        RGB:
        59, 42, 206
        CMY:
        77, 84, 19
        CMYK:
        71, 80, 0, 19
      HSL:
        246°, 66.1290%, 48.6275%
        HSV (HSB):
        246°, 79.6117%, 80.7843%
        XYZ:
        13.7722, 7.0420, 59.0259
        xyY:
        0.1725, 0.0882, 7.0420
      CIE-Lab:
        31.9023, 56.1429, -80.4862
        CIE-LCH:
        31.9023, 98.1328, 304.8976
        CIE-Luv:
        31.9023, -4.9893, -105.5771
        Hunter-Lab:
        26.5367, 46.1998, -113.3037
      #3b2ace color charts
#3b2ace RGB chart
      #3b2ace CMYK chart
      #3b2ace RGB pie chart
      #3b2ace color shades, tints & tones
#3b2ace color schemes
#3b2ace color preview, HTML & CSS examples
           This text has a color of #3b2ace        
        
          <p style="color:#3b2ace;">Text here</p>
        
        
          .mytext {color:#3b2ace;}
        
        Text color #3b2ace
      
           This box has a color of #3b2ace        
        
          <div style="background-color:#3b2ace;">Content here</div>
        
        
          .mybackground {background-color:#3b2ace;}
        
        Background color #3b2ace
      
           Border around this has a color of #3b2ace        
        
          <div style="border:2px solid #3b2ace;">Content here</div>
        
        
          .myborder {border:2px solid #3b2ace;}
        
        Border color #3b2ace