Shades of Indigo #470E84
Tints of Indigo #470E84
RGB
CMYK
RGB Variations
Color information
#470E84 (or 0x470E84) is known color: Indigo. HEX triplet: 47, 0E and 84. RGB value is (71,14,132). Sum of RGB (Red+Green+Blue) = 71+14+132=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #470E84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470E84 is #B8F17B. Grayscale: #2C2C2C. Windows color (decimal): -12120444 or 8654407. OLE color: 8654407.
HSL color Cylindrical-coordinate representation of color #470E84: hue angle of 268.98º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470E84 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 14 | 132 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.48 |
| HSL | 268.98º | 0.81% | 0.29% | - |
| HSV(B) | 268.98º | 0.89% | 0.52% | - |
| XYZ | 6.92 | 3.32 | 22.11 | - |
| YUV | 44.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 14 | 132 | 0.46 | 0.89 | 0 | 0.48 | 268.98 | 0.81 | 0.29 |
| Hex | 47 | E | 84 | 2E | 59 | 0 | 30 | 10D | 51 | 1D |
| Octal | 107 | 16 | 204 | 56 | 131 | 0 | 60 | 415 | 121 | 35 |
| Binary | 1000111 | 1110 | 10000100 | 101110 | 1011001 | 0 | 110000 | 100001101 | 1010001 | 11101 |
Color Harmonies of #470E84
Complementary color
Monochromatic Colors of #470E84
Black with #470E84
Text Example
Text Example
White with #470E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470E84; }
p { color: rgb(71,14,132); }
H1.HeaderClassName
{
color: #470E84;
}
.AnyTagClassName
{
color: #470E84;
}
</style>
background-color css
<style>
a { background-color: #470E84; }
a { background-color: rgb(71,14,132); }
div.DivClassName
{
background-color: #470E84;
}
.BgClassName
{
background-color: #470E84;
}
</style>
border-color css
<style>
span { border-color: #470E84; }
span { border-color: rgb(71,14,132); }
td.TdClassName
{
border-color: #470E84;
}
.TagClassName
{
border-color: #470E84;
}
</style>