Shades of Dark Slate Blue #413389
Tints of Dark Slate Blue #413389
RGB
CMYK
RGB Variations
Color information
#413389 (or 0x413389) is known color: Dark Slate Blue. HEX triplet: 41, 33 and 89. RGB value is (65,51,137). Sum of RGB (Red+Green+Blue) = 65+51+137=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #413389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413389 is #BECC76. Grayscale: #404040. Windows color (decimal): -12504183 or 8991553. OLE color: 8991553.
HSL color Cylindrical-coordinate representation of color #413389: hue angle of 249.77º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #413389 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 51 | 137 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.46 |
| HSL | 249.77º | 0.46% | 0.37% | - |
| HSV(B) | 249.77º | 0.63% | 0.54% | - |
| XYZ | 7.88 | 5.3 | 24.27 | - |
| YUV | 64.99 | 168.64 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 137 | 0.53 | 0.63 | 0 | 0.46 | 249.77 | 0.46 | 0.37 |
| Hex | 41 | 33 | 89 | 35 | 3F | 0 | 2E | FA | 2E | 25 |
| Octal | 101 | 63 | 211 | 65 | 77 | 0 | 56 | 372 | 56 | 45 |
| Binary | 1000001 | 110011 | 10001001 | 110101 | 111111 | 0 | 101110 | 11111010 | 101110 | 100101 |
Color Harmonies of #413389
Complementary color
Monochromatic Colors of #413389
Black with #413389
Text Example
Text Example
White with #413389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413389; }
p { color: rgb(65,51,137); }
H1.HeaderClassName
{
color: #413389;
}
.AnyTagClassName
{
color: #413389;
}
</style>
background-color css
<style>
a { background-color: #413389; }
a { background-color: rgb(65,51,137); }
div.DivClassName
{
background-color: #413389;
}
.BgClassName
{
background-color: #413389;
}
</style>
border-color css
<style>
span { border-color: #413389; }
span { border-color: rgb(65,51,137); }
td.TdClassName
{
border-color: #413389;
}
.TagClassName
{
border-color: #413389;
}
</style>