Shades of Indigo #47127D
Tints of Indigo #47127D
RGB
CMYK
RGB Variations
Color information
#47127D (or 0x47127D) is known color: Indigo. HEX triplet: 47, 12 and 7D. RGB value is (71,18,125). Sum of RGB (Red+Green+Blue) = 71+18+125=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #47127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47127D is #B8ED82. Grayscale: #2D2D2D. Windows color (decimal): -12119427 or 8196679. OLE color: 8196679.
HSL color Cylindrical-coordinate representation of color #47127D: hue angle of 269.72º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47127D is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 18 | 125 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.51 |
| HSL | 269.72º | 0.75% | 0.28% | - |
| HSV(B) | 269.72º | 0.86% | 0.49% | - |
| XYZ | 6.52 | 3.25 | 19.69 | - |
| YUV | 46.05 | 172.56 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 125 | 0.43 | 0.86 | 0 | 0.51 | 269.72 | 0.75 | 0.28 |
| Hex | 47 | 12 | 7D | 2B | 56 | 0 | 33 | 10E | 4B | 1C |
| Octal | 107 | 22 | 175 | 53 | 126 | 0 | 63 | 416 | 113 | 34 |
| Binary | 1000111 | 10010 | 1111101 | 101011 | 1010110 | 0 | 110011 | 100001110 | 1001011 | 11100 |
Color Harmonies of #47127D
Complementary color
Monochromatic Colors of #47127D
Black with #47127D
Text Example
Text Example
White with #47127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47127D; }
p { color: rgb(71,18,125); }
H1.HeaderClassName
{
color: #47127D;
}
.AnyTagClassName
{
color: #47127D;
}
</style>
background-color css
<style>
a { background-color: #47127D; }
a { background-color: rgb(71,18,125); }
div.DivClassName
{
background-color: #47127D;
}
.BgClassName
{
background-color: #47127D;
}
</style>
border-color css
<style>
span { border-color: #47127D; }
span { border-color: rgb(71,18,125); }
td.TdClassName
{
border-color: #47127D;
}
.TagClassName
{
border-color: #47127D;
}
</style>