Shades of Indigo #47119E
Tints of Indigo #47119E
RGB
CMYK
RGB Variations
Color information
#47119E (or 0x47119E) is known color: Indigo. HEX triplet: 47, 11 and 9E. RGB value is (71,17,158). Sum of RGB (Red+Green+Blue) = 71+17+158=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #47119E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47119E is #B8EE61. Grayscale: #303030. Windows color (decimal): -12119650 or 10359111. OLE color: 10359111.
HSL color Cylindrical-coordinate representation of color #47119E: hue angle of 262.98º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47119E is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 17 | 158 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.38 |
| HSL | 262.98º | 0.81% | 0.34% | - |
| HSV(B) | 262.98º | 0.89% | 0.62% | - |
| XYZ | 8.97 | 4.21 | 32.69 | - |
| YUV | 49.22 | 189.39 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 158 | 0.55 | 0.89 | 0 | 0.38 | 262.98 | 0.81 | 0.34 |
| Hex | 47 | 11 | 9E | 37 | 59 | 0 | 26 | 107 | 51 | 22 |
| Octal | 107 | 21 | 236 | 67 | 131 | 0 | 46 | 407 | 121 | 42 |
| Binary | 1000111 | 10001 | 10011110 | 110111 | 1011001 | 0 | 100110 | 100000111 | 1010001 | 100010 |
Color Harmonies of #47119E
Complementary color
Monochromatic Colors of #47119E
Black with #47119E
Text Example
Text Example
White with #47119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47119E; }
p { color: rgb(71,17,158); }
H1.HeaderClassName
{
color: #47119E;
}
.AnyTagClassName
{
color: #47119E;
}
</style>
background-color css
<style>
a { background-color: #47119E; }
a { background-color: rgb(71,17,158); }
div.DivClassName
{
background-color: #47119E;
}
.BgClassName
{
background-color: #47119E;
}
</style>
border-color css
<style>
span { border-color: #47119E; }
span { border-color: rgb(71,17,158); }
td.TdClassName
{
border-color: #47119E;
}
.TagClassName
{
border-color: #47119E;
}
</style>