#3f50ed color space conversions
Hex:
        #3f50ed
        RGB:
        63, 80, 237
        CMY:
        75, 69, 7
        CMYK:
        73, 66, 0, 7
      HSL:
        234°, 82.8571%, 58.8235%
        HSV (HSB):
        234°, 73.4177%, 92.9412%
        XYZ:
        20.2046, 12.9085, 81.5475
        xyY:
        0.1762, 0.1126, 12.9085
      CIE-Lab:
        42.6251, 45.7117, -80.5492
        CIE-LCH:
        42.6251, 92.6160, 299.5749
        CIE-Luv:
        42.6251, -11.9486, -119.1028
        Hunter-Lab:
        35.9284, 37.5061, -109.4218
      #3f50ed color charts
#3f50ed RGB chart
      #3f50ed CMYK chart
      #3f50ed RGB pie chart
      #3f50ed color shades, tints & tones
#3f50ed color schemes
#3f50ed color preview, HTML & CSS examples
           This text has a color of #3f50ed        
        
          <p style="color:#3f50ed;">Text here</p>
        
        
          .mytext {color:#3f50ed;}
        
        Text color #3f50ed
      
           This box has a color of #3f50ed        
        
          <div style="background-color:#3f50ed;">Content here</div>
        
        
          .mybackground {background-color:#3f50ed;}
        
        Background color #3f50ed
      
           Border around this has a color of #3f50ed        
        
          <div style="border:2px solid #3f50ed;">Content here</div>
        
        
          .myborder {border:2px solid #3f50ed;}
        
        Border color #3f50ed