Shades of Dark Slate Blue #414591
Tints of Dark Slate Blue #414591
RGB
CMYK
RGB Variations
Color information
#414591 (or 0x414591) is known color: Dark Slate Blue. HEX triplet: 41, 45 and 91. RGB value is (65,69,145). Sum of RGB (Red+Green+Blue) = 65+69+145=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #414591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414591 is #BEBA6E. Grayscale: #4C4C4C. Windows color (decimal): -12499567 or 9520449. OLE color: 9520449.
HSL color Cylindrical-coordinate representation of color #414591: hue angle of 237º 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 #414591 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 69 | 145 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.43 |
| HSL | 237º | 0.38% | 0.41% | - |
| HSV(B) | 237º | 0.55% | 0.57% | - |
| XYZ | 9.42 | 7.42 | 27.72 | - |
| YUV | 76.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 145 | 0.55 | 0.52 | 0 | 0.43 | 237 | 0.38 | 0.41 |
| Hex | 41 | 45 | 91 | 37 | 34 | 0 | 2B | ED | 26 | 29 |
| Octal | 101 | 105 | 221 | 67 | 64 | 0 | 53 | 355 | 46 | 51 |
| Binary | 1000001 | 1000101 | 10010001 | 110111 | 110100 | 0 | 101011 | 11101101 | 100110 | 101001 |
Color Harmonies of #414591
Complementary color
Monochromatic Colors of #414591
Black with #414591
Text Example
Text Example
White with #414591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414591; }
p { color: rgb(65,69,145); }
H1.HeaderClassName
{
color: #414591;
}
.AnyTagClassName
{
color: #414591;
}
</style>
background-color css
<style>
a { background-color: #414591; }
a { background-color: rgb(65,69,145); }
div.DivClassName
{
background-color: #414591;
}
.BgClassName
{
background-color: #414591;
}
</style>
border-color css
<style>
span { border-color: #414591; }
span { border-color: rgb(65,69,145); }
td.TdClassName
{
border-color: #414591;
}
.TagClassName
{
border-color: #414591;
}
</style>