Shades of Dark Slate Blue #402E8E
Tints of Dark Slate Blue #402E8E
RGB
CMYK
RGB Variations
Color information
#402E8E (or 0x402E8E) is known color: Dark Slate Blue. HEX triplet: 40, 2E and 8E. RGB value is (64,46,142). Sum of RGB (Red+Green+Blue) = 64+46+142=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #402E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402E8E is #BFD171. Grayscale: #3D3D3D. Windows color (decimal): -12570994 or 9317952. OLE color: 9317952.
HSL color Cylindrical-coordinate representation of color #402E8E: hue angle of 251.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #402E8E is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 46 | 142 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.44 |
| HSL | 251.25º | 0.51% | 0.37% | - |
| HSV(B) | 251.25º | 0.68% | 0.56% | - |
| XYZ | 7.97 | 5 | 26.14 | - |
| YUV | 62.33 | 172.96 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 142 | 0.55 | 0.68 | 0 | 0.44 | 251.25 | 0.51 | 0.37 |
| Hex | 40 | 2E | 8E | 37 | 44 | 0 | 2C | FB | 33 | 25 |
| Octal | 100 | 56 | 216 | 67 | 104 | 0 | 54 | 373 | 63 | 45 |
| Binary | 1000000 | 101110 | 10001110 | 110111 | 1000100 | 0 | 101100 | 11111011 | 110011 | 100101 |
Color Harmonies of #402E8E
Complementary color
Monochromatic Colors of #402E8E
Black with #402E8E
Text Example
Text Example
White with #402E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E8E; }
p { color: rgb(64,46,142); }
H1.HeaderClassName
{
color: #402E8E;
}
.AnyTagClassName
{
color: #402E8E;
}
</style>
background-color css
<style>
a { background-color: #402E8E; }
a { background-color: rgb(64,46,142); }
div.DivClassName
{
background-color: #402E8E;
}
.BgClassName
{
background-color: #402E8E;
}
</style>
border-color css
<style>
span { border-color: #402E8E; }
span { border-color: rgb(64,46,142); }
td.TdClassName
{
border-color: #402E8E;
}
.TagClassName
{
border-color: #402E8E;
}
</style>