Shades of Indigo #471470
Tints of Indigo #471470
RGB
CMYK
RGB Variations
Color information
#471470 (or 0x471470) is known color: Indigo. HEX triplet: 47, 14 and 70. RGB value is (71,20,112). Sum of RGB (Red+Green+Blue) = 71+20+112=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #471470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471470 is #B8EB8F. Grayscale: #2D2D2D. Windows color (decimal): -12118928 or 7345223. OLE color: 7345223.
HSL color Cylindrical-coordinate representation of color #471470: hue angle of 273.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471470 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 20 | 112 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.56 |
| HSL | 273.26º | 0.7% | 0.26% | - |
| HSV(B) | 273.26º | 0.82% | 0.44% | - |
| XYZ | 5.77 | 3.01 | 15.61 | - |
| YUV | 45.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 112 | 0.37 | 0.82 | 0 | 0.56 | 273.26 | 0.7 | 0.26 |
| Hex | 47 | 14 | 70 | 25 | 52 | 0 | 38 | 111 | 46 | 1A |
| Octal | 107 | 24 | 160 | 45 | 122 | 0 | 70 | 421 | 106 | 32 |
| Binary | 1000111 | 10100 | 1110000 | 100101 | 1010010 | 0 | 111000 | 100010001 | 1000110 | 11010 |
Color Harmonies of #471470
Complementary color
Monochromatic Colors of #471470
Black with #471470
Text Example
Text Example
White with #471470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471470; }
p { color: rgb(71,20,112); }
H1.HeaderClassName
{
color: #471470;
}
.AnyTagClassName
{
color: #471470;
}
</style>
background-color css
<style>
a { background-color: #471470; }
a { background-color: rgb(71,20,112); }
div.DivClassName
{
background-color: #471470;
}
.BgClassName
{
background-color: #471470;
}
</style>
border-color css
<style>
span { border-color: #471470; }
span { border-color: rgb(71,20,112); }
td.TdClassName
{
border-color: #471470;
}
.TagClassName
{
border-color: #471470;
}
</style>