Shades of Indigo #47025E
Tints of Indigo #47025E
RGB
CMYK
RGB Variations
Color information
#47025E (or 0x47025E) is known color: Indigo. HEX triplet: 47, 02 and 5E. RGB value is (71,2,94). Sum of RGB (Red+Green+Blue) = 71+2+94=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #47025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47025E is #B8FDA1. Grayscale: #202020. Windows color (decimal): -12123554 or 6160967. OLE color: 6160967.
HSL color Cylindrical-coordinate representation of color #47025E: hue angle of 285º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #47025E is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 2 | 94 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.63 |
| HSL | 285º | 0.96% | 0.19% | - |
| HSV(B) | 285º | 0.98% | 0.37% | - |
| XYZ | 4.64 | 2.19 | 10.77 | - |
| YUV | 33.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 94 | 0.24 | 0.98 | 0 | 0.63 | 285 | 0.96 | 0.19 |
| Hex | 47 | 2 | 5E | 18 | 62 | 0 | 3F | 11D | 60 | 13 |
| Octal | 107 | 2 | 136 | 30 | 142 | 0 | 77 | 435 | 140 | 23 |
| Binary | 1000111 | 10 | 1011110 | 11000 | 1100010 | 0 | 111111 | 100011101 | 1100000 | 10011 |
Color Harmonies of #47025E
Complementary color
Monochromatic Colors of #47025E
Black with #47025E
Text Example
Text Example
White with #47025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47025E; }
p { color: rgb(71,2,94); }
H1.HeaderClassName
{
color: #47025E;
}
.AnyTagClassName
{
color: #47025E;
}
</style>
background-color css
<style>
a { background-color: #47025E; }
a { background-color: rgb(71,2,94); }
div.DivClassName
{
background-color: #47025E;
}
.BgClassName
{
background-color: #47025E;
}
</style>
border-color css
<style>
span { border-color: #47025E; }
span { border-color: rgb(71,2,94); }
td.TdClassName
{
border-color: #47025E;
}
.TagClassName
{
border-color: #47025E;
}
</style>