#321aaf color space conversions
Hex:
        #321aaf
        RGB:
        50, 26, 175
        CMY:
        80, 90, 31
        CMYK:
        71, 85, 0, 31
      HSL:
        250°, 74.1294%, 39.4118%
        HSV (HSB):
        250°, 85.1429%, 68.6275%
        XYZ:
        9.4227, 4.5120, 40.9317
        xyY:
        0.1717, 0.0822, 4.5120
      CIE-Lab:
        25.2967, 53.4065, -73.1420
        CIE-LCH:
        25.2967, 90.5650, 306.1360
        CIE-Luv:
        25.2967, -3.0554, -87.2101
        Hunter-Lab:
        21.2416, 42.0089, -99.3805
      #321aaf color charts
#321aaf RGB chart
      #321aaf CMYK chart
      #321aaf RGB pie chart
      #321aaf color shades, tints & tones
#321aaf color schemes
#321aaf color preview, HTML & CSS examples
           This text has a color of #321aaf        
        
          <p style="color:#321aaf;">Text here</p>
        
        
          .mytext {color:#321aaf;}
        
        Text color #321aaf
      
           This box has a color of #321aaf        
        
          <div style="background-color:#321aaf;">Content here</div>
        
        
          .mybackground {background-color:#321aaf;}
        
        Background color #321aaf
      
           Border around this has a color of #321aaf        
        
          <div style="border:2px solid #321aaf;">Content here</div>
        
        
          .myborder {border:2px solid #321aaf;}
        
        Border color #321aaf