Shades of Indigo #471097
Tints of Indigo #471097
RGB
CMYK
RGB Variations
Color information
#471097 (or 0x471097) is known color: Indigo. HEX triplet: 47, 10 and 97. RGB value is (71,16,151). Sum of RGB (Red+Green+Blue) = 71+16+151=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #471097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471097 is #B8EF68. Grayscale: #2F2F2F. Windows color (decimal): -12119913 or 9900103. OLE color: 9900103.
HSL color Cylindrical-coordinate representation of color #471097: hue angle of 264.44º degrees, saturation: 0.81, 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 #471097 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 16 | 151 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.41 |
| HSL | 264.44º | 0.81% | 0.33% | - |
| HSV(B) | 264.44º | 0.89% | 0.59% | - |
| XYZ | 8.37 | 3.94 | 29.6 | - |
| YUV | 47.84 | 186.22 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 151 | 0.53 | 0.89 | 0 | 0.41 | 264.44 | 0.81 | 0.33 |
| Hex | 47 | 10 | 97 | 35 | 59 | 0 | 29 | 108 | 51 | 21 |
| Octal | 107 | 20 | 227 | 65 | 131 | 0 | 51 | 410 | 121 | 41 |
| Binary | 1000111 | 10000 | 10010111 | 110101 | 1011001 | 0 | 101001 | 100001000 | 1010001 | 100001 |
Color Harmonies of #471097
Complementary color
Monochromatic Colors of #471097
Black with #471097
Text Example
Text Example
White with #471097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471097; }
p { color: rgb(71,16,151); }
H1.HeaderClassName
{
color: #471097;
}
.AnyTagClassName
{
color: #471097;
}
</style>
background-color css
<style>
a { background-color: #471097; }
a { background-color: rgb(71,16,151); }
div.DivClassName
{
background-color: #471097;
}
.BgClassName
{
background-color: #471097;
}
</style>
border-color css
<style>
span { border-color: #471097; }
span { border-color: rgb(71,16,151); }
td.TdClassName
{
border-color: #471097;
}
.TagClassName
{
border-color: #471097;
}
</style>