#331fac color space conversions
Hex:
        #331fac
        RGB:
        51, 31, 172
        CMY:
        80, 88, 33
        CMYK:
        70, 82, 0, 33
      HSL:
        249°, 69.4581%, 39.8039%
        HSV (HSB):
        249°, 81.9767%, 67.4510%
        XYZ:
        9.3016, 4.6623, 39.4394
        xyY:
        0.1742, 0.0873, 4.6623
      CIE-Lab:
        25.7503, 50.4566, -70.5841
        CIE-LCH:
        25.7503, 86.7640, 305.5588
        CIE-Luv:
        25.7503, -3.1818, -85.6749
        Hunter-Lab:
        21.5924, 39.1077, -93.1806
      #331fac color charts
#331fac RGB chart
      #331fac CMYK chart
      #331fac RGB pie chart
      #331fac color shades, tints & tones
#331fac color schemes
#331fac color preview, HTML & CSS examples
           This text has a color of #331fac        
        
          <p style="color:#331fac;">Text here</p>
        
        
          .mytext {color:#331fac;}
        
        Text color #331fac
      
           This box has a color of #331fac        
        
          <div style="background-color:#331fac;">Content here</div>
        
        
          .mybackground {background-color:#331fac;}
        
        Background color #331fac
      
           Border around this has a color of #331fac        
        
          <div style="border:2px solid #331fac;">Content here</div>
        
        
          .myborder {border:2px solid #331fac;}
        
        Border color #331fac