Shades of Indigo #470171
Tints of Indigo #470171
RGB
CMYK
RGB Variations
Color information
#470171 (or 0x470171) is known color: Indigo. HEX triplet: 47, 01 and 71. RGB value is (71,1,113). Sum of RGB (Red+Green+Blue) = 71+1+113=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #470171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470171 is #B8FE8E. Grayscale: #222222. Windows color (decimal): -12123791 or 7405895. OLE color: 7405895.
HSL color Cylindrical-coordinate representation of color #470171: hue angle of 277.5º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470171 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 1 | 113 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.56 |
| HSL | 277.5º | 0.98% | 0.22% | - |
| HSV(B) | 277.5º | 0.99% | 0.44% | - |
| XYZ | 5.59 | 2.55 | 15.82 | - |
| YUV | 34.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 113 | 0.37 | 0.99 | 0 | 0.56 | 277.5 | 0.98 | 0.22 |
| Hex | 47 | 1 | 71 | 25 | 63 | 0 | 38 | 116 | 62 | 16 |
| Octal | 107 | 1 | 161 | 45 | 143 | 0 | 70 | 426 | 142 | 26 |
| Binary | 1000111 | 1 | 1110001 | 100101 | 1100011 | 0 | 111000 | 100010110 | 1100010 | 10110 |
Color Harmonies of #470171
Complementary color
Monochromatic Colors of #470171
Black with #470171
Text Example
Text Example
White with #470171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470171; }
p { color: rgb(71,1,113); }
H1.HeaderClassName
{
color: #470171;
}
.AnyTagClassName
{
color: #470171;
}
</style>
background-color css
<style>
a { background-color: #470171; }
a { background-color: rgb(71,1,113); }
div.DivClassName
{
background-color: #470171;
}
.BgClassName
{
background-color: #470171;
}
</style>
border-color css
<style>
span { border-color: #470171; }
span { border-color: rgb(71,1,113); }
td.TdClassName
{
border-color: #470171;
}
.TagClassName
{
border-color: #470171;
}
</style>