Shades of Indigo #47116F
Tints of Indigo #47116F
RGB
CMYK
RGB Variations
Color information
#47116F (or 0x47116F) is known color: Indigo. HEX triplet: 47, 11 and 6F. RGB value is (71,17,111). Sum of RGB (Red+Green+Blue) = 71+17+111=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #47116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47116F is #B8EE90. Grayscale: #2B2B2B. Windows color (decimal): -12119697 or 7278919. OLE color: 7278919.
HSL color Cylindrical-coordinate representation of color #47116F: hue angle of 274.47º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47116F is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 17 | 111 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.56 |
| HSL | 274.47º | 0.73% | 0.25% | - |
| HSV(B) | 274.47º | 0.85% | 0.44% | - |
| XYZ | 5.67 | 2.89 | 15.3 | - |
| YUV | 43.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 111 | 0.36 | 0.85 | 0 | 0.56 | 274.47 | 0.73 | 0.25 |
| Hex | 47 | 11 | 6F | 24 | 55 | 0 | 38 | 112 | 49 | 19 |
| Octal | 107 | 21 | 157 | 44 | 125 | 0 | 70 | 422 | 111 | 31 |
| Binary | 1000111 | 10001 | 1101111 | 100100 | 1010101 | 0 | 111000 | 100010010 | 1001001 | 11001 |
Color Harmonies of #47116F
Complementary color
Monochromatic Colors of #47116F
Black with #47116F
Text Example
Text Example
White with #47116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47116F; }
p { color: rgb(71,17,111); }
H1.HeaderClassName
{
color: #47116F;
}
.AnyTagClassName
{
color: #47116F;
}
</style>
background-color css
<style>
a { background-color: #47116F; }
a { background-color: rgb(71,17,111); }
div.DivClassName
{
background-color: #47116F;
}
.BgClassName
{
background-color: #47116F;
}
</style>
border-color css
<style>
span { border-color: #47116F; }
span { border-color: rgb(71,17,111); }
td.TdClassName
{
border-color: #47116F;
}
.TagClassName
{
border-color: #47116F;
}
</style>