Shades of Dark Slate Blue #40408F
Tints of Dark Slate Blue #40408F
RGB
CMYK
RGB Variations
Color information
#40408F (or 0x40408F) is known color: Dark Slate Blue. HEX triplet: 40, 40 and 8F. RGB value is (64,64,143). Sum of RGB (Red+Green+Blue) = 64+64+143=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #40408F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40408F is #BFBF70. Grayscale: #484848. Windows color (decimal): -12566385 or 9388096. OLE color: 9388096.
HSL color Cylindrical-coordinate representation of color #40408F: hue angle of 240º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40408F is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 64 | 143 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.44 |
| HSL | 240º | 0.38% | 0.41% | - |
| HSV(B) | 240º | 0.55% | 0.56% | - |
| XYZ | 8.91 | 6.74 | 26.82 | - |
| YUV | 73.01 | 167.5 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 143 | 0.55 | 0.55 | 0 | 0.44 | 240 | 0.38 | 0.41 |
| Hex | 40 | 40 | 8F | 37 | 37 | 0 | 2C | F0 | 26 | 29 |
| Octal | 100 | 100 | 217 | 67 | 67 | 0 | 54 | 360 | 46 | 51 |
| Binary | 1000000 | 1000000 | 10001111 | 110111 | 110111 | 0 | 101100 | 11110000 | 100110 | 101001 |
Color Harmonies of #40408F
Complementary color
Monochromatic Colors of #40408F
Black with #40408F
Text Example
Text Example
White with #40408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40408F; }
p { color: rgb(64,64,143); }
H1.HeaderClassName
{
color: #40408F;
}
.AnyTagClassName
{
color: #40408F;
}
</style>
background-color css
<style>
a { background-color: #40408F; }
a { background-color: rgb(64,64,143); }
div.DivClassName
{
background-color: #40408F;
}
.BgClassName
{
background-color: #40408F;
}
</style>
border-color css
<style>
span { border-color: #40408F; }
span { border-color: rgb(64,64,143); }
td.TdClassName
{
border-color: #40408F;
}
.TagClassName
{
border-color: #40408F;
}
</style>