Shades of Dark Slate Blue #414592
Tints of Dark Slate Blue #414592
RGB
CMYK
RGB Variations
Color information
#414592 (or 0x414592) is known color: Dark Slate Blue. HEX triplet: 41, 45 and 92. RGB value is (65,69,146). Sum of RGB (Red+Green+Blue) = 65+69+146=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #414592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414592 is #BEBA6D. Grayscale: #4C4C4C. Windows color (decimal): -12499566 or 9585985. OLE color: 9585985.
HSL color Cylindrical-coordinate representation of color #414592: hue angle of 237.04º 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 #414592 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 69 | 146 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.43 |
| HSL | 237.04º | 0.38% | 0.41% | - |
| HSV(B) | 237.04º | 0.55% | 0.57% | - |
| XYZ | 9.5 | 7.46 | 28.13 | - |
| YUV | 76.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 146 | 0.55 | 0.53 | 0 | 0.43 | 237.04 | 0.38 | 0.41 |
| Hex | 41 | 45 | 92 | 37 | 35 | 0 | 2B | ED | 26 | 29 |
| Octal | 101 | 105 | 222 | 67 | 65 | 0 | 53 | 355 | 46 | 51 |
| Binary | 1000001 | 1000101 | 10010010 | 110111 | 110101 | 0 | 101011 | 11101101 | 100110 | 101001 |
Color Harmonies of #414592
Complementary color
Monochromatic Colors of #414592
Black with #414592
Text Example
Text Example
White with #414592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414592; }
p { color: rgb(65,69,146); }
H1.HeaderClassName
{
color: #414592;
}
.AnyTagClassName
{
color: #414592;
}
</style>
background-color css
<style>
a { background-color: #414592; }
a { background-color: rgb(65,69,146); }
div.DivClassName
{
background-color: #414592;
}
.BgClassName
{
background-color: #414592;
}
</style>
border-color css
<style>
span { border-color: #414592; }
span { border-color: rgb(65,69,146); }
td.TdClassName
{
border-color: #414592;
}
.TagClassName
{
border-color: #414592;
}
</style>