#1f01ca color space conversions
Hex:
        #1f01ca
        RGB:
        31, 1, 202
        CMY:
        88, 100, 21
        CMYK:
        85, 100, 0, 21
      HSL:
        249°, 99.0148%, 39.8039%
        HSV (HSB):
        249°, 99.5050%, 79.2157%
        XYZ:
        11.2366, 4.5773, 56.1684
        xyY:
        0.1561, 0.0636, 4.5773
      CIE-Lab:
        25.4948, 66.5398, -88.8583
        CIE-LCH:
        25.4948, 111.0105, 306.8270
        CIE-Luv:
        25.4948, -5.6002, -100.2562
        Hunter-Lab:
        21.3946, 56.3090, -140.6811
      #1f01ca color charts
#1f01ca RGB chart
      #1f01ca CMYK chart
      #1f01ca RGB pie chart
      #1f01ca color shades, tints & tones
#1f01ca color schemes
#1f01ca color preview, HTML & CSS examples
           This text has a color of #1f01ca        
        
          <p style="color:#1f01ca;">Text here</p>
        
        
          .mytext {color:#1f01ca;}
        
        Text color #1f01ca
      
           This box has a color of #1f01ca        
        
          <div style="background-color:#1f01ca;">Content here</div>
        
        
          .mybackground {background-color:#1f01ca;}
        
        Background color #1f01ca
      
           Border around this has a color of #1f01ca        
        
          <div style="border:2px solid #1f01ca;">Content here</div>
        
        
          .myborder {border:2px solid #1f01ca;}
        
        Border color #1f01ca