Shades of Dark Slate Blue #40409E
Tints of Dark Slate Blue #40409E
RGB
CMYK
RGB Variations
Color information
#40409E (or 0x40409E) is known color: Dark Slate Blue. HEX triplet: 40, 40 and 9E. RGB value is (64,64,158). Sum of RGB (Red+Green+Blue) = 64+64+158=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #40409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40409E is #BFBF61. Grayscale: #4A4A4A. Windows color (decimal): -12566370 or 10371136. OLE color: 10371136.
HSL color Cylindrical-coordinate representation of color #40409E: hue angle of 240º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40409E is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 64 | 158 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.38 |
| HSL | 240º | 0.42% | 0.44% | - |
| HSV(B) | 240º | 0.59% | 0.62% | - |
| XYZ | 10.12 | 7.23 | 33.21 | - |
| YUV | 74.72 | 175 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 158 | 0.59 | 0.59 | 0 | 0.38 | 240 | 0.42 | 0.44 |
| Hex | 40 | 40 | 9E | 3B | 3B | 0 | 26 | F0 | 2A | 2C |
| Octal | 100 | 100 | 236 | 73 | 73 | 0 | 46 | 360 | 52 | 54 |
| Binary | 1000000 | 1000000 | 10011110 | 111011 | 111011 | 0 | 100110 | 11110000 | 101010 | 101100 |
Color Harmonies of #40409E
Complementary color
Monochromatic Colors of #40409E
Black with #40409E
Text Example
Text Example
White with #40409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40409E; }
p { color: rgb(64,64,158); }
H1.HeaderClassName
{
color: #40409E;
}
.AnyTagClassName
{
color: #40409E;
}
</style>
background-color css
<style>
a { background-color: #40409E; }
a { background-color: rgb(64,64,158); }
div.DivClassName
{
background-color: #40409E;
}
.BgClassName
{
background-color: #40409E;
}
</style>
border-color css
<style>
span { border-color: #40409E; }
span { border-color: rgb(64,64,158); }
td.TdClassName
{
border-color: #40409E;
}
.TagClassName
{
border-color: #40409E;
}
</style>