Shades of Dark Slate Blue #413890
Tints of Dark Slate Blue #413890
RGB
CMYK
RGB Variations
Color information
#413890 (or 0x413890) is known color: Dark Slate Blue. HEX triplet: 41, 38 and 90. RGB value is (65,56,144). Sum of RGB (Red+Green+Blue) = 65+56+144=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #413890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413890 is #BEC76F. Grayscale: #444444. Windows color (decimal): -12502896 or 9451585. OLE color: 9451585.
HSL color Cylindrical-coordinate representation of color #413890: hue angle of 246.14º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #413890 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 56 | 144 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.44 |
| HSL | 246.14º | 0.44% | 0.39% | - |
| HSV(B) | 246.14º | 0.61% | 0.56% | - |
| XYZ | 8.63 | 5.97 | 27.08 | - |
| YUV | 68.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 144 | 0.55 | 0.61 | 0 | 0.44 | 246.14 | 0.44 | 0.39 |
| Hex | 41 | 38 | 90 | 37 | 3D | 0 | 2C | F6 | 2C | 27 |
| Octal | 101 | 70 | 220 | 67 | 75 | 0 | 54 | 366 | 54 | 47 |
| Binary | 1000001 | 111000 | 10010000 | 110111 | 111101 | 0 | 101100 | 11110110 | 101100 | 100111 |
Color Harmonies of #413890
Complementary color
Monochromatic Colors of #413890
Black with #413890
Text Example
Text Example
White with #413890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413890; }
p { color: rgb(65,56,144); }
H1.HeaderClassName
{
color: #413890;
}
.AnyTagClassName
{
color: #413890;
}
</style>
background-color css
<style>
a { background-color: #413890; }
a { background-color: rgb(65,56,144); }
div.DivClassName
{
background-color: #413890;
}
.BgClassName
{
background-color: #413890;
}
</style>
border-color css
<style>
span { border-color: #413890; }
span { border-color: rgb(65,56,144); }
td.TdClassName
{
border-color: #413890;
}
.TagClassName
{
border-color: #413890;
}
</style>