#2b17ae color space conversions
Hex:
        #2b17ae
        RGB:
        43, 23, 174
        CMY:
        83, 91, 32
        CMYK:
        75, 87, 0, 32
      HSL:
        248°, 76.6497%, 38.6275%
        HSV (HSB):
        248°, 86.7816%, 68.2353%
        XYZ:
        8.9426, 4.1824, 40.3803
        xyY:
        0.1671, 0.0782, 4.1824
      CIE-Lab:
        24.2654, 53.8536, -74.2691
        CIE-LCH:
        24.2654, 91.7393, 305.9464
        CIE-Luv:
        24.2654, -3.8884, -86.1560
        Hunter-Lab:
        20.4509, 42.2645, -102.7529
      #2b17ae color charts
#2b17ae RGB chart
      #2b17ae CMYK chart
      #2b17ae RGB pie chart
      #2b17ae color shades, tints & tones
#2b17ae color schemes
#2b17ae color preview, HTML & CSS examples
           This text has a color of #2b17ae        
        
          <p style="color:#2b17ae;">Text here</p>
        
        
          .mytext {color:#2b17ae;}
        
        Text color #2b17ae
      
           This box has a color of #2b17ae        
        
          <div style="background-color:#2b17ae;">Content here</div>
        
        
          .mybackground {background-color:#2b17ae;}
        
        Background color #2b17ae
      
           Border around this has a color of #2b17ae        
        
          <div style="border:2px solid #2b17ae;">Content here</div>
        
        
          .myborder {border:2px solid #2b17ae;}
        
        Border color #2b17ae