Shades of Dark Slate Blue #413786
Tints of Dark Slate Blue #413786
RGB
CMYK
RGB Variations
Color information
#413786 (or 0x413786) is known color: Dark Slate Blue. HEX triplet: 41, 37 and 86. RGB value is (65,55,134). Sum of RGB (Red+Green+Blue) = 65+55+134=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #413786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413786 is #BEC879. Grayscale: #424242. Windows color (decimal): -12503162 or 8795969. OLE color: 8795969.
HSL color Cylindrical-coordinate representation of color #413786: hue angle of 247.59º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413786 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 55 | 134 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.47 |
| HSL | 247.59º | 0.42% | 0.37% | - |
| HSV(B) | 247.59º | 0.59% | 0.53% | - |
| XYZ | 7.85 | 5.58 | 23.22 | - |
| YUV | 67 | 165.81 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 134 | 0.51 | 0.59 | 0 | 0.47 | 247.59 | 0.42 | 0.37 |
| Hex | 41 | 37 | 86 | 33 | 3B | 0 | 2F | F8 | 2A | 25 |
| Octal | 101 | 67 | 206 | 63 | 73 | 0 | 57 | 370 | 52 | 45 |
| Binary | 1000001 | 110111 | 10000110 | 110011 | 111011 | 0 | 101111 | 11111000 | 101010 | 100101 |
Color Harmonies of #413786
Complementary color
Monochromatic Colors of #413786
Black with #413786
Text Example
Text Example
White with #413786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413786; }
p { color: rgb(65,55,134); }
H1.HeaderClassName
{
color: #413786;
}
.AnyTagClassName
{
color: #413786;
}
</style>
background-color css
<style>
a { background-color: #413786; }
a { background-color: rgb(65,55,134); }
div.DivClassName
{
background-color: #413786;
}
.BgClassName
{
background-color: #413786;
}
</style>
border-color css
<style>
span { border-color: #413786; }
span { border-color: rgb(65,55,134); }
td.TdClassName
{
border-color: #413786;
}
.TagClassName
{
border-color: #413786;
}
</style>