Shades of Indigo #47178D
Tints of Indigo #47178D
RGB
CMYK
RGB Variations
Color information
#47178D (or 0x47178D) is known color: Indigo. HEX triplet: 47, 17 and 8D. RGB value is (71,23,141). Sum of RGB (Red+Green+Blue) = 71+23+141=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #47178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47178D is #B8E872. Grayscale: #323232. Windows color (decimal): -12118131 or 9246535. OLE color: 9246535.
HSL color Cylindrical-coordinate representation of color #47178D: hue angle of 264.41º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47178D is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 23 | 141 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.45 |
| HSL | 264.41º | 0.72% | 0.32% | - |
| HSV(B) | 264.41º | 0.84% | 0.55% | - |
| XYZ | 7.71 | 3.88 | 25.54 | - |
| YUV | 50.8 | 178.9 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 141 | 0.50 | 0.84 | 0 | 0.45 | 264.41 | 0.72 | 0.32 |
| Hex | 47 | 17 | 8D | 32 | 54 | 0 | 2D | 108 | 48 | 20 |
| Octal | 107 | 27 | 215 | 62 | 124 | 0 | 55 | 410 | 110 | 40 |
| Binary | 1000111 | 10111 | 10001101 | 110010 | 1010100 | 0 | 101101 | 100001000 | 1001000 | 100000 |
Color Harmonies of #47178D
Complementary color
Monochromatic Colors of #47178D
Black with #47178D
Text Example
Text Example
White with #47178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47178D; }
p { color: rgb(71,23,141); }
H1.HeaderClassName
{
color: #47178D;
}
.AnyTagClassName
{
color: #47178D;
}
</style>
background-color css
<style>
a { background-color: #47178D; }
a { background-color: rgb(71,23,141); }
div.DivClassName
{
background-color: #47178D;
}
.BgClassName
{
background-color: #47178D;
}
</style>
border-color css
<style>
span { border-color: #47178D; }
span { border-color: rgb(71,23,141); }
td.TdClassName
{
border-color: #47178D;
}
.TagClassName
{
border-color: #47178D;
}
</style>