#3b008b color space conversions
Hex:
        #3b008b
        RGB:
        59, 0, 139
        CMY:
        77, 100, 45
        CMYK:
        58, 100, 0, 45
      HSL:
        265°, 100.0000%, 27.2549%
        HSV (HSB):
        265°, 100.0000%, 54.5098%
        XYZ:
        6.4638, 2.7939, 24.6247
        xyY:
        0.1908, 0.0825, 2.7939
      CIE-Lab:
        19.1988, 52.3706, -61.1647
        CIE-LCH:
        19.1988, 80.5220, 310.5709
        CIE-Luv:
        19.1988, 3.4099, -65.5520
        Hunter-Lab:
        16.7149, 39.7767, -75.6465
      #3b008b color charts
#3b008b RGB chart
      #3b008b CMYK chart
      #3b008b RGB pie chart
      #3b008b color shades, tints & tones
#3b008b color schemes
#3b008b color preview, HTML & CSS examples
           This text has a color of #3b008b        
        
          <p style="color:#3b008b;">Text here</p>
        
        
          .mytext {color:#3b008b;}
        
        Text color #3b008b
      
           This box has a color of #3b008b        
        
          <div style="background-color:#3b008b;">Content here</div>
        
        
          .mybackground {background-color:#3b008b;}
        
        Background color #3b008b
      
           Border around this has a color of #3b008b        
        
          <div style="border:2px solid #3b008b;">Content here</div>
        
        
          .myborder {border:2px solid #3b008b;}
        
        Border color #3b008b