Shades of Indigo #47056C
Tints of Indigo #47056C
RGB
CMYK
RGB Variations
Color information
#47056C (or 0x47056C) is known color: Indigo. HEX triplet: 47, 05 and 6C. RGB value is (71,5,108). Sum of RGB (Red+Green+Blue) = 71+5+108=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #47056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47056C is #B8FA93. Grayscale: #242424. Windows color (decimal): -12122772 or 7079239. OLE color: 7079239.
HSL color Cylindrical-coordinate representation of color #47056C: hue angle of 278.45º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #47056C is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 5 | 108 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.58 |
| HSL | 278.45º | 0.91% | 0.22% | - |
| HSV(B) | 278.45º | 0.95% | 0.42% | - |
| XYZ | 5.36 | 2.53 | 14.39 | - |
| YUV | 36.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 108 | 0.34 | 0.95 | 0 | 0.58 | 278.45 | 0.91 | 0.22 |
| Hex | 47 | 5 | 6C | 22 | 5F | 0 | 3A | 116 | 5B | 16 |
| Octal | 107 | 5 | 154 | 42 | 137 | 0 | 72 | 426 | 133 | 26 |
| Binary | 1000111 | 101 | 1101100 | 100010 | 1011111 | 0 | 111010 | 100010110 | 1011011 | 10110 |
Color Harmonies of #47056C
Complementary color
Monochromatic Colors of #47056C
Black with #47056C
Text Example
Text Example
White with #47056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47056C; }
p { color: rgb(71,5,108); }
H1.HeaderClassName
{
color: #47056C;
}
.AnyTagClassName
{
color: #47056C;
}
</style>
background-color css
<style>
a { background-color: #47056C; }
a { background-color: rgb(71,5,108); }
div.DivClassName
{
background-color: #47056C;
}
.BgClassName
{
background-color: #47056C;
}
</style>
border-color css
<style>
span { border-color: #47056C; }
span { border-color: rgb(71,5,108); }
td.TdClassName
{
border-color: #47056C;
}
.TagClassName
{
border-color: #47056C;
}
</style>