Shades of Indigo #400896
Tints of Indigo #400896
RGB
CMYK
RGB Variations
Color information
#400896 (or 0x400896) is known color: Indigo. HEX triplet: 40, 08 and 96. RGB value is (64,8,150). Sum of RGB (Red+Green+Blue) = 64+8+150=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #400896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400896 is #BFF769. Grayscale: #282828. Windows color (decimal): -12580714 or 9832512. OLE color: 9832512.
HSL color Cylindrical-coordinate representation of color #400896: hue angle of 263.66º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400896 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 8 | 150 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.41 |
| HSL | 263.66º | 0.9% | 0.31% | - |
| HSV(B) | 263.66º | 0.95% | 0.59% | - |
| XYZ | 7.71 | 3.47 | 29.12 | - |
| YUV | 40.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 150 | 0.57 | 0.95 | 0 | 0.41 | 263.66 | 0.9 | 0.31 |
| Hex | 40 | 8 | 96 | 39 | 5F | 0 | 29 | 108 | 5A | 1F |
| Octal | 100 | 10 | 226 | 71 | 137 | 0 | 51 | 410 | 132 | 37 |
| Binary | 1000000 | 1000 | 10010110 | 111001 | 1011111 | 0 | 101001 | 100001000 | 1011010 | 11111 |
Color Harmonies of #400896
Complementary color
Monochromatic Colors of #400896
Black with #400896
Text Example
Text Example
White with #400896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400896; }
p { color: rgb(64,8,150); }
H1.HeaderClassName
{
color: #400896;
}
.AnyTagClassName
{
color: #400896;
}
</style>
background-color css
<style>
a { background-color: #400896; }
a { background-color: rgb(64,8,150); }
div.DivClassName
{
background-color: #400896;
}
.BgClassName
{
background-color: #400896;
}
</style>
border-color css
<style>
span { border-color: #400896; }
span { border-color: rgb(64,8,150); }
td.TdClassName
{
border-color: #400896;
}
.TagClassName
{
border-color: #400896;
}
</style>