#3b2acc color space conversions
Hex:
        #3b2acc
        RGB:
        59, 42, 204
        CMY:
        77, 84, 20
        CMYK:
        71, 79, 0, 20
      HSL:
        246°, 65.8537%, 48.2353%
        HSV (HSB):
        246°, 79.4118%, 80.0000%
        XYZ:
        13.5307, 6.9454, 57.7542
        xyY:
        0.1730, 0.0888, 6.9454
      CIE-Lab:
        31.6822, 55.5473, -79.6859
        CIE-LCH:
        31.6822, 97.1357, 304.8795
        CIE-Luv:
        31.6822, -4.8742, -104.4136
        Hunter-Lab:
        26.3541, 45.5257, -111.4845
      #3b2acc color charts
#3b2acc RGB chart
      #3b2acc CMYK chart
      #3b2acc RGB pie chart
      #3b2acc color shades, tints & tones
#3b2acc color schemes
#3b2acc color preview, HTML & CSS examples
           This text has a color of #3b2acc        
        
          <p style="color:#3b2acc;">Text here</p>
        
        
          .mytext {color:#3b2acc;}
        
        Text color #3b2acc
      
           This box has a color of #3b2acc        
        
          <div style="background-color:#3b2acc;">Content here</div>
        
        
          .mybackground {background-color:#3b2acc;}
        
        Background color #3b2acc
      
           Border around this has a color of #3b2acc        
        
          <div style="border:2px solid #3b2acc;">Content here</div>
        
        
          .myborder {border:2px solid #3b2acc;}
        
        Border color #3b2acc