Shades of Indigo #471197
Tints of Indigo #471197
RGB
CMYK
RGB Variations
Color information
#471197 (or 0x471197) is known color: Indigo. HEX triplet: 47, 11 and 97. RGB value is (71,17,151). Sum of RGB (Red+Green+Blue) = 71+17+151=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #471197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471197 is #B8EE68. Grayscale: #2F2F2F. Windows color (decimal): -12119657 or 9900359. OLE color: 9900359.
HSL color Cylindrical-coordinate representation of color #471197: hue angle of 264.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471197 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 17 | 151 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.41 |
| HSL | 264.18º | 0.8% | 0.33% | - |
| HSV(B) | 264.18º | 0.89% | 0.59% | - |
| XYZ | 8.38 | 3.97 | 29.6 | - |
| YUV | 48.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 151 | 0.53 | 0.89 | 0 | 0.41 | 264.18 | 0.8 | 0.33 |
| Hex | 47 | 11 | 97 | 35 | 59 | 0 | 29 | 108 | 50 | 21 |
| Octal | 107 | 21 | 227 | 65 | 131 | 0 | 51 | 410 | 120 | 41 |
| Binary | 1000111 | 10001 | 10010111 | 110101 | 1011001 | 0 | 101001 | 100001000 | 1010000 | 100001 |
Color Harmonies of #471197
Complementary color
Monochromatic Colors of #471197
Black with #471197
Text Example
Text Example
White with #471197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471197; }
p { color: rgb(71,17,151); }
H1.HeaderClassName
{
color: #471197;
}
.AnyTagClassName
{
color: #471197;
}
</style>
background-color css
<style>
a { background-color: #471197; }
a { background-color: rgb(71,17,151); }
div.DivClassName
{
background-color: #471197;
}
.BgClassName
{
background-color: #471197;
}
</style>
border-color css
<style>
span { border-color: #471197; }
span { border-color: rgb(71,17,151); }
td.TdClassName
{
border-color: #471197;
}
.TagClassName
{
border-color: #471197;
}
</style>