Shades of Dark Slate Blue #413F96
Tints of Dark Slate Blue #413F96
RGB
CMYK
RGB Variations
Color information
#413F96 (or 0x413F96) is known color: Dark Slate Blue. HEX triplet: 41, 3F and 96. RGB value is (65,63,150). Sum of RGB (Red+Green+Blue) = 65+63+150=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #413F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F96 is #BEC069. Grayscale: #494949. Windows color (decimal): -12501098 or 9846593. OLE color: 9846593.
HSL color Cylindrical-coordinate representation of color #413F96: hue angle of 241.38º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413F96 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 63 | 150 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.41 |
| HSL | 241.38º | 0.41% | 0.42% | - |
| HSV(B) | 241.38º | 0.58% | 0.59% | - |
| XYZ | 9.46 | 6.88 | 29.68 | - |
| YUV | 73.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 150 | 0.57 | 0.58 | 0 | 0.41 | 241.38 | 0.41 | 0.42 |
| Hex | 41 | 3F | 96 | 39 | 3A | 0 | 29 | F1 | 29 | 2A |
| Octal | 101 | 77 | 226 | 71 | 72 | 0 | 51 | 361 | 51 | 52 |
| Binary | 1000001 | 111111 | 10010110 | 111001 | 111010 | 0 | 101001 | 11110001 | 101001 | 101010 |
Color Harmonies of #413F96
Complementary color
Monochromatic Colors of #413F96
Black with #413F96
Text Example
Text Example
White with #413F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F96; }
p { color: rgb(65,63,150); }
H1.HeaderClassName
{
color: #413F96;
}
.AnyTagClassName
{
color: #413F96;
}
</style>
background-color css
<style>
a { background-color: #413F96; }
a { background-color: rgb(65,63,150); }
div.DivClassName
{
background-color: #413F96;
}
.BgClassName
{
background-color: #413F96;
}
</style>
border-color css
<style>
span { border-color: #413F96; }
span { border-color: rgb(65,63,150); }
td.TdClassName
{
border-color: #413F96;
}
.TagClassName
{
border-color: #413F96;
}
</style>