Shades of Dark Slate Blue #414691
Tints of Dark Slate Blue #414691
RGB
CMYK
RGB Variations
Color information
#414691 (or 0x414691) is known color: Dark Slate Blue. HEX triplet: 41, 46 and 91. RGB value is (65,70,145). Sum of RGB (Red+Green+Blue) = 65+70+145=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #414691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414691 is #BEB96E. Grayscale: #4C4C4C. Windows color (decimal): -12499311 or 9520705. OLE color: 9520705.
HSL color Cylindrical-coordinate representation of color #414691: hue angle of 236.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #414691 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 70 | 145 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.43 |
| HSL | 236.25º | 0.38% | 0.41% | - |
| HSV(B) | 236.25º | 0.55% | 0.57% | - |
| XYZ | 9.48 | 7.55 | 27.75 | - |
| YUV | 77.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 145 | 0.55 | 0.52 | 0 | 0.43 | 236.25 | 0.38 | 0.41 |
| Hex | 41 | 46 | 91 | 37 | 34 | 0 | 2B | EC | 26 | 29 |
| Octal | 101 | 106 | 221 | 67 | 64 | 0 | 53 | 354 | 46 | 51 |
| Binary | 1000001 | 1000110 | 10010001 | 110111 | 110100 | 0 | 101011 | 11101100 | 100110 | 101001 |
Color Harmonies of #414691
Complementary color
Monochromatic Colors of #414691
Black with #414691
Text Example
Text Example
White with #414691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414691; }
p { color: rgb(65,70,145); }
H1.HeaderClassName
{
color: #414691;
}
.AnyTagClassName
{
color: #414691;
}
</style>
background-color css
<style>
a { background-color: #414691; }
a { background-color: rgb(65,70,145); }
div.DivClassName
{
background-color: #414691;
}
.BgClassName
{
background-color: #414691;
}
</style>
border-color css
<style>
span { border-color: #414691; }
span { border-color: rgb(65,70,145); }
td.TdClassName
{
border-color: #414691;
}
.TagClassName
{
border-color: #414691;
}
</style>