Shades of Indigo #47149C
Tints of Indigo #47149C
RGB
CMYK
RGB Variations
Color information
#47149C (or 0x47149C) is known color: Indigo. HEX triplet: 47, 14 and 9C. RGB value is (71,20,156). Sum of RGB (Red+Green+Blue) = 71+20+156=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #47149C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47149C is #B8EB63. Grayscale: #323232. Windows color (decimal): -12118884 or 10228807. OLE color: 10228807.
HSL color Cylindrical-coordinate representation of color #47149C: hue angle of 262.5º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47149C is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 20 | 156 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.39 |
| HSL | 262.5º | 0.77% | 0.35% | - |
| HSV(B) | 262.5º | 0.87% | 0.61% | - |
| XYZ | 8.85 | 4.24 | 31.8 | - |
| YUV | 50.75 | 187.4 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 156 | 0.54 | 0.87 | 0 | 0.39 | 262.5 | 0.77 | 0.35 |
| Hex | 47 | 14 | 9C | 36 | 57 | 0 | 27 | 106 | 4D | 23 |
| Octal | 107 | 24 | 234 | 66 | 127 | 0 | 47 | 406 | 115 | 43 |
| Binary | 1000111 | 10100 | 10011100 | 110110 | 1010111 | 0 | 100111 | 100000110 | 1001101 | 100011 |
Color Harmonies of #47149C
Complementary color
Monochromatic Colors of #47149C
Black with #47149C
Text Example
Text Example
White with #47149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47149C; }
p { color: rgb(71,20,156); }
H1.HeaderClassName
{
color: #47149C;
}
.AnyTagClassName
{
color: #47149C;
}
</style>
background-color css
<style>
a { background-color: #47149C; }
a { background-color: rgb(71,20,156); }
div.DivClassName
{
background-color: #47149C;
}
.BgClassName
{
background-color: #47149C;
}
</style>
border-color css
<style>
span { border-color: #47149C; }
span { border-color: rgb(71,20,156); }
td.TdClassName
{
border-color: #47149C;
}
.TagClassName
{
border-color: #47149C;
}
</style>