Shades of Dark Slate Blue #413690
Tints of Dark Slate Blue #413690
RGB
CMYK
RGB Variations
Color information
#413690 (or 0x413690) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 90. RGB value is (65,54,144). Sum of RGB (Red+Green+Blue) = 65+54+144=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #413690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413690 is #BEC96F. Grayscale: #434343. Windows color (decimal): -12503408 or 9451073. OLE color: 9451073.
HSL color Cylindrical-coordinate representation of color #413690: hue angle of 247.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413690 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 54 | 144 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.44 |
| HSL | 247.33º | 0.45% | 0.39% | - |
| HSV(B) | 247.33º | 0.63% | 0.56% | - |
| XYZ | 8.53 | 5.78 | 27.05 | - |
| YUV | 67.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 144 | 0.55 | 0.63 | 0 | 0.44 | 247.33 | 0.45 | 0.39 |
| Hex | 41 | 36 | 90 | 37 | 3F | 0 | 2C | F7 | 2D | 27 |
| Octal | 101 | 66 | 220 | 67 | 77 | 0 | 54 | 367 | 55 | 47 |
| Binary | 1000001 | 110110 | 10010000 | 110111 | 111111 | 0 | 101100 | 11110111 | 101101 | 100111 |
Color Harmonies of #413690
Complementary color
Monochromatic Colors of #413690
Black with #413690
Text Example
Text Example
White with #413690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413690; }
p { color: rgb(65,54,144); }
H1.HeaderClassName
{
color: #413690;
}
.AnyTagClassName
{
color: #413690;
}
</style>
background-color css
<style>
a { background-color: #413690; }
a { background-color: rgb(65,54,144); }
div.DivClassName
{
background-color: #413690;
}
.BgClassName
{
background-color: #413690;
}
</style>
border-color css
<style>
span { border-color: #413690; }
span { border-color: rgb(65,54,144); }
td.TdClassName
{
border-color: #413690;
}
.TagClassName
{
border-color: #413690;
}
</style>