Shades of Indigo #400471
Tints of Indigo #400471
RGB
CMYK
RGB Variations
Color information
#400471 (or 0x400471) is known color: Indigo. HEX triplet: 40, 04 and 71. RGB value is (64,4,113). Sum of RGB (Red+Green+Blue) = 64+4+113=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #400471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400471 is #BFFB8E. Grayscale: #212121. Windows color (decimal): -12581775 or 7406656. OLE color: 7406656.
HSL color Cylindrical-coordinate representation of color #400471: hue angle of 273.03º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400471 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 4 | 113 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.56 |
| HSL | 273.03º | 0.93% | 0.23% | - |
| HSV(B) | 273.03º | 0.96% | 0.44% | - |
| XYZ | 5.14 | 2.37 | 15.81 | - |
| YUV | 34.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 113 | 0.43 | 0.96 | 0 | 0.56 | 273.03 | 0.93 | 0.23 |
| Hex | 40 | 4 | 71 | 2B | 60 | 0 | 38 | 111 | 5D | 17 |
| Octal | 100 | 4 | 161 | 53 | 140 | 0 | 70 | 421 | 135 | 27 |
| Binary | 1000000 | 100 | 1110001 | 101011 | 1100000 | 0 | 111000 | 100010001 | 1011101 | 10111 |
Color Harmonies of #400471
Complementary color
Monochromatic Colors of #400471
Black with #400471
Text Example
Text Example
White with #400471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400471; }
p { color: rgb(64,4,113); }
H1.HeaderClassName
{
color: #400471;
}
.AnyTagClassName
{
color: #400471;
}
</style>
background-color css
<style>
a { background-color: #400471; }
a { background-color: rgb(64,4,113); }
div.DivClassName
{
background-color: #400471;
}
.BgClassName
{
background-color: #400471;
}
</style>
border-color css
<style>
span { border-color: #400471; }
span { border-color: rgb(64,4,113); }
td.TdClassName
{
border-color: #400471;
}
.TagClassName
{
border-color: #400471;
}
</style>