Shades of Indigo #400873
Tints of Indigo #400873
RGB
CMYK
RGB Variations
Color information
#400873 (or 0x400873) is known color: Indigo. HEX triplet: 40, 08 and 73. RGB value is (64,8,115). Sum of RGB (Red+Green+Blue) = 64+8+115=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #400873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400873 is #BFF78C. Grayscale: #242424. Windows color (decimal): -12580749 or 7538752. OLE color: 7538752.
HSL color Cylindrical-coordinate representation of color #400873: hue angle of 271.4º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400873 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 8 | 115 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.55 |
| HSL | 271.4º | 0.87% | 0.24% | - |
| HSV(B) | 271.4º | 0.93% | 0.45% | - |
| XYZ | 5.3 | 2.5 | 16.42 | - |
| YUV | 36.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 115 | 0.44 | 0.93 | 0 | 0.55 | 271.4 | 0.87 | 0.24 |
| Hex | 40 | 8 | 73 | 2C | 5D | 0 | 37 | 10F | 57 | 18 |
| Octal | 100 | 10 | 163 | 54 | 135 | 0 | 67 | 417 | 127 | 30 |
| Binary | 1000000 | 1000 | 1110011 | 101100 | 1011101 | 0 | 110111 | 100001111 | 1010111 | 11000 |
Color Harmonies of #400873
Complementary color
Monochromatic Colors of #400873
Black with #400873
Text Example
Text Example
White with #400873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400873; }
p { color: rgb(64,8,115); }
H1.HeaderClassName
{
color: #400873;
}
.AnyTagClassName
{
color: #400873;
}
</style>
background-color css
<style>
a { background-color: #400873; }
a { background-color: rgb(64,8,115); }
div.DivClassName
{
background-color: #400873;
}
.BgClassName
{
background-color: #400873;
}
</style>
border-color css
<style>
span { border-color: #400873; }
span { border-color: rgb(64,8,115); }
td.TdClassName
{
border-color: #400873;
}
.TagClassName
{
border-color: #400873;
}
</style>