Shades of Indigo #400B8E
Tints of Indigo #400B8E
RGB
CMYK
RGB Variations
Color information
#400B8E (or 0x400B8E) is known color: Indigo. HEX triplet: 40, 0B and 8E. RGB value is (64,11,142). Sum of RGB (Red+Green+Blue) = 64+11+142=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #400B8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400B8E is #BFF471. Grayscale: #292929. Windows color (decimal): -12579954 or 9308992. OLE color: 9308992.
HSL color Cylindrical-coordinate representation of color #400B8E: hue angle of 264.27º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400B8E is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 11 | 142 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.44 |
| HSL | 264.27º | 0.86% | 0.3% | - |
| HSV(B) | 264.27º | 0.92% | 0.56% | - |
| XYZ | 7.12 | 3.28 | 25.85 | - |
| YUV | 41.78 | 184.56 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 142 | 0.55 | 0.92 | 0 | 0.44 | 264.27 | 0.86 | 0.3 |
| Hex | 40 | B | 8E | 37 | 5C | 0 | 2C | 108 | 56 | 1E |
| Octal | 100 | 13 | 216 | 67 | 134 | 0 | 54 | 410 | 126 | 36 |
| Binary | 1000000 | 1011 | 10001110 | 110111 | 1011100 | 0 | 101100 | 100001000 | 1010110 | 11110 |
Color Harmonies of #400B8E
Complementary color
Monochromatic Colors of #400B8E
Black with #400B8E
Text Example
Text Example
White with #400B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B8E; }
p { color: rgb(64,11,142); }
H1.HeaderClassName
{
color: #400B8E;
}
.AnyTagClassName
{
color: #400B8E;
}
</style>
background-color css
<style>
a { background-color: #400B8E; }
a { background-color: rgb(64,11,142); }
div.DivClassName
{
background-color: #400B8E;
}
.BgClassName
{
background-color: #400B8E;
}
</style>
border-color css
<style>
span { border-color: #400B8E; }
span { border-color: rgb(64,11,142); }
td.TdClassName
{
border-color: #400B8E;
}
.TagClassName
{
border-color: #400B8E;
}
</style>