#4242ed color space conversions
Hex:
        #4242ed
        RGB:
        66, 66, 237
        CMY:
        74, 74, 7
        CMYK:
        72, 72, 0, 7
      HSL:
        240°, 82.6087%, 59.4118%
        HSV (HSB):
        240°, 72.1519%, 92.9412%
        XYZ:
        19.4810, 11.1691, 81.2499
        xyY:
        0.1741, 0.0998, 11.1691
      CIE-Lab:
        39.8638, 54.0079, -85.0887
        CIE-LCH:
        39.8638, 100.7816, 302.4043
        CIE-Luv:
        39.8638, -8.7806, -121.7740
        Hunter-Lab:
        33.4202, 45.5644, -120.7493
      #4242ed color charts
#4242ed RGB chart
      #4242ed CMYK chart
      #4242ed RGB pie chart
      #4242ed color shades, tints & tones
#4242ed color schemes
#4242ed color preview, HTML & CSS examples
           This text has a color of #4242ed        
        
          <p style="color:#4242ed;">Text here</p>
        
        
          .mytext {color:#4242ed;}
        
        Text color #4242ed
      
           This box has a color of #4242ed        
        
          <div style="background-color:#4242ed;">Content here</div>
        
        
          .mybackground {background-color:#4242ed;}
        
        Background color #4242ed
      
           Border around this has a color of #4242ed        
        
          <div style="border:2px solid #4242ed;">Content here</div>
        
        
          .myborder {border:2px solid #4242ed;}
        
        Border color #4242ed