Shades of Dark Slate Blue #413889
Tints of Dark Slate Blue #413889
RGB
CMYK
RGB Variations
Color information
#413889 (or 0x413889) is known color: Dark Slate Blue. HEX triplet: 41, 38 and 89. RGB value is (65,56,137). Sum of RGB (Red+Green+Blue) = 65+56+137=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #413889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413889 is #BEC776. Grayscale: #434343. Windows color (decimal): -12502903 or 8992833. OLE color: 8992833.
HSL color Cylindrical-coordinate representation of color #413889: hue angle of 246.67º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413889 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 56 | 137 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.46 |
| HSL | 246.67º | 0.42% | 0.38% | - |
| HSV(B) | 246.67º | 0.59% | 0.54% | - |
| XYZ | 8.11 | 5.76 | 24.35 | - |
| YUV | 67.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 137 | 0.53 | 0.59 | 0 | 0.46 | 246.67 | 0.42 | 0.38 |
| Hex | 41 | 38 | 89 | 35 | 3B | 0 | 2E | F7 | 2A | 26 |
| Octal | 101 | 70 | 211 | 65 | 73 | 0 | 56 | 367 | 52 | 46 |
| Binary | 1000001 | 111000 | 10001001 | 110101 | 111011 | 0 | 101110 | 11110111 | 101010 | 100110 |
Color Harmonies of #413889
Complementary color
Monochromatic Colors of #413889
Black with #413889
Text Example
Text Example
White with #413889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413889; }
p { color: rgb(65,56,137); }
H1.HeaderClassName
{
color: #413889;
}
.AnyTagClassName
{
color: #413889;
}
</style>
background-color css
<style>
a { background-color: #413889; }
a { background-color: rgb(65,56,137); }
div.DivClassName
{
background-color: #413889;
}
.BgClassName
{
background-color: #413889;
}
</style>
border-color css
<style>
span { border-color: #413889; }
span { border-color: rgb(65,56,137); }
td.TdClassName
{
border-color: #413889;
}
.TagClassName
{
border-color: #413889;
}
</style>