Shades of Dark Slate Blue #40409D
Tints of Dark Slate Blue #40409D
RGB
CMYK
RGB Variations
Color information
#40409D (or 0x40409D) is known color: Dark Slate Blue. HEX triplet: 40, 40 and 9D. RGB value is (64,64,157). Sum of RGB (Red+Green+Blue) = 64+64+157=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #40409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40409D is #BFBF62. Grayscale: #4A4A4A. Windows color (decimal): -12566371 or 10305600. OLE color: 10305600.
HSL color Cylindrical-coordinate representation of color #40409D: hue angle of 240º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40409D is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 64 | 157 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.38 |
| HSL | 240º | 0.42% | 0.43% | - |
| HSV(B) | 240º | 0.59% | 0.62% | - |
| XYZ | 10.03 | 7.19 | 32.76 | - |
| YUV | 74.6 | 174.5 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 157 | 0.59 | 0.59 | 0 | 0.38 | 240 | 0.42 | 0.43 |
| Hex | 40 | 40 | 9D | 3B | 3B | 0 | 26 | F0 | 2A | 2B |
| Octal | 100 | 100 | 235 | 73 | 73 | 0 | 46 | 360 | 52 | 53 |
| Binary | 1000000 | 1000000 | 10011101 | 111011 | 111011 | 0 | 100110 | 11110000 | 101010 | 101011 |
Color Harmonies of #40409D
Complementary color
Monochromatic Colors of #40409D
Black with #40409D
Text Example
Text Example
White with #40409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40409D; }
p { color: rgb(64,64,157); }
H1.HeaderClassName
{
color: #40409D;
}
.AnyTagClassName
{
color: #40409D;
}
</style>
background-color css
<style>
a { background-color: #40409D; }
a { background-color: rgb(64,64,157); }
div.DivClassName
{
background-color: #40409D;
}
.BgClassName
{
background-color: #40409D;
}
</style>
border-color css
<style>
span { border-color: #40409D; }
span { border-color: rgb(64,64,157); }
td.TdClassName
{
border-color: #40409D;
}
.TagClassName
{
border-color: #40409D;
}
</style>