Shades of Dark Slate Blue #413A99
Tints of Dark Slate Blue #413A99
RGB
CMYK
RGB Variations
Color information
#413A99 (or 0x413A99) is known color: Dark Slate Blue. HEX triplet: 41, 3A and 99. RGB value is (65,58,153). Sum of RGB (Red+Green+Blue) = 65+58+153=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #413A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413A99 is #BEC566. Grayscale: #464646. Windows color (decimal): -12502375 or 10041921. OLE color: 10041921.
HSL color Cylindrical-coordinate representation of color #413A99: hue angle of 244.42º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413A99 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 58 | 153 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.4 |
| HSL | 244.42º | 0.45% | 0.41% | - |
| HSV(B) | 244.42º | 0.62% | 0.6% | - |
| XYZ | 9.44 | 6.45 | 30.88 | - |
| YUV | 70.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 153 | 0.58 | 0.62 | 0 | 0.4 | 244.42 | 0.45 | 0.41 |
| Hex | 41 | 3A | 99 | 3A | 3E | 0 | 28 | F4 | 2D | 29 |
| Octal | 101 | 72 | 231 | 72 | 76 | 0 | 50 | 364 | 55 | 51 |
| Binary | 1000001 | 111010 | 10011001 | 111010 | 111110 | 0 | 101000 | 11110100 | 101101 | 101001 |
Color Harmonies of #413A99
Complementary color
Monochromatic Colors of #413A99
Black with #413A99
Text Example
Text Example
White with #413A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A99; }
p { color: rgb(65,58,153); }
H1.HeaderClassName
{
color: #413A99;
}
.AnyTagClassName
{
color: #413A99;
}
</style>
background-color css
<style>
a { background-color: #413A99; }
a { background-color: rgb(65,58,153); }
div.DivClassName
{
background-color: #413A99;
}
.BgClassName
{
background-color: #413A99;
}
</style>
border-color css
<style>
span { border-color: #413A99; }
span { border-color: rgb(65,58,153); }
td.TdClassName
{
border-color: #413A99;
}
.TagClassName
{
border-color: #413A99;
}
</style>