Shades of Indigo #47178E
Tints of Indigo #47178E
RGB
CMYK
RGB Variations
Color information
#47178E (or 0x47178E) is known color: Indigo. HEX triplet: 47, 17 and 8E. RGB value is (71,23,142). Sum of RGB (Red+Green+Blue) = 71+23+142=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #47178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47178E is #B8E871. Grayscale: #323232. Windows color (decimal): -12118130 or 9312071. OLE color: 9312071.
HSL color Cylindrical-coordinate representation of color #47178E: hue angle of 264.2º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47178E is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 23 | 142 | - |
| CMYK | 0.5 | 0.84 | 0 | 0.44 |
| HSL | 264.2º | 0.72% | 0.32% | - |
| HSV(B) | 264.2º | 0.84% | 0.56% | - |
| XYZ | 7.79 | 3.91 | 25.93 | - |
| YUV | 50.92 | 179.4 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 142 | 0.5 | 0.84 | 0 | 0.44 | 264.2 | 0.72 | 0.32 |
| Hex | 47 | 17 | 8E | 32 | 54 | 0 | 2C | 108 | 48 | 20 |
| Octal | 107 | 27 | 216 | 62 | 124 | 0 | 54 | 410 | 110 | 40 |
| Binary | 1000111 | 10111 | 10001110 | 110010 | 1010100 | 0 | 101100 | 100001000 | 1001000 | 100000 |
Color Harmonies of #47178E
Complementary color
Monochromatic Colors of #47178E
Black with #47178E
Text Example
Text Example
White with #47178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47178E; }
p { color: rgb(71,23,142); }
H1.HeaderClassName
{
color: #47178E;
}
.AnyTagClassName
{
color: #47178E;
}
</style>
background-color css
<style>
a { background-color: #47178E; }
a { background-color: rgb(71,23,142); }
div.DivClassName
{
background-color: #47178E;
}
.BgClassName
{
background-color: #47178E;
}
</style>
border-color css
<style>
span { border-color: #47178E; }
span { border-color: rgb(71,23,142); }
td.TdClassName
{
border-color: #47178E;
}
.TagClassName
{
border-color: #47178E;
}
</style>