Shades of Dark Slate Blue #413886
Tints of Dark Slate Blue #413886
RGB
CMYK
RGB Variations
Color information
#413886 (or 0x413886) is known color: Dark Slate Blue. HEX triplet: 41, 38 and 86. RGB value is (65,56,134). Sum of RGB (Red+Green+Blue) = 65+56+134=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #413886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413886 is #BEC779. Grayscale: #434343. Windows color (decimal): -12502906 or 8796225. OLE color: 8796225.
HSL color Cylindrical-coordinate representation of color #413886: hue angle of 246.92º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413886 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 56 | 134 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.47 |
| HSL | 246.92º | 0.41% | 0.37% | - |
| HSV(B) | 246.92º | 0.58% | 0.53% | - |
| XYZ | 7.9 | 5.67 | 23.23 | - |
| YUV | 67.58 | 165.48 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 134 | 0.51 | 0.58 | 0 | 0.47 | 246.92 | 0.41 | 0.37 |
| Hex | 41 | 38 | 86 | 33 | 3A | 0 | 2F | F7 | 29 | 25 |
| Octal | 101 | 70 | 206 | 63 | 72 | 0 | 57 | 367 | 51 | 45 |
| Binary | 1000001 | 111000 | 10000110 | 110011 | 111010 | 0 | 101111 | 11110111 | 101001 | 100101 |
Color Harmonies of #413886
Complementary color
Monochromatic Colors of #413886
Black with #413886
Text Example
Text Example
White with #413886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413886; }
p { color: rgb(65,56,134); }
H1.HeaderClassName
{
color: #413886;
}
.AnyTagClassName
{
color: #413886;
}
</style>
background-color css
<style>
a { background-color: #413886; }
a { background-color: rgb(65,56,134); }
div.DivClassName
{
background-color: #413886;
}
.BgClassName
{
background-color: #413886;
}
</style>
border-color css
<style>
span { border-color: #413886; }
span { border-color: rgb(65,56,134); }
td.TdClassName
{
border-color: #413886;
}
.TagClassName
{
border-color: #413886;
}
</style>