#501ccd color space conversions
Hex:
        #501ccd
        RGB:
        80, 28, 205
        CMY:
        69, 89, 20
        CMYK:
        61, 86, 0, 20
      HSL:
        258°, 75.9657%, 45.6863%
        HSV (HSB):
        258°, 86.3415%, 80.3922%
        XYZ:
        14.7430, 6.9438, 58.3208
        xyY:
        0.1843, 0.0868, 6.9438
      CIE-Lab:
        31.6785, 63.1382, -80.2200
        CIE-LCH:
        31.6785, 102.0867, 308.2050
        CIE-Luv:
        31.6785, 1.1692, -105.2912
        Hunter-Lab:
        26.3510, 53.7536, -112.7767
      #501ccd color charts
#501ccd RGB chart
      #501ccd CMYK chart
      #501ccd RGB pie chart
      #501ccd color shades, tints & tones
#501ccd color schemes
#501ccd color preview, HTML & CSS examples
           This text has a color of #501ccd        
        
          <p style="color:#501ccd;">Text here</p>
        
        
          .mytext {color:#501ccd;}
        
        Text color #501ccd
      
           This box has a color of #501ccd        
        
          <div style="background-color:#501ccd;">Content here</div>
        
        
          .mybackground {background-color:#501ccd;}
        
        Background color #501ccd
      
           Border around this has a color of #501ccd        
        
          <div style="border:2px solid #501ccd;">Content here</div>
        
        
          .myborder {border:2px solid #501ccd;}
        
        Border color #501ccd