Shades of Dark Slate Blue #413B89
Tints of Dark Slate Blue #413B89
RGB
CMYK
RGB Variations
Color information
#413B89 (or 0x413B89) is known color: Dark Slate Blue. HEX triplet: 41, 3B and 89. RGB value is (65,59,137). Sum of RGB (Red+Green+Blue) = 65+59+137=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #413B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413B89 is #BEC476. Grayscale: #454545. Windows color (decimal): -12502135 or 8993601. OLE color: 8993601.
HSL color Cylindrical-coordinate representation of color #413B89: hue angle of 244.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413B89 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 59 | 137 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.46 |
| HSL | 244.62º | 0.4% | 0.38% | - |
| HSV(B) | 244.62º | 0.57% | 0.54% | - |
| XYZ | 8.26 | 6.06 | 24.4 | - |
| YUV | 69.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 137 | 0.53 | 0.57 | 0 | 0.46 | 244.62 | 0.4 | 0.38 |
| Hex | 41 | 3B | 89 | 35 | 39 | 0 | 2E | F5 | 28 | 26 |
| Octal | 101 | 73 | 211 | 65 | 71 | 0 | 56 | 365 | 50 | 46 |
| Binary | 1000001 | 111011 | 10001001 | 110101 | 111001 | 0 | 101110 | 11110101 | 101000 | 100110 |
Color Harmonies of #413B89
Complementary color
Monochromatic Colors of #413B89
Black with #413B89
Text Example
Text Example
White with #413B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B89; }
p { color: rgb(65,59,137); }
H1.HeaderClassName
{
color: #413B89;
}
.AnyTagClassName
{
color: #413B89;
}
</style>
background-color css
<style>
a { background-color: #413B89; }
a { background-color: rgb(65,59,137); }
div.DivClassName
{
background-color: #413B89;
}
.BgClassName
{
background-color: #413B89;
}
</style>
border-color css
<style>
span { border-color: #413B89; }
span { border-color: rgb(65,59,137); }
td.TdClassName
{
border-color: #413B89;
}
.TagClassName
{
border-color: #413B89;
}
</style>