Shades of Indigo #47058D
Tints of Indigo #47058D
RGB
CMYK
RGB Variations
Color information
#47058D (or 0x47058D) is known color: Indigo. HEX triplet: 47, 05 and 8D. RGB value is (71,5,141). Sum of RGB (Red+Green+Blue) = 71+5+141=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #47058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47058D is #B8FA72. Grayscale: #272727. Windows color (decimal): -12122739 or 9241927. OLE color: 9241927.
HSL color Cylindrical-coordinate representation of color #47058D: hue angle of 269.12º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47058D is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 5 | 141 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.45 |
| HSL | 269.12º | 0.93% | 0.29% | - |
| HSV(B) | 269.12º | 0.96% | 0.55% | - |
| XYZ | 7.46 | 3.37 | 25.46 | - |
| YUV | 40.24 | 184.87 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 141 | 0.50 | 0.96 | 0 | 0.45 | 269.12 | 0.93 | 0.29 |
| Hex | 47 | 5 | 8D | 32 | 60 | 0 | 2D | 10D | 5D | 1D |
| Octal | 107 | 5 | 215 | 62 | 140 | 0 | 55 | 415 | 135 | 35 |
| Binary | 1000111 | 101 | 10001101 | 110010 | 1100000 | 0 | 101101 | 100001101 | 1011101 | 11101 |
Color Harmonies of #47058D
Complementary color
Monochromatic Colors of #47058D
Black with #47058D
Text Example
Text Example
White with #47058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47058D; }
p { color: rgb(71,5,141); }
H1.HeaderClassName
{
color: #47058D;
}
.AnyTagClassName
{
color: #47058D;
}
</style>
background-color css
<style>
a { background-color: #47058D; }
a { background-color: rgb(71,5,141); }
div.DivClassName
{
background-color: #47058D;
}
.BgClassName
{
background-color: #47058D;
}
</style>
border-color css
<style>
span { border-color: #47058D; }
span { border-color: rgb(71,5,141); }
td.TdClassName
{
border-color: #47058D;
}
.TagClassName
{
border-color: #47058D;
}
</style>