Shades of Dark Slate Blue #403087
Tints of Dark Slate Blue #403087
RGB
CMYK
RGB Variations
Color information
#403087 (or 0x403087) is known color: Dark Slate Blue. HEX triplet: 40, 30 and 87. RGB value is (64,48,135). Sum of RGB (Red+Green+Blue) = 64+48+135=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #403087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403087 is #BFCF78. Grayscale: #3E3E3E. Windows color (decimal): -12570489 or 8859712. OLE color: 8859712.
HSL color Cylindrical-coordinate representation of color #403087: hue angle of 251.03º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403087 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 48 | 135 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.47 |
| HSL | 251.03º | 0.48% | 0.36% | - |
| HSV(B) | 251.03º | 0.64% | 0.53% | - |
| XYZ | 7.54 | 4.95 | 23.48 | - |
| YUV | 62.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 135 | 0.53 | 0.64 | 0 | 0.47 | 251.03 | 0.48 | 0.36 |
| Hex | 40 | 30 | 87 | 35 | 40 | 0 | 2F | FB | 30 | 24 |
| Octal | 100 | 60 | 207 | 65 | 100 | 0 | 57 | 373 | 60 | 44 |
| Binary | 1000000 | 110000 | 10000111 | 110101 | 1000000 | 0 | 101111 | 11111011 | 110000 | 100100 |
Color Harmonies of #403087
Complementary color
Monochromatic Colors of #403087
Black with #403087
Text Example
Text Example
White with #403087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403087; }
p { color: rgb(64,48,135); }
H1.HeaderClassName
{
color: #403087;
}
.AnyTagClassName
{
color: #403087;
}
</style>
background-color css
<style>
a { background-color: #403087; }
a { background-color: rgb(64,48,135); }
div.DivClassName
{
background-color: #403087;
}
.BgClassName
{
background-color: #403087;
}
</style>
border-color css
<style>
span { border-color: #403087; }
span { border-color: rgb(64,48,135); }
td.TdClassName
{
border-color: #403087;
}
.TagClassName
{
border-color: #403087;
}
</style>