Shades of Indigo #47127B
Tints of Indigo #47127B
RGB
CMYK
RGB Variations
Color information
#47127B (or 0x47127B) is known color: Indigo. HEX triplet: 47, 12 and 7B. RGB value is (71,18,123). Sum of RGB (Red+Green+Blue) = 71+18+123=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #47127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47127B is #B8ED84. Grayscale: #2D2D2D. Windows color (decimal): -12119429 or 8065607. OLE color: 8065607.
HSL color Cylindrical-coordinate representation of color #47127B: hue angle of 270.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47127B is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 18 | 123 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.52 |
| HSL | 270.29º | 0.74% | 0.28% | - |
| HSV(B) | 270.29º | 0.85% | 0.48% | - |
| XYZ | 6.39 | 3.2 | 19.02 | - |
| YUV | 45.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 123 | 0.42 | 0.85 | 0 | 0.52 | 270.29 | 0.74 | 0.28 |
| Hex | 47 | 12 | 7B | 2A | 55 | 0 | 34 | 10E | 4A | 1C |
| Octal | 107 | 22 | 173 | 52 | 125 | 0 | 64 | 416 | 112 | 34 |
| Binary | 1000111 | 10010 | 1111011 | 101010 | 1010101 | 0 | 110100 | 100001110 | 1001010 | 11100 |
Color Harmonies of #47127B
Complementary color
Monochromatic Colors of #47127B
Black with #47127B
Text Example
Text Example
White with #47127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47127B; }
p { color: rgb(71,18,123); }
H1.HeaderClassName
{
color: #47127B;
}
.AnyTagClassName
{
color: #47127B;
}
</style>
background-color css
<style>
a { background-color: #47127B; }
a { background-color: rgb(71,18,123); }
div.DivClassName
{
background-color: #47127B;
}
.BgClassName
{
background-color: #47127B;
}
</style>
border-color css
<style>
span { border-color: #47127B; }
span { border-color: rgb(71,18,123); }
td.TdClassName
{
border-color: #47127B;
}
.TagClassName
{
border-color: #47127B;
}
</style>