Shades of Indigo #47137F
Tints of Indigo #47137F
RGB
CMYK
RGB Variations
Color information
#47137F (or 0x47137F) is known color: Indigo. HEX triplet: 47, 13 and 7F. RGB value is (71,19,127). Sum of RGB (Red+Green+Blue) = 71+19+127=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #47137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47137F is #B8EC80. Grayscale: #2E2E2E. Windows color (decimal): -12119169 or 8328007. OLE color: 8328007.
HSL color Cylindrical-coordinate representation of color #47137F: hue angle of 268.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47137F is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 19 | 127 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.50 |
| HSL | 268.89º | 0.74% | 0.29% | - |
| HSV(B) | 268.89º | 0.85% | 0.5% | - |
| XYZ | 6.66 | 3.34 | 20.37 | - |
| YUV | 46.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 127 | 0.44 | 0.85 | 0 | 0.50 | 268.89 | 0.74 | 0.29 |
| Hex | 47 | 13 | 7F | 2C | 55 | 0 | 32 | 10D | 4A | 1D |
| Octal | 107 | 23 | 177 | 54 | 125 | 0 | 62 | 415 | 112 | 35 |
| Binary | 1000111 | 10011 | 1111111 | 101100 | 1010101 | 0 | 110010 | 100001101 | 1001010 | 11101 |
Color Harmonies of #47137F
Complementary color
Monochromatic Colors of #47137F
Black with #47137F
Text Example
Text Example
White with #47137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47137F; }
p { color: rgb(71,19,127); }
H1.HeaderClassName
{
color: #47137F;
}
.AnyTagClassName
{
color: #47137F;
}
</style>
background-color css
<style>
a { background-color: #47137F; }
a { background-color: rgb(71,19,127); }
div.DivClassName
{
background-color: #47137F;
}
.BgClassName
{
background-color: #47137F;
}
</style>
border-color css
<style>
span { border-color: #47137F; }
span { border-color: rgb(71,19,127); }
td.TdClassName
{
border-color: #47137F;
}
.TagClassName
{
border-color: #47137F;
}
</style>