Shades of Dark Slate Blue #412F84
Tints of Dark Slate Blue #412F84
RGB
CMYK
RGB Variations
Color information
#412F84 (or 0x412F84) is known color: Dark Slate Blue. HEX triplet: 41, 2F and 84. RGB value is (65,47,132). Sum of RGB (Red+Green+Blue) = 65+47+132=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #412F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412F84 is #BED07B. Grayscale: #3D3D3D. Windows color (decimal): -12505212 or 8662849. OLE color: 8662849.
HSL color Cylindrical-coordinate representation of color #412F84: hue angle of 252.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #412F84 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 47 | 132 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.48 |
| HSL | 252.71º | 0.47% | 0.35% | - |
| HSV(B) | 252.71º | 0.64% | 0.52% | - |
| XYZ | 7.36 | 4.82 | 22.37 | - |
| YUV | 62.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 132 | 0.51 | 0.64 | 0 | 0.48 | 252.71 | 0.47 | 0.35 |
| Hex | 41 | 2F | 84 | 33 | 40 | 0 | 30 | FD | 2F | 23 |
| Octal | 101 | 57 | 204 | 63 | 100 | 0 | 60 | 375 | 57 | 43 |
| Binary | 1000001 | 101111 | 10000100 | 110011 | 1000000 | 0 | 110000 | 11111101 | 101111 | 100011 |
Color Harmonies of #412F84
Complementary color
Monochromatic Colors of #412F84
Black with #412F84
Text Example
Text Example
White with #412F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F84; }
p { color: rgb(65,47,132); }
H1.HeaderClassName
{
color: #412F84;
}
.AnyTagClassName
{
color: #412F84;
}
</style>
background-color css
<style>
a { background-color: #412F84; }
a { background-color: rgb(65,47,132); }
div.DivClassName
{
background-color: #412F84;
}
.BgClassName
{
background-color: #412F84;
}
</style>
border-color css
<style>
span { border-color: #412F84; }
span { border-color: rgb(65,47,132); }
td.TdClassName
{
border-color: #412F84;
}
.TagClassName
{
border-color: #412F84;
}
</style>