#440daf color space conversions
Hex:
        #440daf
        RGB:
        68, 13, 175
        CMY:
        73, 95, 31
        CMYK:
        61, 93, 0, 31
      HSL:
        260°, 86.1702%, 36.8627%
        HSV (HSB):
        260°, 92.5714%, 68.6275%
        XYZ:
        10.2657, 4.6119, 40.9066
        xyY:
        0.1840, 0.0827, 4.6119
      CIE-Lab:
        25.5993, 58.8076, -72.5908
        CIE-LCH:
        25.5993, 93.4225, 309.0118
        CIE-Luv:
        25.5993, 1.7557, -87.5310
        Hunter-Lab:
        21.4754, 47.7446, -97.9033
      #440daf color charts
#440daf RGB chart
      #440daf CMYK chart
      #440daf RGB pie chart
      #440daf color shades, tints & tones
#440daf color schemes
#440daf color preview, HTML & CSS examples
           This text has a color of #440daf        
        
          <p style="color:#440daf;">Text here</p>
        
        
          .mytext {color:#440daf;}
        
        Text color #440daf
      
           This box has a color of #440daf        
        
          <div style="background-color:#440daf;">Content here</div>
        
        
          .mybackground {background-color:#440daf;}
        
        Background color #440daf
      
           Border around this has a color of #440daf        
        
          <div style="border:2px solid #440daf;">Content here</div>
        
        
          .myborder {border:2px solid #440daf;}
        
        Border color #440daf