Shades of Dark Slate Blue #413B8F
Tints of Dark Slate Blue #413B8F
RGB
CMYK
RGB Variations
Color information
#413B8F (or 0x413B8F) is known color: Dark Slate Blue. HEX triplet: 41, 3B and 8F. RGB value is (65,59,143). Sum of RGB (Red+Green+Blue) = 65+59+143=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #413B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413B8F is #BEC470. Grayscale: #464646. Windows color (decimal): -12502129 or 9386817. OLE color: 9386817.
HSL color Cylindrical-coordinate representation of color #413B8F: hue angle of 244.29º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413B8F is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 59 | 143 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.44 |
| HSL | 244.29º | 0.42% | 0.4% | - |
| HSV(B) | 244.29º | 0.59% | 0.56% | - |
| XYZ | 8.7 | 6.23 | 26.73 | - |
| YUV | 70.37 | 168.99 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 143 | 0.55 | 0.59 | 0 | 0.44 | 244.29 | 0.42 | 0.4 |
| Hex | 41 | 3B | 8F | 37 | 3B | 0 | 2C | F4 | 2A | 28 |
| Octal | 101 | 73 | 217 | 67 | 73 | 0 | 54 | 364 | 52 | 50 |
| Binary | 1000001 | 111011 | 10001111 | 110111 | 111011 | 0 | 101100 | 11110100 | 101010 | 101000 |
Color Harmonies of #413B8F
Complementary color
Monochromatic Colors of #413B8F
Black with #413B8F
Text Example
Text Example
White with #413B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B8F; }
p { color: rgb(65,59,143); }
H1.HeaderClassName
{
color: #413B8F;
}
.AnyTagClassName
{
color: #413B8F;
}
</style>
background-color css
<style>
a { background-color: #413B8F; }
a { background-color: rgb(65,59,143); }
div.DivClassName
{
background-color: #413B8F;
}
.BgClassName
{
background-color: #413B8F;
}
</style>
border-color css
<style>
span { border-color: #413B8F; }
span { border-color: rgb(65,59,143); }
td.TdClassName
{
border-color: #413B8F;
}
.TagClassName
{
border-color: #413B8F;
}
</style>