#32003b color space conversions
Hex:
        #32003b
        RGB:
        50, 0, 59
        CMY:
        80, 100, 77
        CMYK:
        15, 100, 0, 77
      HSL:
        291°, 100.0000%, 11.5686%
        HSV (HSB):
        291°, 100.0000%, 23.1373%
        XYZ:
        2.1048, 0.9939, 4.2186
        xyY:
        0.2876, 0.1358, 0.9939
      CIE-Lab:
        8.9403, 32.9075, -24.6750
        CIE-LCH:
        8.9403, 41.1310, 323.1364
        CIE-Luv:
        8.9403, 9.9878, -19.3913
        Hunter-Lab:
        9.9693, 20.2401, -18.1103
      #32003b color charts
#32003b RGB chart
      #32003b CMYK chart
      #32003b RGB pie chart
      #32003b color shades, tints & tones
#32003b color schemes
#32003b color preview, HTML & CSS examples
           This text has a color of #32003b        
        
          <p style="color:#32003b;">Text here</p>
        
        
          .mytext {color:#32003b;}
        
        Text color #32003b
      
           This box has a color of #32003b        
        
          <div style="background-color:#32003b;">Content here</div>
        
        
          .mybackground {background-color:#32003b;}
        
        Background color #32003b
      
           Border around this has a color of #32003b        
        
          <div style="border:2px solid #32003b;">Content here</div>
        
        
          .myborder {border:2px solid #32003b;}
        
        Border color #32003b