Shades of Indigo #400296
Tints of Indigo #400296
RGB
CMYK
RGB Variations
Color information
#400296 (or 0x400296) is known color: Indigo. HEX triplet: 40, 02 and 96. RGB value is (64,2,150). Sum of RGB (Red+Green+Blue) = 64+2+150=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #400296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400296 is #BFFD69. Grayscale: #242424. Windows color (decimal): -12582250 or 9830976. OLE color: 9830976.
HSL color Cylindrical-coordinate representation of color #400296: hue angle of 265.14º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400296 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 2 | 150 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.41 |
| HSL | 265.14º | 0.97% | 0.3% | - |
| HSV(B) | 265.14º | 0.99% | 0.59% | - |
| XYZ | 7.64 | 3.34 | 29.1 | - |
| YUV | 37.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 150 | 0.57 | 0.99 | 0 | 0.41 | 265.14 | 0.97 | 0.3 |
| Hex | 40 | 2 | 96 | 39 | 63 | 0 | 29 | 109 | 61 | 1E |
| Octal | 100 | 2 | 226 | 71 | 143 | 0 | 51 | 411 | 141 | 36 |
| Binary | 1000000 | 10 | 10010110 | 111001 | 1100011 | 0 | 101001 | 100001001 | 1100001 | 11110 |
Color Harmonies of #400296
Complementary color
Monochromatic Colors of #400296
Black with #400296
Text Example
Text Example
White with #400296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400296; }
p { color: rgb(64,2,150); }
H1.HeaderClassName
{
color: #400296;
}
.AnyTagClassName
{
color: #400296;
}
</style>
background-color css
<style>
a { background-color: #400296; }
a { background-color: rgb(64,2,150); }
div.DivClassName
{
background-color: #400296;
}
.BgClassName
{
background-color: #400296;
}
</style>
border-color css
<style>
span { border-color: #400296; }
span { border-color: rgb(64,2,150); }
td.TdClassName
{
border-color: #400296;
}
.TagClassName
{
border-color: #400296;
}
</style>