Shades of Dark Slate Blue #413591
Tints of Dark Slate Blue #413591
RGB
CMYK
RGB Variations
Color information
#413591 (or 0x413591) is known color: Dark Slate Blue. HEX triplet: 41, 35 and 91. RGB value is (65,53,145). Sum of RGB (Red+Green+Blue) = 65+53+145=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #413591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413591 is #BECA6E. Grayscale: #424242. Windows color (decimal): -12503663 or 9516353. OLE color: 9516353.
HSL color Cylindrical-coordinate representation of color #413591: hue angle of 247.83º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #413591 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 53 | 145 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.43 |
| HSL | 247.83º | 0.46% | 0.39% | - |
| HSV(B) | 247.83º | 0.63% | 0.57% | - |
| XYZ | 8.56 | 5.71 | 27.44 | - |
| YUV | 67.08 | 171.98 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 145 | 0.55 | 0.63 | 0 | 0.43 | 247.83 | 0.46 | 0.39 |
| Hex | 41 | 35 | 91 | 37 | 3F | 0 | 2B | F8 | 2E | 27 |
| Octal | 101 | 65 | 221 | 67 | 77 | 0 | 53 | 370 | 56 | 47 |
| Binary | 1000001 | 110101 | 10010001 | 110111 | 111111 | 0 | 101011 | 11111000 | 101110 | 100111 |
Color Harmonies of #413591
Complementary color
Monochromatic Colors of #413591
Black with #413591
Text Example
Text Example
White with #413591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413591; }
p { color: rgb(65,53,145); }
H1.HeaderClassName
{
color: #413591;
}
.AnyTagClassName
{
color: #413591;
}
</style>
background-color css
<style>
a { background-color: #413591; }
a { background-color: rgb(65,53,145); }
div.DivClassName
{
background-color: #413591;
}
.BgClassName
{
background-color: #413591;
}
</style>
border-color css
<style>
span { border-color: #413591; }
span { border-color: rgb(65,53,145); }
td.TdClassName
{
border-color: #413591;
}
.TagClassName
{
border-color: #413591;
}
</style>