#3200fc color space conversions
Hex:
        #3200fc
        RGB:
        50, 0, 252
        CMY:
        80, 100, 1
        CMYK:
        80, 100, 0, 1
      HSL:
        252°, 100.0000%, 49.4118%
        HSV (HSB):
        252°, 100.0000%, 98.8235%
        XYZ:
        18.8861, 7.7064, 92.5875
        xyY:
        0.1585, 0.0647, 7.7064
      CIE-Lab:
        33.3638, 78.9933, -104.3690
        CIE-LCH:
        33.3638, 130.8924, 307.1208
        CIE-Luv:
        33.3638, -6.3275, -130.1589
        Hunter-Lab:
        27.7604, 72.8574, -178.3142
      #3200fc color charts
#3200fc RGB chart
      #3200fc CMYK chart
      #3200fc RGB pie chart
      #3200fc color shades, tints & tones
#3200fc color schemes
#3200fc color preview, HTML & CSS examples
           This text has a color of #3200fc        
        
          <p style="color:#3200fc;">Text here</p>
        
        
          .mytext {color:#3200fc;}
        
        Text color #3200fc
      
           This box has a color of #3200fc        
        
          <div style="background-color:#3200fc;">Content here</div>
        
        
          .mybackground {background-color:#3200fc;}
        
        Background color #3200fc
      
           Border around this has a color of #3200fc        
        
          <div style="border:2px solid #3200fc;">Content here</div>
        
        
          .myborder {border:2px solid #3200fc;}
        
        Border color #3200fc