Shades of Indigo #400EAB
Tints of Indigo #400EAB
RGB
CMYK
RGB Variations
Color information
#400EAB (or 0x400EAB) is known color: Indigo. HEX triplet: 40, 0E and AB. RGB value is (64,14,171). Sum of RGB (Red+Green+Blue) = 64+14+171=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #400EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400EAB is #BFF154. Grayscale: #2E2E2E. Windows color (decimal): -12579157 or 11210304. OLE color: 11210304.
HSL color Cylindrical-coordinate representation of color #400EAB: hue angle of 259.11º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400EAB is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 14 | 171 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.33 |
| HSL | 259.11º | 0.85% | 0.36% | - |
| HSV(B) | 259.11º | 0.92% | 0.67% | - |
| XYZ | 9.62 | 4.34 | 38.86 | - |
| YUV | 46.85 | 198.07 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 171 | 0.63 | 0.92 | 0 | 0.33 | 259.11 | 0.85 | 0.36 |
| Hex | 40 | E | AB | 3F | 5C | 0 | 21 | 103 | 55 | 24 |
| Octal | 100 | 16 | 253 | 77 | 134 | 0 | 41 | 403 | 125 | 44 |
| Binary | 1000000 | 1110 | 10101011 | 111111 | 1011100 | 0 | 100001 | 100000011 | 1010101 | 100100 |
Color Harmonies of #400EAB
Complementary color
Monochromatic Colors of #400EAB
Black with #400EAB
Text Example
Text Example
White with #400EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EAB; }
p { color: rgb(64,14,171); }
H1.HeaderClassName
{
color: #400EAB;
}
.AnyTagClassName
{
color: #400EAB;
}
</style>
background-color css
<style>
a { background-color: #400EAB; }
a { background-color: rgb(64,14,171); }
div.DivClassName
{
background-color: #400EAB;
}
.BgClassName
{
background-color: #400EAB;
}
</style>
border-color css
<style>
span { border-color: #400EAB; }
span { border-color: rgb(64,14,171); }
td.TdClassName
{
border-color: #400EAB;
}
.TagClassName
{
border-color: #400EAB;
}
</style>