Shades of Dark Slate Blue #3E3382
Tints of Dark Slate Blue #3E3382
RGB
CMYK
RGB Variations
Color information
#3E3382 (or 0x3E3382) is known color: Dark Slate Blue. HEX triplet: 3E, 33 and 82. RGB value is (62,51,130). Sum of RGB (Red+Green+Blue) = 62+51+130=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #3E3382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3382 is #C1CC7D. Grayscale: #3E3E3E. Windows color (decimal): -12700798 or 8532798. OLE color: 8532798.
HSL color Cylindrical-coordinate representation of color #3E3382: hue angle of 248.35º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E3382 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 51 | 130 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.49 |
| HSL | 248.35º | 0.44% | 0.35% | - |
| HSV(B) | 248.35º | 0.61% | 0.51% | - |
| XYZ | 7.2 | 5 | 21.71 | - |
| YUV | 63.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 130 | 0.52 | 0.61 | 0 | 0.49 | 248.35 | 0.44 | 0.35 |
| Hex | 3E | 33 | 82 | 34 | 3D | 0 | 31 | F8 | 2C | 23 |
| Octal | 76 | 63 | 202 | 64 | 75 | 0 | 61 | 370 | 54 | 43 |
| Binary | 111110 | 110011 | 10000010 | 110100 | 111101 | 0 | 110001 | 11111000 | 101100 | 100011 |
Color Harmonies of #3E3382
Complementary color
Monochromatic Colors of #3E3382
Black with #3E3382
Text Example
Text Example
White with #3E3382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3382; }
p { color: rgb(62,51,130); }
H1.HeaderClassName
{
color: #3E3382;
}
.AnyTagClassName
{
color: #3E3382;
}
</style>
background-color css
<style>
a { background-color: #3E3382; }
a { background-color: rgb(62,51,130); }
div.DivClassName
{
background-color: #3E3382;
}
.BgClassName
{
background-color: #3E3382;
}
</style>
border-color css
<style>
span { border-color: #3E3382; }
span { border-color: rgb(62,51,130); }
td.TdClassName
{
border-color: #3E3382;
}
.TagClassName
{
border-color: #3E3382;
}
</style>