Shades of Indigo #47147B
Tints of Indigo #47147B
RGB
CMYK
RGB Variations
Color information
#47147B (or 0x47147B) is known color: Indigo. HEX triplet: 47, 14 and 7B. RGB value is (71,20,123). Sum of RGB (Red+Green+Blue) = 71+20+123=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #47147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47147B is #B8EB84. Grayscale: #2E2E2E. Windows color (decimal): -12118917 or 8066119. OLE color: 8066119.
HSL color Cylindrical-coordinate representation of color #47147B: hue angle of 269.71º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47147B is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 20 | 123 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.52 |
| HSL | 269.71º | 0.72% | 0.28% | - |
| HSV(B) | 269.71º | 0.84% | 0.48% | - |
| XYZ | 6.42 | 3.27 | 19.03 | - |
| YUV | 46.99 | 170.9 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 123 | 0.42 | 0.84 | 0 | 0.52 | 269.71 | 0.72 | 0.28 |
| Hex | 47 | 14 | 7B | 2A | 54 | 0 | 34 | 10E | 48 | 1C |
| Octal | 107 | 24 | 173 | 52 | 124 | 0 | 64 | 416 | 110 | 34 |
| Binary | 1000111 | 10100 | 1111011 | 101010 | 1010100 | 0 | 110100 | 100001110 | 1001000 | 11100 |
Color Harmonies of #47147B
Complementary color
Monochromatic Colors of #47147B
Black with #47147B
Text Example
Text Example
White with #47147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47147B; }
p { color: rgb(71,20,123); }
H1.HeaderClassName
{
color: #47147B;
}
.AnyTagClassName
{
color: #47147B;
}
</style>
background-color css
<style>
a { background-color: #47147B; }
a { background-color: rgb(71,20,123); }
div.DivClassName
{
background-color: #47147B;
}
.BgClassName
{
background-color: #47147B;
}
</style>
border-color css
<style>
span { border-color: #47147B; }
span { border-color: rgb(71,20,123); }
td.TdClassName
{
border-color: #47147B;
}
.TagClassName
{
border-color: #47147B;
}
</style>