Shades of Dark Slate Blue #403582
Tints of Dark Slate Blue #403582
RGB
CMYK
RGB Variations
Color information
#403582 (or 0x403582) is known color: Dark Slate Blue. HEX triplet: 40, 35 and 82. RGB value is (64,53,130). Sum of RGB (Red+Green+Blue) = 64+53+130=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #403582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403582 is #BFCA7D. Grayscale: #404040. Windows color (decimal): -12569214 or 8533312. OLE color: 8533312.
HSL color Cylindrical-coordinate representation of color #403582: hue angle of 248.57º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403582 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 53 | 130 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.49 |
| HSL | 248.57º | 0.42% | 0.36% | - |
| HSV(B) | 248.57º | 0.59% | 0.51% | - |
| XYZ | 7.42 | 5.25 | 21.74 | - |
| YUV | 65.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 130 | 0.51 | 0.59 | 0 | 0.49 | 248.57 | 0.42 | 0.36 |
| Hex | 40 | 35 | 82 | 33 | 3B | 0 | 31 | F9 | 2A | 24 |
| Octal | 100 | 65 | 202 | 63 | 73 | 0 | 61 | 371 | 52 | 44 |
| Binary | 1000000 | 110101 | 10000010 | 110011 | 111011 | 0 | 110001 | 11111001 | 101010 | 100100 |
Color Harmonies of #403582
Complementary color
Monochromatic Colors of #403582
Black with #403582
Text Example
Text Example
White with #403582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403582; }
p { color: rgb(64,53,130); }
H1.HeaderClassName
{
color: #403582;
}
.AnyTagClassName
{
color: #403582;
}
</style>
background-color css
<style>
a { background-color: #403582; }
a { background-color: rgb(64,53,130); }
div.DivClassName
{
background-color: #403582;
}
.BgClassName
{
background-color: #403582;
}
</style>
border-color css
<style>
span { border-color: #403582; }
span { border-color: rgb(64,53,130); }
td.TdClassName
{
border-color: #403582;
}
.TagClassName
{
border-color: #403582;
}
</style>