Shades of Indigo #471189
Tints of Indigo #471189
RGB
CMYK
RGB Variations
Color information
#471189 (or 0x471189) is known color: Indigo. HEX triplet: 47, 11 and 89. RGB value is (71,17,137). Sum of RGB (Red+Green+Blue) = 71+17+137=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #471189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471189 is #B8EE76. Grayscale: #2E2E2E. Windows color (decimal): -12119671 or 8982855. OLE color: 8982855.
HSL color Cylindrical-coordinate representation of color #471189: hue angle of 267º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471189 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 17 | 137 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.46 |
| HSL | 267º | 0.78% | 0.3% | - |
| HSV(B) | 267º | 0.88% | 0.54% | - |
| XYZ | 7.31 | 3.55 | 23.97 | - |
| YUV | 46.83 | 178.89 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 137 | 0.48 | 0.88 | 0 | 0.46 | 267 | 0.78 | 0.3 |
| Hex | 47 | 11 | 89 | 30 | 58 | 0 | 2E | 10B | 4E | 1E |
| Octal | 107 | 21 | 211 | 60 | 130 | 0 | 56 | 413 | 116 | 36 |
| Binary | 1000111 | 10001 | 10001001 | 110000 | 1011000 | 0 | 101110 | 100001011 | 1001110 | 11110 |
Color Harmonies of #471189
Complementary color
Monochromatic Colors of #471189
Black with #471189
Text Example
Text Example
White with #471189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471189; }
p { color: rgb(71,17,137); }
H1.HeaderClassName
{
color: #471189;
}
.AnyTagClassName
{
color: #471189;
}
</style>
background-color css
<style>
a { background-color: #471189; }
a { background-color: rgb(71,17,137); }
div.DivClassName
{
background-color: #471189;
}
.BgClassName
{
background-color: #471189;
}
</style>
border-color css
<style>
span { border-color: #471189; }
span { border-color: rgb(71,17,137); }
td.TdClassName
{
border-color: #471189;
}
.TagClassName
{
border-color: #471189;
}
</style>