Shades of Dark Slate Blue #413A84
Tints of Dark Slate Blue #413A84
RGB
CMYK
RGB Variations
Color information
#413A84 (or 0x413A84) is known color: Dark Slate Blue. HEX triplet: 41, 3A and 84. RGB value is (65,58,132). Sum of RGB (Red+Green+Blue) = 65+58+132=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #413A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413A84 is #BEC57B. Grayscale: #444444. Windows color (decimal): -12502396 or 8665665. OLE color: 8665665.
HSL color Cylindrical-coordinate representation of color #413A84: hue angle of 245.68º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #413A84 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 58 | 132 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.48 |
| HSL | 245.68º | 0.39% | 0.37% | - |
| HSV(B) | 245.68º | 0.56% | 0.52% | - |
| XYZ | 7.86 | 5.82 | 22.54 | - |
| YUV | 68.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 132 | 0.51 | 0.56 | 0 | 0.48 | 245.68 | 0.39 | 0.37 |
| Hex | 41 | 3A | 84 | 33 | 38 | 0 | 30 | F6 | 27 | 25 |
| Octal | 101 | 72 | 204 | 63 | 70 | 0 | 60 | 366 | 47 | 45 |
| Binary | 1000001 | 111010 | 10000100 | 110011 | 111000 | 0 | 110000 | 11110110 | 100111 | 100101 |
Color Harmonies of #413A84
Complementary color
Monochromatic Colors of #413A84
Black with #413A84
Text Example
Text Example
White with #413A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A84; }
p { color: rgb(65,58,132); }
H1.HeaderClassName
{
color: #413A84;
}
.AnyTagClassName
{
color: #413A84;
}
</style>
background-color css
<style>
a { background-color: #413A84; }
a { background-color: rgb(65,58,132); }
div.DivClassName
{
background-color: #413A84;
}
.BgClassName
{
background-color: #413A84;
}
</style>
border-color css
<style>
span { border-color: #413A84; }
span { border-color: rgb(65,58,132); }
td.TdClassName
{
border-color: #413A84;
}
.TagClassName
{
border-color: #413A84;
}
</style>