Shades of Indigo #47005E
Tints of Indigo #47005E
RGB
CMYK
RGB Variations
Color information
#47005E (or 0x47005E) is known color: Indigo. HEX triplet: 47, 00 and 5E. RGB value is (71,0,94). Sum of RGB (Red+Green+Blue) = 71+0+94=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #47005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47005E is #B8FFA1. Grayscale: #1F1F1F. Windows color (decimal): -12124066 or 6160455. OLE color: 6160455.
HSL color Cylindrical-coordinate representation of color #47005E: hue angle of 285.32º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47005E is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 0 | 94 | - |
| CMYK | 0.24 | 1 | 0 | 0.63 |
| HSL | 285.32º | 1% | 0.18% | - |
| HSV(B) | 285.32º | 1% | 0.37% | - |
| XYZ | 4.62 | 2.15 | 10.76 | - |
| YUV | 31.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 94 | 0.24 | 1 | 0 | 0.63 | 285.32 | 1 | 0.18 |
| Hex | 47 | 0 | 5E | 18 | 64 | 0 | 3F | 11D | 64 | 12 |
| Octal | 107 | 0 | 136 | 30 | 144 | 0 | 77 | 435 | 144 | 22 |
| Binary | 1000111 | 0 | 1011110 | 11000 | 1100100 | 0 | 111111 | 100011101 | 1100100 | 10010 |
Color Harmonies of #47005E
Complementary color
Monochromatic Colors of #47005E
Black with #47005E
Text Example
Text Example
White with #47005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47005E; }
p { color: rgb(71,0,94); }
H1.HeaderClassName
{
color: #47005E;
}
.AnyTagClassName
{
color: #47005E;
}
</style>
background-color css
<style>
a { background-color: #47005E; }
a { background-color: rgb(71,0,94); }
div.DivClassName
{
background-color: #47005E;
}
.BgClassName
{
background-color: #47005E;
}
</style>
border-color css
<style>
span { border-color: #47005E; }
span { border-color: rgb(71,0,94); }
td.TdClassName
{
border-color: #47005E;
}
.TagClassName
{
border-color: #47005E;
}
</style>