Shades of Indigo #400972
Tints of Indigo #400972
RGB
CMYK
RGB Variations
Color information
#400972 (or 0x400972) is known color: Indigo. HEX triplet: 40, 09 and 72. RGB value is (64,9,114). Sum of RGB (Red+Green+Blue) = 64+9+114=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #400972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400972 is #BFF68D. Grayscale: #252525. Windows color (decimal): -12580494 or 7473472. OLE color: 7473472.
HSL color Cylindrical-coordinate representation of color #400972: hue angle of 271.43º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400972 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 9 | 114 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.55 |
| HSL | 271.43º | 0.85% | 0.24% | - |
| HSV(B) | 271.43º | 0.92% | 0.45% | - |
| XYZ | 5.25 | 2.5 | 16.13 | - |
| YUV | 37.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 114 | 0.44 | 0.92 | 0 | 0.55 | 271.43 | 0.85 | 0.24 |
| Hex | 40 | 9 | 72 | 2C | 5C | 0 | 37 | 10F | 55 | 18 |
| Octal | 100 | 11 | 162 | 54 | 134 | 0 | 67 | 417 | 125 | 30 |
| Binary | 1000000 | 1001 | 1110010 | 101100 | 1011100 | 0 | 110111 | 100001111 | 1010101 | 11000 |
Color Harmonies of #400972
Complementary color
Monochromatic Colors of #400972
Black with #400972
Text Example
Text Example
White with #400972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400972; }
p { color: rgb(64,9,114); }
H1.HeaderClassName
{
color: #400972;
}
.AnyTagClassName
{
color: #400972;
}
</style>
background-color css
<style>
a { background-color: #400972; }
a { background-color: rgb(64,9,114); }
div.DivClassName
{
background-color: #400972;
}
.BgClassName
{
background-color: #400972;
}
</style>
border-color css
<style>
span { border-color: #400972; }
span { border-color: rgb(64,9,114); }
td.TdClassName
{
border-color: #400972;
}
.TagClassName
{
border-color: #400972;
}
</style>