Shades of Dark Slate Blue #413B84
Tints of Dark Slate Blue #413B84
RGB
CMYK
RGB Variations
Color information
#413B84 (or 0x413B84) is known color: Dark Slate Blue. HEX triplet: 41, 3B and 84. RGB value is (65,59,132). Sum of RGB (Red+Green+Blue) = 65+59+132=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #413B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413B84 is #BEC47B. Grayscale: #444444. Windows color (decimal): -12502140 or 8665921. OLE color: 8665921.
HSL color Cylindrical-coordinate representation of color #413B84: hue angle of 244.93º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #413B84 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 59 | 132 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.48 |
| HSL | 244.93º | 0.38% | 0.37% | - |
| HSV(B) | 244.93º | 0.55% | 0.52% | - |
| XYZ | 7.91 | 5.92 | 22.56 | - |
| YUV | 69.12 | 163.49 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 132 | 0.51 | 0.55 | 0 | 0.48 | 244.93 | 0.38 | 0.37 |
| Hex | 41 | 3B | 84 | 33 | 37 | 0 | 30 | F5 | 26 | 25 |
| Octal | 101 | 73 | 204 | 63 | 67 | 0 | 60 | 365 | 46 | 45 |
| Binary | 1000001 | 111011 | 10000100 | 110011 | 110111 | 0 | 110000 | 11110101 | 100110 | 100101 |
Color Harmonies of #413B84
Complementary color
Monochromatic Colors of #413B84
Black with #413B84
Text Example
Text Example
White with #413B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B84; }
p { color: rgb(65,59,132); }
H1.HeaderClassName
{
color: #413B84;
}
.AnyTagClassName
{
color: #413B84;
}
</style>
background-color css
<style>
a { background-color: #413B84; }
a { background-color: rgb(65,59,132); }
div.DivClassName
{
background-color: #413B84;
}
.BgClassName
{
background-color: #413B84;
}
</style>
border-color css
<style>
span { border-color: #413B84; }
span { border-color: rgb(65,59,132); }
td.TdClassName
{
border-color: #413B84;
}
.TagClassName
{
border-color: #413B84;
}
</style>