Shades of Indigo #400A96
Tints of Indigo #400A96
RGB
CMYK
RGB Variations
Color information
#400A96 (or 0x400A96) is known color: Indigo. HEX triplet: 40, 0A and 96. RGB value is (64,10,150). Sum of RGB (Red+Green+Blue) = 64+10+150=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #400A96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400A96 is #BFF569. Grayscale: #292929. Windows color (decimal): -12580202 or 9833024. OLE color: 9833024.
HSL color Cylindrical-coordinate representation of color #400A96: hue angle of 263.14º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400A96 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 10 | 150 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.41 |
| HSL | 263.14º | 0.88% | 0.31% | - |
| HSV(B) | 263.14º | 0.93% | 0.59% | - |
| XYZ | 7.73 | 3.51 | 29.12 | - |
| YUV | 42.11 | 188.89 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 150 | 0.57 | 0.93 | 0 | 0.41 | 263.14 | 0.88 | 0.31 |
| Hex | 40 | A | 96 | 39 | 5D | 0 | 29 | 107 | 58 | 1F |
| Octal | 100 | 12 | 226 | 71 | 135 | 0 | 51 | 407 | 130 | 37 |
| Binary | 1000000 | 1010 | 10010110 | 111001 | 1011101 | 0 | 101001 | 100000111 | 1011000 | 11111 |
Color Harmonies of #400A96
Complementary color
Monochromatic Colors of #400A96
Black with #400A96
Text Example
Text Example
White with #400A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A96; }
p { color: rgb(64,10,150); }
H1.HeaderClassName
{
color: #400A96;
}
.AnyTagClassName
{
color: #400A96;
}
</style>
background-color css
<style>
a { background-color: #400A96; }
a { background-color: rgb(64,10,150); }
div.DivClassName
{
background-color: #400A96;
}
.BgClassName
{
background-color: #400A96;
}
</style>
border-color css
<style>
span { border-color: #400A96; }
span { border-color: rgb(64,10,150); }
td.TdClassName
{
border-color: #400A96;
}
.TagClassName
{
border-color: #400A96;
}
</style>