Shades of Dark Slate Blue #413C84
Tints of Dark Slate Blue #413C84
RGB
CMYK
RGB Variations
Color information
#413C84 (or 0x413C84) is known color: Dark Slate Blue. HEX triplet: 41, 3C and 84. RGB value is (65,60,132). Sum of RGB (Red+Green+Blue) = 65+60+132=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #413C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413C84 is #BEC37B. Grayscale: #454545. Windows color (decimal): -12501884 or 8666177. OLE color: 8666177.
HSL color Cylindrical-coordinate representation of color #413C84: hue angle of 244.17º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #413C84 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 60 | 132 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.48 |
| HSL | 244.17º | 0.38% | 0.38% | - |
| HSV(B) | 244.17º | 0.55% | 0.52% | - |
| XYZ | 7.96 | 6.02 | 22.57 | - |
| YUV | 69.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 132 | 0.51 | 0.55 | 0 | 0.48 | 244.17 | 0.38 | 0.38 |
| Hex | 41 | 3C | 84 | 33 | 37 | 0 | 30 | F4 | 26 | 26 |
| Octal | 101 | 74 | 204 | 63 | 67 | 0 | 60 | 364 | 46 | 46 |
| Binary | 1000001 | 111100 | 10000100 | 110011 | 110111 | 0 | 110000 | 11110100 | 100110 | 100110 |
Color Harmonies of #413C84
Complementary color
Monochromatic Colors of #413C84
Black with #413C84
Text Example
Text Example
White with #413C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C84; }
p { color: rgb(65,60,132); }
H1.HeaderClassName
{
color: #413C84;
}
.AnyTagClassName
{
color: #413C84;
}
</style>
background-color css
<style>
a { background-color: #413C84; }
a { background-color: rgb(65,60,132); }
div.DivClassName
{
background-color: #413C84;
}
.BgClassName
{
background-color: #413C84;
}
</style>
border-color css
<style>
span { border-color: #413C84; }
span { border-color: rgb(65,60,132); }
td.TdClassName
{
border-color: #413C84;
}
.TagClassName
{
border-color: #413C84;
}
</style>