Shades of Indigo #471377
Tints of Indigo #471377
RGB
CMYK
RGB Variations
Color information
#471377 (or 0x471377) is known color: Indigo. HEX triplet: 47, 13 and 77. RGB value is (71,19,119). Sum of RGB (Red+Green+Blue) = 71+19+119=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #471377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471377 is #B8EC88. Grayscale: #2D2D2D. Windows color (decimal): -12119177 or 7803719. OLE color: 7803719.
HSL color Cylindrical-coordinate representation of color #471377: hue angle of 271.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471377 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 19 | 119 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.53 |
| HSL | 271.2º | 0.72% | 0.27% | - |
| HSV(B) | 271.2º | 0.84% | 0.47% | - |
| XYZ | 6.16 | 3.14 | 17.73 | - |
| YUV | 45.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 119 | 0.40 | 0.84 | 0 | 0.53 | 271.2 | 0.72 | 0.27 |
| Hex | 47 | 13 | 77 | 28 | 54 | 0 | 35 | 10F | 48 | 1B |
| Octal | 107 | 23 | 167 | 50 | 124 | 0 | 65 | 417 | 110 | 33 |
| Binary | 1000111 | 10011 | 1110111 | 101000 | 1010100 | 0 | 110101 | 100001111 | 1001000 | 11011 |
Color Harmonies of #471377
Complementary color
Monochromatic Colors of #471377
Black with #471377
Text Example
Text Example
White with #471377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471377; }
p { color: rgb(71,19,119); }
H1.HeaderClassName
{
color: #471377;
}
.AnyTagClassName
{
color: #471377;
}
</style>
background-color css
<style>
a { background-color: #471377; }
a { background-color: rgb(71,19,119); }
div.DivClassName
{
background-color: #471377;
}
.BgClassName
{
background-color: #471377;
}
</style>
border-color css
<style>
span { border-color: #471377; }
span { border-color: rgb(71,19,119); }
td.TdClassName
{
border-color: #471377;
}
.TagClassName
{
border-color: #471377;
}
</style>