Shades of Dark Slate Blue #413484
Tints of Dark Slate Blue #413484
RGB
CMYK
RGB Variations
Color information
#413484 (or 0x413484) is known color: Dark Slate Blue. HEX triplet: 41, 34 and 84. RGB value is (65,52,132). Sum of RGB (Red+Green+Blue) = 65+52+132=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #413484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413484 is #BECB7B. Grayscale: #404040. Windows color (decimal): -12503932 or 8664129. OLE color: 8664129.
HSL color Cylindrical-coordinate representation of color #413484: hue angle of 249.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #413484 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 52 | 132 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.48 |
| HSL | 249.75º | 0.43% | 0.36% | - |
| HSV(B) | 249.75º | 0.61% | 0.52% | - |
| XYZ | 7.57 | 5.25 | 22.44 | - |
| YUV | 65.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 52 | 132 | 0.51 | 0.61 | 0 | 0.48 | 249.75 | 0.43 | 0.36 |
| Hex | 41 | 34 | 84 | 33 | 3D | 0 | 30 | FA | 2B | 24 |
| Octal | 101 | 64 | 204 | 63 | 75 | 0 | 60 | 372 | 53 | 44 |
| Binary | 1000001 | 110100 | 10000100 | 110011 | 111101 | 0 | 110000 | 11111010 | 101011 | 100100 |
Color Harmonies of #413484
Complementary color
Monochromatic Colors of #413484
Black with #413484
Text Example
Text Example
White with #413484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413484; }
p { color: rgb(65,52,132); }
H1.HeaderClassName
{
color: #413484;
}
.AnyTagClassName
{
color: #413484;
}
</style>
background-color css
<style>
a { background-color: #413484; }
a { background-color: rgb(65,52,132); }
div.DivClassName
{
background-color: #413484;
}
.BgClassName
{
background-color: #413484;
}
</style>
border-color css
<style>
span { border-color: #413484; }
span { border-color: rgb(65,52,132); }
td.TdClassName
{
border-color: #413484;
}
.TagClassName
{
border-color: #413484;
}
</style>