Shades of Indigo #471577
Tints of Indigo #471577
RGB
CMYK
RGB Variations
Color information
#471577 (or 0x471577) is known color: Indigo. HEX triplet: 47, 15 and 77. RGB value is (71,21,119). Sum of RGB (Red+Green+Blue) = 71+21+119=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #471577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471577 is #B8EA88. Grayscale: #2E2E2E. Windows color (decimal): -12118665 or 7804231. OLE color: 7804231.
HSL color Cylindrical-coordinate representation of color #471577: hue angle of 270.61º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471577 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 21 | 119 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.53 |
| HSL | 270.61º | 0.7% | 0.27% | - |
| HSV(B) | 270.61º | 0.82% | 0.47% | - |
| XYZ | 6.2 | 3.21 | 17.75 | - |
| YUV | 47.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 119 | 0.40 | 0.82 | 0 | 0.53 | 270.61 | 0.7 | 0.27 |
| Hex | 47 | 15 | 77 | 28 | 52 | 0 | 35 | 10F | 46 | 1B |
| Octal | 107 | 25 | 167 | 50 | 122 | 0 | 65 | 417 | 106 | 33 |
| Binary | 1000111 | 10101 | 1110111 | 101000 | 1010010 | 0 | 110101 | 100001111 | 1000110 | 11011 |
Color Harmonies of #471577
Complementary color
Monochromatic Colors of #471577
Black with #471577
Text Example
Text Example
White with #471577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471577; }
p { color: rgb(71,21,119); }
H1.HeaderClassName
{
color: #471577;
}
.AnyTagClassName
{
color: #471577;
}
</style>
background-color css
<style>
a { background-color: #471577; }
a { background-color: rgb(71,21,119); }
div.DivClassName
{
background-color: #471577;
}
.BgClassName
{
background-color: #471577;
}
</style>
border-color css
<style>
span { border-color: #471577; }
span { border-color: rgb(71,21,119); }
td.TdClassName
{
border-color: #471577;
}
.TagClassName
{
border-color: #471577;
}
</style>