Shades of Indigo #47107F
Tints of Indigo #47107F
RGB
CMYK
RGB Variations
Color information
#47107F (or 0x47107F) is known color: Indigo. HEX triplet: 47, 10 and 7F. RGB value is (71,16,127). Sum of RGB (Red+Green+Blue) = 71+16+127=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #47107F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47107F is #B8EF80. Grayscale: #2C2C2C. Windows color (decimal): -12119937 or 8327239. OLE color: 8327239.
HSL color Cylindrical-coordinate representation of color #47107F: hue angle of 269.73º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47107F is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 16 | 127 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.50 |
| HSL | 269.73º | 0.78% | 0.28% | - |
| HSV(B) | 269.73º | 0.87% | 0.5% | - |
| XYZ | 6.61 | 3.24 | 20.36 | - |
| YUV | 45.1 | 174.22 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 127 | 0.44 | 0.87 | 0 | 0.50 | 269.73 | 0.78 | 0.28 |
| Hex | 47 | 10 | 7F | 2C | 57 | 0 | 32 | 10E | 4E | 1C |
| Octal | 107 | 20 | 177 | 54 | 127 | 0 | 62 | 416 | 116 | 34 |
| Binary | 1000111 | 10000 | 1111111 | 101100 | 1010111 | 0 | 110010 | 100001110 | 1001110 | 11100 |
Color Harmonies of #47107F
Complementary color
Monochromatic Colors of #47107F
Black with #47107F
Text Example
Text Example
White with #47107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47107F; }
p { color: rgb(71,16,127); }
H1.HeaderClassName
{
color: #47107F;
}
.AnyTagClassName
{
color: #47107F;
}
</style>
background-color css
<style>
a { background-color: #47107F; }
a { background-color: rgb(71,16,127); }
div.DivClassName
{
background-color: #47107F;
}
.BgClassName
{
background-color: #47107F;
}
</style>
border-color css
<style>
span { border-color: #47107F; }
span { border-color: rgb(71,16,127); }
td.TdClassName
{
border-color: #47107F;
}
.TagClassName
{
border-color: #47107F;
}
</style>