Shades of Dark Slate Blue #413F88
Tints of Dark Slate Blue #413F88
RGB
CMYK
RGB Variations
Color information
#413F88 (or 0x413F88) is known color: Dark Slate Blue. HEX triplet: 41, 3F and 88. RGB value is (65,63,136). Sum of RGB (Red+Green+Blue) = 65+63+136=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #413F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F88 is #BEC077. Grayscale: #474747. Windows color (decimal): -12501112 or 8929089. OLE color: 8929089.
HSL color Cylindrical-coordinate representation of color #413F88: hue angle of 241.64º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #413F88 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 63 | 136 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.47 |
| HSL | 241.64º | 0.37% | 0.39% | - |
| HSV(B) | 241.64º | 0.54% | 0.53% | - |
| XYZ | 8.4 | 6.46 | 24.1 | - |
| YUV | 71.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 136 | 0.52 | 0.54 | 0 | 0.47 | 241.64 | 0.37 | 0.39 |
| Hex | 41 | 3F | 88 | 34 | 36 | 0 | 2F | F2 | 25 | 27 |
| Octal | 101 | 77 | 210 | 64 | 66 | 0 | 57 | 362 | 45 | 47 |
| Binary | 1000001 | 111111 | 10001000 | 110100 | 110110 | 0 | 101111 | 11110010 | 100101 | 100111 |
Color Harmonies of #413F88
Complementary color
Monochromatic Colors of #413F88
Black with #413F88
Text Example
Text Example
White with #413F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F88; }
p { color: rgb(65,63,136); }
H1.HeaderClassName
{
color: #413F88;
}
.AnyTagClassName
{
color: #413F88;
}
</style>
background-color css
<style>
a { background-color: #413F88; }
a { background-color: rgb(65,63,136); }
div.DivClassName
{
background-color: #413F88;
}
.BgClassName
{
background-color: #413F88;
}
</style>
border-color css
<style>
span { border-color: #413F88; }
span { border-color: rgb(65,63,136); }
td.TdClassName
{
border-color: #413F88;
}
.TagClassName
{
border-color: #413F88;
}
</style>