Shades of Indigo #471473
Tints of Indigo #471473
RGB
CMYK
RGB Variations
Color information
#471473 (or 0x471473) is known color: Indigo. HEX triplet: 47, 14 and 73. RGB value is (71,20,115). Sum of RGB (Red+Green+Blue) = 71+20+115=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #471473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471473 is #B8EB8C. Grayscale: #2D2D2D. Windows color (decimal): -12118925 or 7541831. OLE color: 7541831.
HSL color Cylindrical-coordinate representation of color #471473: hue angle of 272.21º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471473 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 20 | 115 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.55 |
| HSL | 272.21º | 0.7% | 0.26% | - |
| HSV(B) | 272.21º | 0.83% | 0.45% | - |
| XYZ | 5.94 | 3.08 | 16.5 | - |
| YUV | 46.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 115 | 0.38 | 0.83 | 0 | 0.55 | 272.21 | 0.7 | 0.26 |
| Hex | 47 | 14 | 73 | 26 | 53 | 0 | 37 | 110 | 46 | 1A |
| Octal | 107 | 24 | 163 | 46 | 123 | 0 | 67 | 420 | 106 | 32 |
| Binary | 1000111 | 10100 | 1110011 | 100110 | 1010011 | 0 | 110111 | 100010000 | 1000110 | 11010 |
Color Harmonies of #471473
Complementary color
Monochromatic Colors of #471473
Black with #471473
Text Example
Text Example
White with #471473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471473; }
p { color: rgb(71,20,115); }
H1.HeaderClassName
{
color: #471473;
}
.AnyTagClassName
{
color: #471473;
}
</style>
background-color css
<style>
a { background-color: #471473; }
a { background-color: rgb(71,20,115); }
div.DivClassName
{
background-color: #471473;
}
.BgClassName
{
background-color: #471473;
}
</style>
border-color css
<style>
span { border-color: #471473; }
span { border-color: rgb(71,20,115); }
td.TdClassName
{
border-color: #471473;
}
.TagClassName
{
border-color: #471473;
}
</style>