Shades of Indigo #471072
Tints of Indigo #471072
RGB
CMYK
RGB Variations
Color information
#471072 (or 0x471072) is known color: Indigo. HEX triplet: 47, 10 and 72. RGB value is (71,16,114). Sum of RGB (Red+Green+Blue) = 71+16+114=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #471072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471072 is #B8EF8D. Grayscale: #2B2B2B. Windows color (decimal): -12119950 or 7475271. OLE color: 7475271.
HSL color Cylindrical-coordinate representation of color #471072: hue angle of 273.67º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471072 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 16 | 114 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.55 |
| HSL | 273.67º | 0.75% | 0.25% | - |
| HSV(B) | 273.67º | 0.86% | 0.45% | - |
| XYZ | 5.82 | 2.93 | 16.18 | - |
| YUV | 43.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 114 | 0.38 | 0.86 | 0 | 0.55 | 273.67 | 0.75 | 0.25 |
| Hex | 47 | 10 | 72 | 26 | 56 | 0 | 37 | 112 | 4B | 19 |
| Octal | 107 | 20 | 162 | 46 | 126 | 0 | 67 | 422 | 113 | 31 |
| Binary | 1000111 | 10000 | 1110010 | 100110 | 1010110 | 0 | 110111 | 100010010 | 1001011 | 11001 |
Color Harmonies of #471072
Complementary color
Monochromatic Colors of #471072
Black with #471072
Text Example
Text Example
White with #471072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471072; }
p { color: rgb(71,16,114); }
H1.HeaderClassName
{
color: #471072;
}
.AnyTagClassName
{
color: #471072;
}
</style>
background-color css
<style>
a { background-color: #471072; }
a { background-color: rgb(71,16,114); }
div.DivClassName
{
background-color: #471072;
}
.BgClassName
{
background-color: #471072;
}
</style>
border-color css
<style>
span { border-color: #471072; }
span { border-color: rgb(71,16,114); }
td.TdClassName
{
border-color: #471072;
}
.TagClassName
{
border-color: #471072;
}
</style>