#2a24ed color space conversions
Hex:
        #2a24ed
        RGB:
        42, 36, 237
        CMY:
        84, 86, 7
        CMYK:
        82, 85, 0, 7
      HSL:
        242°, 84.8101%, 53.5294%
        HSV (HSB):
        242°, 84.8101%, 92.9412%
        XYZ:
        16.8718, 7.8684, 80.7503
        xyY:
        0.1599, 0.0746, 7.8684
      CIE-Lab:
        33.7073, 66.7472, -95.3308
        CIE-LCH:
        33.7073, 116.3750, 304.9983
        CIE-Luv:
        33.7073, -8.2817, -122.9446
        Hunter-Lab:
        28.0507, 58.2745, -151.0442
      #2a24ed color charts
#2a24ed RGB chart
      #2a24ed CMYK chart
      #2a24ed RGB pie chart
      #2a24ed color shades, tints & tones
#2a24ed color schemes
#2a24ed color preview, HTML & CSS examples
           This text has a color of #2a24ed        
        
          <p style="color:#2a24ed;">Text here</p>
        
        
          .mytext {color:#2a24ed;}
        
        Text color #2a24ed
      
           This box has a color of #2a24ed        
        
          <div style="background-color:#2a24ed;">Content here</div>
        
        
          .mybackground {background-color:#2a24ed;}
        
        Background color #2a24ed
      
           Border around this has a color of #2a24ed        
        
          <div style="border:2px solid #2a24ed;">Content here</div>
        
        
          .myborder {border:2px solid #2a24ed;}
        
        Border color #2a24ed