Shades of Dark Slate Blue #413884
Tints of Dark Slate Blue #413884
RGB
CMYK
RGB Variations
Color information
#413884 (or 0x413884) is known color: Dark Slate Blue. HEX triplet: 41, 38 and 84. RGB value is (65,56,132). Sum of RGB (Red+Green+Blue) = 65+56+132=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #413884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413884 is #BEC77B. Grayscale: #434343. Windows color (decimal): -12502908 or 8665153. OLE color: 8665153.
HSL color Cylindrical-coordinate representation of color #413884: hue angle of 247.11º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413884 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 56 | 132 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.48 |
| HSL | 247.11º | 0.4% | 0.37% | - |
| HSV(B) | 247.11º | 0.58% | 0.52% | - |
| XYZ | 7.76 | 5.62 | 22.51 | - |
| YUV | 67.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 132 | 0.51 | 0.58 | 0 | 0.48 | 247.11 | 0.4 | 0.37 |
| Hex | 41 | 38 | 84 | 33 | 3A | 0 | 30 | F7 | 28 | 25 |
| Octal | 101 | 70 | 204 | 63 | 72 | 0 | 60 | 367 | 50 | 45 |
| Binary | 1000001 | 111000 | 10000100 | 110011 | 111010 | 0 | 110000 | 11110111 | 101000 | 100101 |
Color Harmonies of #413884
Complementary color
Monochromatic Colors of #413884
Black with #413884
Text Example
Text Example
White with #413884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413884; }
p { color: rgb(65,56,132); }
H1.HeaderClassName
{
color: #413884;
}
.AnyTagClassName
{
color: #413884;
}
</style>
background-color css
<style>
a { background-color: #413884; }
a { background-color: rgb(65,56,132); }
div.DivClassName
{
background-color: #413884;
}
.BgClassName
{
background-color: #413884;
}
</style>
border-color css
<style>
span { border-color: #413884; }
span { border-color: rgb(65,56,132); }
td.TdClassName
{
border-color: #413884;
}
.TagClassName
{
border-color: #413884;
}
</style>