Shades of Dark Slate Blue #414490
Tints of Dark Slate Blue #414490
RGB
CMYK
RGB Variations
Color information
#414490 (or 0x414490) is known color: Dark Slate Blue. HEX triplet: 41, 44 and 90. RGB value is (65,68,144). Sum of RGB (Red+Green+Blue) = 65+68+144=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #414490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414490 is #BEBB6F. Grayscale: #4B4B4B. Windows color (decimal): -12499824 or 9454657. OLE color: 9454657.
HSL color Cylindrical-coordinate representation of color #414490: hue angle of 237.72º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #414490 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 68 | 144 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.44 |
| HSL | 237.72º | 0.38% | 0.41% | - |
| HSV(B) | 237.72º | 0.55% | 0.56% | - |
| XYZ | 9.28 | 7.27 | 27.3 | - |
| YUV | 75.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 68 | 144 | 0.55 | 0.53 | 0 | 0.44 | 237.72 | 0.38 | 0.41 |
| Hex | 41 | 44 | 90 | 37 | 35 | 0 | 2C | EE | 26 | 29 |
| Octal | 101 | 104 | 220 | 67 | 65 | 0 | 54 | 356 | 46 | 51 |
| Binary | 1000001 | 1000100 | 10010000 | 110111 | 110101 | 0 | 101100 | 11101110 | 100110 | 101001 |
Color Harmonies of #414490
Complementary color
Monochromatic Colors of #414490
Black with #414490
Text Example
Text Example
White with #414490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414490; }
p { color: rgb(65,68,144); }
H1.HeaderClassName
{
color: #414490;
}
.AnyTagClassName
{
color: #414490;
}
</style>
background-color css
<style>
a { background-color: #414490; }
a { background-color: rgb(65,68,144); }
div.DivClassName
{
background-color: #414490;
}
.BgClassName
{
background-color: #414490;
}
</style>
border-color css
<style>
span { border-color: #414490; }
span { border-color: rgb(65,68,144); }
td.TdClassName
{
border-color: #414490;
}
.TagClassName
{
border-color: #414490;
}
</style>