Shades of Indigo #471070
Tints of Indigo #471070
RGB
CMYK
RGB Variations
Color information
#471070 (or 0x471070) is known color: Indigo. HEX triplet: 47, 10 and 70. RGB value is (71,16,112). Sum of RGB (Red+Green+Blue) = 71+16+112=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #471070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471070 is #B8EF8F. Grayscale: #2B2B2B. Windows color (decimal): -12119952 or 7344199. OLE color: 7344199.
HSL color Cylindrical-coordinate representation of color #471070: hue angle of 274.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471070 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 16 | 112 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.56 |
| HSL | 274.38º | 0.75% | 0.25% | - |
| HSV(B) | 274.38º | 0.86% | 0.44% | - |
| XYZ | 5.71 | 2.88 | 15.58 | - |
| YUV | 43.39 | 166.72 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 112 | 0.37 | 0.86 | 0 | 0.56 | 274.38 | 0.75 | 0.25 |
| Hex | 47 | 10 | 70 | 25 | 56 | 0 | 38 | 112 | 4B | 19 |
| Octal | 107 | 20 | 160 | 45 | 126 | 0 | 70 | 422 | 113 | 31 |
| Binary | 1000111 | 10000 | 1110000 | 100101 | 1010110 | 0 | 111000 | 100010010 | 1001011 | 11001 |
Color Harmonies of #471070
Complementary color
Monochromatic Colors of #471070
Black with #471070
Text Example
Text Example
White with #471070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471070; }
p { color: rgb(71,16,112); }
H1.HeaderClassName
{
color: #471070;
}
.AnyTagClassName
{
color: #471070;
}
</style>
background-color css
<style>
a { background-color: #471070; }
a { background-color: rgb(71,16,112); }
div.DivClassName
{
background-color: #471070;
}
.BgClassName
{
background-color: #471070;
}
</style>
border-color css
<style>
span { border-color: #471070; }
span { border-color: rgb(71,16,112); }
td.TdClassName
{
border-color: #471070;
}
.TagClassName
{
border-color: #471070;
}
</style>