#3600ad color space conversions
Hex:
        #3600ad
        RGB:
        54, 0, 173
        CMY:
        79, 100, 32
        CMYK:
        69, 100, 0, 32
      HSL:
        259°, 100.0000%, 33.9216%
        HSV (HSB):
        259°, 100.0000%, 67.8431%
        XYZ:
        9.0641, 3.8014, 39.7912
        xyY:
        0.1721, 0.0722, 3.8014
      CIE-Lab:
        23.0037, 60.3174, -75.7422
        CIE-LCH:
        23.0037, 96.8250, 308.5321
        CIE-Luv:
        23.0037, -0.7007, -84.8880
        Hunter-Lab:
        19.4972, 48.8637, -107.3550
      #3600ad color charts
#3600ad RGB chart
      #3600ad CMYK chart
      #3600ad RGB pie chart
      #3600ad color shades, tints & tones
#3600ad color schemes
#3600ad color preview, HTML & CSS examples
           This text has a color of #3600ad        
        
          <p style="color:#3600ad;">Text here</p>
        
        
          .mytext {color:#3600ad;}
        
        Text color #3600ad
      
           This box has a color of #3600ad        
        
          <div style="background-color:#3600ad;">Content here</div>
        
        
          .mybackground {background-color:#3600ad;}
        
        Background color #3600ad
      
           Border around this has a color of #3600ad        
        
          <div style="border:2px solid #3600ad;">Content here</div>
        
        
          .myborder {border:2px solid #3600ad;}
        
        Border color #3600ad