Shades of Indigo #470071
Tints of Indigo #470071
RGB
CMYK
RGB Variations
Color information
#470071 (or 0x470071) is known color: Indigo. HEX triplet: 47, 00 and 71. RGB value is (71,0,113). Sum of RGB (Red+Green+Blue) = 71+0+113=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #470071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470071 is #B8FF8E. Grayscale: #212121. Windows color (decimal): -12124047 or 7405639. OLE color: 7405639.
HSL color Cylindrical-coordinate representation of color #470071: hue angle of 277.7º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470071 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 0 | 113 | - |
| CMYK | 0.37 | 1 | 0 | 0.56 |
| HSL | 277.7º | 1% | 0.22% | - |
| HSV(B) | 277.7º | 1% | 0.44% | - |
| XYZ | 5.58 | 2.53 | 15.82 | - |
| YUV | 34.11 | 172.52 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 113 | 0.37 | 1 | 0 | 0.56 | 277.7 | 1 | 0.22 |
| Hex | 47 | 0 | 71 | 25 | 64 | 0 | 38 | 116 | 64 | 16 |
| Octal | 107 | 0 | 161 | 45 | 144 | 0 | 70 | 426 | 144 | 26 |
| Binary | 1000111 | 0 | 1110001 | 100101 | 1100100 | 0 | 111000 | 100010110 | 1100100 | 10110 |
Color Harmonies of #470071
Complementary color
Monochromatic Colors of #470071
Black with #470071
Text Example
Text Example
White with #470071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470071; }
p { color: rgb(71,0,113); }
H1.HeaderClassName
{
color: #470071;
}
.AnyTagClassName
{
color: #470071;
}
</style>
background-color css
<style>
a { background-color: #470071; }
a { background-color: rgb(71,0,113); }
div.DivClassName
{
background-color: #470071;
}
.BgClassName
{
background-color: #470071;
}
</style>
border-color css
<style>
span { border-color: #470071; }
span { border-color: rgb(71,0,113); }
td.TdClassName
{
border-color: #470071;
}
.TagClassName
{
border-color: #470071;
}
</style>