Shades of Dark Slate Blue #413A90
Tints of Dark Slate Blue #413A90
RGB
CMYK
RGB Variations
Color information
#413A90 (or 0x413A90) is known color: Dark Slate Blue. HEX triplet: 41, 3A and 90. RGB value is (65,58,144). Sum of RGB (Red+Green+Blue) = 65+58+144=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #413A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413A90 is #BEC56F. Grayscale: #454545. Windows color (decimal): -12502384 or 9452097. OLE color: 9452097.
HSL color Cylindrical-coordinate representation of color #413A90: hue angle of 244.88º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #413A90 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 58 | 144 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.44 |
| HSL | 244.88º | 0.43% | 0.4% | - |
| HSV(B) | 244.88º | 0.6% | 0.56% | - |
| XYZ | 8.73 | 6.16 | 27.12 | - |
| YUV | 69.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 144 | 0.55 | 0.60 | 0 | 0.44 | 244.88 | 0.43 | 0.4 |
| Hex | 41 | 3A | 90 | 37 | 3C | 0 | 2C | F5 | 2B | 28 |
| Octal | 101 | 72 | 220 | 67 | 74 | 0 | 54 | 365 | 53 | 50 |
| Binary | 1000001 | 111010 | 10010000 | 110111 | 111100 | 0 | 101100 | 11110101 | 101011 | 101000 |
Color Harmonies of #413A90
Complementary color
Monochromatic Colors of #413A90
Black with #413A90
Text Example
Text Example
White with #413A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A90; }
p { color: rgb(65,58,144); }
H1.HeaderClassName
{
color: #413A90;
}
.AnyTagClassName
{
color: #413A90;
}
</style>
background-color css
<style>
a { background-color: #413A90; }
a { background-color: rgb(65,58,144); }
div.DivClassName
{
background-color: #413A90;
}
.BgClassName
{
background-color: #413A90;
}
</style>
border-color css
<style>
span { border-color: #413A90; }
span { border-color: rgb(65,58,144); }
td.TdClassName
{
border-color: #413A90;
}
.TagClassName
{
border-color: #413A90;
}
</style>