Shades of Indigo #47179C
Tints of Indigo #47179C
RGB
CMYK
RGB Variations
Color information
#47179C (or 0x47179C) is known color: Indigo. HEX triplet: 47, 17 and 9C. RGB value is (71,23,156). Sum of RGB (Red+Green+Blue) = 71+23+156=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #47179C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47179C is #B8E863. Grayscale: #343434. Windows color (decimal): -12118116 or 10229575. OLE color: 10229575.
HSL color Cylindrical-coordinate representation of color #47179C: hue angle of 261.65º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47179C is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 23 | 156 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.39 |
| HSL | 261.65º | 0.74% | 0.35% | - |
| HSV(B) | 261.65º | 0.85% | 0.61% | - |
| XYZ | 8.91 | 4.35 | 31.82 | - |
| YUV | 52.51 | 186.4 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 156 | 0.54 | 0.85 | 0 | 0.39 | 261.65 | 0.74 | 0.35 |
| Hex | 47 | 17 | 9C | 36 | 55 | 0 | 27 | 106 | 4A | 23 |
| Octal | 107 | 27 | 234 | 66 | 125 | 0 | 47 | 406 | 112 | 43 |
| Binary | 1000111 | 10111 | 10011100 | 110110 | 1010101 | 0 | 100111 | 100000110 | 1001010 | 100011 |
Color Harmonies of #47179C
Complementary color
Monochromatic Colors of #47179C
Black with #47179C
Text Example
Text Example
White with #47179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47179C; }
p { color: rgb(71,23,156); }
H1.HeaderClassName
{
color: #47179C;
}
.AnyTagClassName
{
color: #47179C;
}
</style>
background-color css
<style>
a { background-color: #47179C; }
a { background-color: rgb(71,23,156); }
div.DivClassName
{
background-color: #47179C;
}
.BgClassName
{
background-color: #47179C;
}
</style>
border-color css
<style>
span { border-color: #47179C; }
span { border-color: rgb(71,23,156); }
td.TdClassName
{
border-color: #47179C;
}
.TagClassName
{
border-color: #47179C;
}
</style>