Shades of Dark Slate Blue #40408C
Tints of Dark Slate Blue #40408C
RGB
CMYK
RGB Variations
Color information
#40408C (or 0x40408C) is known color: Dark Slate Blue. HEX triplet: 40, 40 and 8C. RGB value is (64,64,140). Sum of RGB (Red+Green+Blue) = 64+64+140=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #40408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40408C is #BFBF73. Grayscale: #484848. Windows color (decimal): -12566388 or 9191488. OLE color: 9191488.
HSL color Cylindrical-coordinate representation of color #40408C: hue angle of 240º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40408C is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 64 | 140 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.45 |
| HSL | 240º | 0.37% | 0.4% | - |
| HSV(B) | 240º | 0.54% | 0.55% | - |
| XYZ | 8.68 | 6.65 | 25.64 | - |
| YUV | 72.66 | 166 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 140 | 0.54 | 0.54 | 0 | 0.45 | 240 | 0.37 | 0.4 |
| Hex | 40 | 40 | 8C | 36 | 36 | 0 | 2D | F0 | 25 | 28 |
| Octal | 100 | 100 | 214 | 66 | 66 | 0 | 55 | 360 | 45 | 50 |
| Binary | 1000000 | 1000000 | 10001100 | 110110 | 110110 | 0 | 101101 | 11110000 | 100101 | 101000 |
Color Harmonies of #40408C
Complementary color
Monochromatic Colors of #40408C
Black with #40408C
Text Example
Text Example
White with #40408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40408C; }
p { color: rgb(64,64,140); }
H1.HeaderClassName
{
color: #40408C;
}
.AnyTagClassName
{
color: #40408C;
}
</style>
background-color css
<style>
a { background-color: #40408C; }
a { background-color: rgb(64,64,140); }
div.DivClassName
{
background-color: #40408C;
}
.BgClassName
{
background-color: #40408C;
}
</style>
border-color css
<style>
span { border-color: #40408C; }
span { border-color: rgb(64,64,140); }
td.TdClassName
{
border-color: #40408C;
}
.TagClassName
{
border-color: #40408C;
}
</style>