Shades of Indigo #4711A0
Tints of Indigo #4711A0
RGB
CMYK
RGB Variations
Color information
#4711A0 (or 0x4711A0) is known color: Indigo. HEX triplet: 47, 11 and A0. RGB value is (71,17,160). Sum of RGB (Red+Green+Blue) = 71+17+160=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 160 (62.89% from 255 or 64.52% from 248); Max value from RGB is 160 - color contains mainly: blue. Hex color #4711A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4711A0 is #B8EE5F. Grayscale: #303030. Windows color (decimal): -12119648 or 10490183. OLE color: 10490183.
HSL color Cylindrical-coordinate representation of color #4711A0: hue angle of 262.66º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4711A0 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 17 | 160 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.37 |
| HSL | 262.66º | 0.81% | 0.35% | - |
| HSV(B) | 262.66º | 0.89% | 0.63% | - |
| XYZ | 9.14 | 4.28 | 33.6 | - |
| YUV | 49.45 | 190.39 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 160 | 0.56 | 0.89 | 0 | 0.37 | 262.66 | 0.81 | 0.35 |
| Hex | 47 | 11 | A0 | 38 | 59 | 0 | 25 | 107 | 51 | 23 |
| Octal | 107 | 21 | 240 | 70 | 131 | 0 | 45 | 407 | 121 | 43 |
| Binary | 1000111 | 10001 | 10100000 | 111000 | 1011001 | 0 | 100101 | 100000111 | 1010001 | 100011 |
Color Harmonies of #4711A0
Complementary color
Monochromatic Colors of #4711A0
Black with #4711A0
Text Example
Text Example
White with #4711A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4711A0; }
p { color: rgb(71,17,160); }
H1.HeaderClassName
{
color: #4711A0;
}
.AnyTagClassName
{
color: #4711A0;
}
</style>
background-color css
<style>
a { background-color: #4711A0; }
a { background-color: rgb(71,17,160); }
div.DivClassName
{
background-color: #4711A0;
}
.BgClassName
{
background-color: #4711A0;
}
</style>
border-color css
<style>
span { border-color: #4711A0; }
span { border-color: rgb(71,17,160); }
td.TdClassName
{
border-color: #4711A0;
}
.TagClassName
{
border-color: #4711A0;
}
</style>