Shades of Indigo #470876
Tints of Indigo #470876
RGB
CMYK
RGB Variations
Color information
#470876 (or 0x470876) is known color: Indigo. HEX triplet: 47, 08 and 76. RGB value is (71,8,118). Sum of RGB (Red+Green+Blue) = 71+8+118=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #470876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470876 is #B8F789. Grayscale: #272727. Windows color (decimal): -12121994 or 7735367. OLE color: 7735367.
HSL color Cylindrical-coordinate representation of color #470876: hue angle of 274.36º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470876 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 8 | 118 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.54 |
| HSL | 274.36º | 0.87% | 0.25% | - |
| HSV(B) | 274.36º | 0.93% | 0.46% | - |
| XYZ | 5.96 | 2.82 | 17.37 | - |
| YUV | 39.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 8 | 118 | 0.40 | 0.93 | 0 | 0.54 | 274.36 | 0.87 | 0.25 |
| Hex | 47 | 8 | 76 | 28 | 5D | 0 | 36 | 112 | 57 | 19 |
| Octal | 107 | 10 | 166 | 50 | 135 | 0 | 66 | 422 | 127 | 31 |
| Binary | 1000111 | 1000 | 1110110 | 101000 | 1011101 | 0 | 110110 | 100010010 | 1010111 | 11001 |
Color Harmonies of #470876
Complementary color
Monochromatic Colors of #470876
Black with #470876
Text Example
Text Example
White with #470876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470876; }
p { color: rgb(71,8,118); }
H1.HeaderClassName
{
color: #470876;
}
.AnyTagClassName
{
color: #470876;
}
</style>
background-color css
<style>
a { background-color: #470876; }
a { background-color: rgb(71,8,118); }
div.DivClassName
{
background-color: #470876;
}
.BgClassName
{
background-color: #470876;
}
</style>
border-color css
<style>
span { border-color: #470876; }
span { border-color: rgb(71,8,118); }
td.TdClassName
{
border-color: #470876;
}
.TagClassName
{
border-color: #470876;
}
</style>