#331fec color space conversions
Hex:
        #331fec
        RGB:
        51, 31, 236
        CMY:
        80, 88, 7
        CMYK:
        78, 87, 0, 7
      HSL:
        246°, 84.3621%, 52.3529%
        HSV (HSB):
        246°, 86.8644%, 92.5490%
        XYZ:
        16.9955, 7.7399, 79.9551
        xyY:
        0.1623, 0.0739, 7.7399
      CIE-Lab:
        33.4352, 68.6055, -95.2037
        CIE-LCH:
        33.4352, 117.3476, 305.7772
        CIE-Luv:
        33.4352, -6.7642, -122.3832
        Hunter-Lab:
        27.8207, 60.3587, -150.9216
      #331fec color charts
#331fec RGB chart
      #331fec CMYK chart
      #331fec RGB pie chart
      #331fec color shades, tints & tones
#331fec color schemes
#331fec color preview, HTML & CSS examples
           This text has a color of #331fec        
        
          <p style="color:#331fec;">Text here</p>
        
        
          .mytext {color:#331fec;}
        
        Text color #331fec
      
           This box has a color of #331fec        
        
          <div style="background-color:#331fec;">Content here</div>
        
        
          .mybackground {background-color:#331fec;}
        
        Background color #331fec
      
           Border around this has a color of #331fec        
        
          <div style="border:2px solid #331fec;">Content here</div>
        
        
          .myborder {border:2px solid #331fec;}
        
        Border color #331fec