Shades of Indigo #471190
Tints of Indigo #471190
RGB
CMYK
RGB Variations
Color information
#471190 (or 0x471190) is known color: Indigo. HEX triplet: 47, 11 and 90. RGB value is (71,17,144). Sum of RGB (Red+Green+Blue) = 71+17+144=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #471190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471190 is #B8EE6F. Grayscale: #2F2F2F. Windows color (decimal): -12119664 or 9441607. OLE color: 9441607.
HSL color Cylindrical-coordinate representation of color #471190: hue angle of 265.51º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471190 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 17 | 144 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.44 |
| HSL | 265.51º | 0.79% | 0.32% | - |
| HSV(B) | 265.51º | 0.88% | 0.56% | - |
| XYZ | 7.83 | 3.75 | 26.7 | - |
| YUV | 47.62 | 182.39 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 144 | 0.51 | 0.88 | 0 | 0.44 | 265.51 | 0.79 | 0.32 |
| Hex | 47 | 11 | 90 | 33 | 58 | 0 | 2C | 10A | 4F | 20 |
| Octal | 107 | 21 | 220 | 63 | 130 | 0 | 54 | 412 | 117 | 40 |
| Binary | 1000111 | 10001 | 10010000 | 110011 | 1011000 | 0 | 101100 | 100001010 | 1001111 | 100000 |
Color Harmonies of #471190
Complementary color
Monochromatic Colors of #471190
Black with #471190
Text Example
Text Example
White with #471190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471190; }
p { color: rgb(71,17,144); }
H1.HeaderClassName
{
color: #471190;
}
.AnyTagClassName
{
color: #471190;
}
</style>
background-color css
<style>
a { background-color: #471190; }
a { background-color: rgb(71,17,144); }
div.DivClassName
{
background-color: #471190;
}
.BgClassName
{
background-color: #471190;
}
</style>
border-color css
<style>
span { border-color: #471190; }
span { border-color: rgb(71,17,144); }
td.TdClassName
{
border-color: #471190;
}
.TagClassName
{
border-color: #471190;
}
</style>