#3600ee color space conversions
Hex:
        #3600ee
        RGB:
        54, 0, 238
        CMY:
        79, 100, 7
        CMYK:
        77, 100, 0, 7
      HSL:
        254°, 100.0000%, 46.6667%
        HSV (HSB):
        254°, 100.0000%, 93.3333%
        XYZ:
        16.9539, 6.9573, 81.3382
        xyY:
        0.1611, 0.0661, 6.9573
      CIE-Lab:
        31.7095, 75.8137, -99.2136
        CIE-LCH:
        31.7095, 124.8642, 307.3851
        CIE-Luv:
        31.7095, -5.0334, -122.4059
        Hunter-Lab:
        26.3767, 68.5736, -164.3696
      #3600ee color charts
#3600ee RGB chart
      #3600ee CMYK chart
      #3600ee RGB pie chart
      #3600ee color shades, tints & tones
#3600ee color schemes
#3600ee color preview, HTML & CSS examples
           This text has a color of #3600ee        
        
          <p style="color:#3600ee;">Text here</p>
        
        
          .mytext {color:#3600ee;}
        
        Text color #3600ee
      
           This box has a color of #3600ee        
        
          <div style="background-color:#3600ee;">Content here</div>
        
        
          .mybackground {background-color:#3600ee;}
        
        Background color #3600ee
      
           Border around this has a color of #3600ee        
        
          <div style="border:2px solid #3600ee;">Content here</div>
        
        
          .myborder {border:2px solid #3600ee;}
        
        Border color #3600ee