Shades of Indigo #47076F
Tints of Indigo #47076F
RGB
CMYK
RGB Variations
Color information
#47076F (or 0x47076F) is known color: Indigo. HEX triplet: 47, 07 and 6F. RGB value is (71,7,111). Sum of RGB (Red+Green+Blue) = 71+7+111=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #47076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47076F is #B8F890. Grayscale: #252525. Windows color (decimal): -12122257 or 7276359. OLE color: 7276359.
HSL color Cylindrical-coordinate representation of color #47076F: hue angle of 276.92º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47076F is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 7 | 111 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.56 |
| HSL | 276.92º | 0.88% | 0.23% | - |
| HSV(B) | 276.92º | 0.94% | 0.44% | - |
| XYZ | 5.54 | 2.64 | 15.26 | - |
| YUV | 37.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 111 | 0.36 | 0.94 | 0 | 0.56 | 276.92 | 0.88 | 0.23 |
| Hex | 47 | 7 | 6F | 24 | 5E | 0 | 38 | 115 | 58 | 17 |
| Octal | 107 | 7 | 157 | 44 | 136 | 0 | 70 | 425 | 130 | 27 |
| Binary | 1000111 | 111 | 1101111 | 100100 | 1011110 | 0 | 111000 | 100010101 | 1011000 | 10111 |
Color Harmonies of #47076F
Complementary color
Monochromatic Colors of #47076F
Black with #47076F
Text Example
Text Example
White with #47076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47076F; }
p { color: rgb(71,7,111); }
H1.HeaderClassName
{
color: #47076F;
}
.AnyTagClassName
{
color: #47076F;
}
</style>
background-color css
<style>
a { background-color: #47076F; }
a { background-color: rgb(71,7,111); }
div.DivClassName
{
background-color: #47076F;
}
.BgClassName
{
background-color: #47076F;
}
</style>
border-color css
<style>
span { border-color: #47076F; }
span { border-color: rgb(71,7,111); }
td.TdClassName
{
border-color: #47076F;
}
.TagClassName
{
border-color: #47076F;
}
</style>