#321dac color space conversions
Hex:
        #321dac
        RGB:
        50, 29, 172
        CMY:
        80, 89, 33
        CMYK:
        71, 83, 0, 33
      HSL:
        249°, 71.1443%, 39.4118%
        HSV (HSB):
        249°, 83.1395%, 67.4510%
        XYZ:
        9.2012, 4.5354, 39.4202
        xyY:
        0.1731, 0.0853, 4.5354
      CIE-Lab:
        25.3679, 51.2723, -71.2203
        CIE-LCH:
        25.3679, 87.7564, 305.7505
        CIE-Luv:
        25.3679, -3.1573, -85.5910
        Hunter-Lab:
        21.2965, 39.8522, -94.8394
      #321dac color charts
#321dac RGB chart
      #321dac CMYK chart
      #321dac RGB pie chart
      #321dac color shades, tints & tones
#321dac color schemes
#321dac color preview, HTML & CSS examples
           This text has a color of #321dac        
        
          <p style="color:#321dac;">Text here</p>
        
        
          .mytext {color:#321dac;}
        
        Text color #321dac
      
           This box has a color of #321dac        
        
          <div style="background-color:#321dac;">Content here</div>
        
        
          .mybackground {background-color:#321dac;}
        
        Background color #321dac
      
           Border around this has a color of #321dac        
        
          <div style="border:2px solid #321dac;">Content here</div>
        
        
          .myborder {border:2px solid #321dac;}
        
        Border color #321dac