Shades of Dark Slate Blue #40419E
Tints of Dark Slate Blue #40419E
RGB
CMYK
RGB Variations
Color information
#40419E (or 0x40419E) is known color: Dark Slate Blue. HEX triplet: 40, 41 and 9E. RGB value is (64,65,158). Sum of RGB (Red+Green+Blue) = 64+65+158=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #40419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40419E is #BFBE61. Grayscale: #4A4A4A. Windows color (decimal): -12566114 or 10371392. OLE color: 10371392.
HSL color Cylindrical-coordinate representation of color #40419E: hue angle of 239.36º 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 #40419E is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 65 | 158 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.38 |
| HSL | 239.36º | 0.42% | 0.44% | - |
| HSV(B) | 239.36º | 0.59% | 0.62% | - |
| XYZ | 10.18 | 7.34 | 33.23 | - |
| YUV | 75.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 158 | 0.59 | 0.59 | 0 | 0.38 | 239.36 | 0.42 | 0.44 |
| Hex | 40 | 41 | 9E | 3B | 3B | 0 | 26 | EF | 2A | 2C |
| Octal | 100 | 101 | 236 | 73 | 73 | 0 | 46 | 357 | 52 | 54 |
| Binary | 1000000 | 1000001 | 10011110 | 111011 | 111011 | 0 | 100110 | 11101111 | 101010 | 101100 |
Color Harmonies of #40419E
Complementary color
Monochromatic Colors of #40419E
Black with #40419E
Text Example
Text Example
White with #40419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40419E; }
p { color: rgb(64,65,158); }
H1.HeaderClassName
{
color: #40419E;
}
.AnyTagClassName
{
color: #40419E;
}
</style>
background-color css
<style>
a { background-color: #40419E; }
a { background-color: rgb(64,65,158); }
div.DivClassName
{
background-color: #40419E;
}
.BgClassName
{
background-color: #40419E;
}
</style>
border-color css
<style>
span { border-color: #40419E; }
span { border-color: rgb(64,65,158); }
td.TdClassName
{
border-color: #40419E;
}
.TagClassName
{
border-color: #40419E;
}
</style>