#3500ed color space conversions
Hex:
        #3500ed
        RGB:
        53, 0, 237
        CMY:
        79, 100, 7
        CMYK:
        78, 100, 0, 7
      HSL:
        253°, 100.0000%, 46.4706%
        HSV (HSB):
        253°, 100.0000%, 92.9412%
        XYZ:
        16.7543, 6.8713, 80.5640
        xyY:
        0.1608, 0.0660, 6.8713
      CIE-Lab:
        31.5121, 75.5553, -98.9763
        CIE-LCH:
        31.5121, 124.5187, 307.3569
        CIE-Luv:
        31.5121, -5.1051, -121.7805
        Hunter-Lab:
        26.2132, 68.2159, -163.8736
      #3500ed color charts
#3500ed RGB chart
      #3500ed CMYK chart
      #3500ed RGB pie chart
      #3500ed color shades, tints & tones
#3500ed color schemes
#3500ed color preview, HTML & CSS examples
           This text has a color of #3500ed        
        
          <p style="color:#3500ed;">Text here</p>
        
        
          .mytext {color:#3500ed;}
        
        Text color #3500ed
      
           This box has a color of #3500ed        
        
          <div style="background-color:#3500ed;">Content here</div>
        
        
          .mybackground {background-color:#3500ed;}
        
        Background color #3500ed
      
           Border around this has a color of #3500ed        
        
          <div style="border:2px solid #3500ed;">Content here</div>
        
        
          .myborder {border:2px solid #3500ed;}
        
        Border color #3500ed