Shades of Indigo #471486
Tints of Indigo #471486
RGB
CMYK
RGB Variations
Color information
#471486 (or 0x471486) is known color: Indigo. HEX triplet: 47, 14 and 86. RGB value is (71,20,134). Sum of RGB (Red+Green+Blue) = 71+20+134=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #471486 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471486 is #B8EB79. Grayscale: #2F2F2F. Windows color (decimal): -12118906 or 8787015. OLE color: 8787015.
HSL color Cylindrical-coordinate representation of color #471486: hue angle of 266.84º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471486 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 20 | 134 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.47 |
| HSL | 266.84º | 0.74% | 0.3% | - |
| HSV(B) | 266.84º | 0.85% | 0.53% | - |
| XYZ | 7.15 | 3.56 | 22.86 | - |
| YUV | 48.25 | 176.4 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 134 | 0.47 | 0.85 | 0 | 0.47 | 266.84 | 0.74 | 0.3 |
| Hex | 47 | 14 | 86 | 2F | 55 | 0 | 2F | 10B | 4A | 1E |
| Octal | 107 | 24 | 206 | 57 | 125 | 0 | 57 | 413 | 112 | 36 |
| Binary | 1000111 | 10100 | 10000110 | 101111 | 1010101 | 0 | 101111 | 100001011 | 1001010 | 11110 |
Color Harmonies of #471486
Complementary color
Monochromatic Colors of #471486
Black with #471486
Text Example
Text Example
White with #471486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471486; }
p { color: rgb(71,20,134); }
H1.HeaderClassName
{
color: #471486;
}
.AnyTagClassName
{
color: #471486;
}
</style>
background-color css
<style>
a { background-color: #471486; }
a { background-color: rgb(71,20,134); }
div.DivClassName
{
background-color: #471486;
}
.BgClassName
{
background-color: #471486;
}
</style>
border-color css
<style>
span { border-color: #471486; }
span { border-color: rgb(71,20,134); }
td.TdClassName
{
border-color: #471486;
}
.TagClassName
{
border-color: #471486;
}
</style>