Shades of Indigo #400E9E
Tints of Indigo #400E9E
RGB
CMYK
RGB Variations
Color information
#400E9E (or 0x400E9E) is known color: Indigo. HEX triplet: 40, 0E and 9E. RGB value is (64,14,158). Sum of RGB (Red+Green+Blue) = 64+14+158=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #400E9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400E9E is #BFF161. Grayscale: #2C2C2C. Windows color (decimal): -12579170 or 10358336. OLE color: 10358336.
HSL color Cylindrical-coordinate representation of color #400E9E: hue angle of 260.83º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400E9E is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 14 | 158 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.38 |
| HSL | 260.83º | 0.84% | 0.34% | - |
| HSV(B) | 260.83º | 0.91% | 0.62% | - |
| XYZ | 8.44 | 3.87 | 32.65 | - |
| YUV | 45.37 | 191.57 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 158 | 0.59 | 0.91 | 0 | 0.38 | 260.83 | 0.84 | 0.34 |
| Hex | 40 | E | 9E | 3B | 5B | 0 | 26 | 105 | 54 | 22 |
| Octal | 100 | 16 | 236 | 73 | 133 | 0 | 46 | 405 | 124 | 42 |
| Binary | 1000000 | 1110 | 10011110 | 111011 | 1011011 | 0 | 100110 | 100000101 | 1010100 | 100010 |
Color Harmonies of #400E9E
Complementary color
Monochromatic Colors of #400E9E
Black with #400E9E
Text Example
Text Example
White with #400E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E9E; }
p { color: rgb(64,14,158); }
H1.HeaderClassName
{
color: #400E9E;
}
.AnyTagClassName
{
color: #400E9E;
}
</style>
background-color css
<style>
a { background-color: #400E9E; }
a { background-color: rgb(64,14,158); }
div.DivClassName
{
background-color: #400E9E;
}
.BgClassName
{
background-color: #400E9E;
}
</style>
border-color css
<style>
span { border-color: #400E9E; }
span { border-color: rgb(64,14,158); }
td.TdClassName
{
border-color: #400E9E;
}
.TagClassName
{
border-color: #400E9E;
}
</style>