#3d3faa color space conversions
Hex:
        #3d3faa
        RGB:
        61, 63, 170
        CMY:
        76, 75, 33
        CMYK:
        64, 63, 0, 33
      HSL:
        239°, 47.1861%, 45.2941%
        HSV (HSB):
        239°, 64.1176%, 66.6667%
        XYZ:
        10.9577, 7.4494, 38.8906
        xyY:
        0.1912, 0.1300, 7.4494
      CIE-Lab:
        32.8088, 32.9664, -57.7498
        CIE-LCH:
        32.8088, 66.4968, 299.7198
        CIE-Luv:
        32.8088, -6.2832, -80.2910
        Hunter-Lab:
        27.2936, 23.8994, -65.3767
      #3d3faa color charts
#3d3faa RGB chart
      #3d3faa CMYK chart
      #3d3faa RGB pie chart
      #3d3faa color shades, tints & tones
#3d3faa color schemes
#3d3faa color preview, HTML & CSS examples
           This text has a color of #3d3faa        
        
          <p style="color:#3d3faa;">Text here</p>
        
        
          .mytext {color:#3d3faa;}
        
        Text color #3d3faa
      
           This box has a color of #3d3faa        
        
          <div style="background-color:#3d3faa;">Content here</div>
        
        
          .mybackground {background-color:#3d3faa;}
        
        Background color #3d3faa
      
           Border around this has a color of #3d3faa        
        
          <div style="border:2px solid #3d3faa;">Content here</div>
        
        
          .myborder {border:2px solid #3d3faa;}
        
        Border color #3d3faa