Shades of Indigo #400EA4
Tints of Indigo #400EA4
RGB
CMYK
RGB Variations
Color information
#400EA4 (or 0x400EA4) is known color: Indigo. HEX triplet: 40, 0E and A4. RGB value is (64,14,164). Sum of RGB (Red+Green+Blue) = 64+14+164=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #400EA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400EA4 is #BFF15B. Grayscale: #2D2D2D. Windows color (decimal): -12579164 or 10751552. OLE color: 10751552.
HSL color Cylindrical-coordinate representation of color #400EA4: hue angle of 260º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400EA4 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 14 | 164 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.36 |
| HSL | 260º | 0.84% | 0.35% | - |
| HSV(B) | 260º | 0.91% | 0.64% | - |
| XYZ | 8.97 | 4.08 | 35.44 | - |
| YUV | 46.05 | 194.57 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 164 | 0.61 | 0.91 | 0 | 0.36 | 260 | 0.84 | 0.35 |
| Hex | 40 | E | A4 | 3D | 5B | 0 | 24 | 104 | 54 | 23 |
| Octal | 100 | 16 | 244 | 75 | 133 | 0 | 44 | 404 | 124 | 43 |
| Binary | 1000000 | 1110 | 10100100 | 111101 | 1011011 | 0 | 100100 | 100000100 | 1010100 | 100011 |
Color Harmonies of #400EA4
Complementary color
Monochromatic Colors of #400EA4
Black with #400EA4
Text Example
Text Example
White with #400EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EA4; }
p { color: rgb(64,14,164); }
H1.HeaderClassName
{
color: #400EA4;
}
.AnyTagClassName
{
color: #400EA4;
}
</style>
background-color css
<style>
a { background-color: #400EA4; }
a { background-color: rgb(64,14,164); }
div.DivClassName
{
background-color: #400EA4;
}
.BgClassName
{
background-color: #400EA4;
}
</style>
border-color css
<style>
span { border-color: #400EA4; }
span { border-color: rgb(64,14,164); }
td.TdClassName
{
border-color: #400EA4;
}
.TagClassName
{
border-color: #400EA4;
}
</style>