Shades of Indigo #47048C
Tints of Indigo #47048C
RGB
CMYK
RGB Variations
Color information
#47048C (or 0x47048C) is known color: Indigo. HEX triplet: 47, 04 and 8C. RGB value is (71,4,140). Sum of RGB (Red+Green+Blue) = 71+4+140=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #47048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47048C is #B8FB73. Grayscale: #272727. Windows color (decimal): -12122996 or 9176135. OLE color: 9176135.
HSL color Cylindrical-coordinate representation of color #47048C: hue angle of 269.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47048C is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 4 | 140 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.45 |
| HSL | 269.56º | 0.94% | 0.28% | - |
| HSV(B) | 269.56º | 0.97% | 0.55% | - |
| XYZ | 7.38 | 3.32 | 25.06 | - |
| YUV | 39.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 140 | 0.49 | 0.97 | 0 | 0.45 | 269.56 | 0.94 | 0.28 |
| Hex | 47 | 4 | 8C | 31 | 61 | 0 | 2D | 10E | 5E | 1C |
| Octal | 107 | 4 | 214 | 61 | 141 | 0 | 55 | 416 | 136 | 34 |
| Binary | 1000111 | 100 | 10001100 | 110001 | 1100001 | 0 | 101101 | 100001110 | 1011110 | 11100 |
Color Harmonies of #47048C
Complementary color
Monochromatic Colors of #47048C
Black with #47048C
Text Example
Text Example
White with #47048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47048C; }
p { color: rgb(71,4,140); }
H1.HeaderClassName
{
color: #47048C;
}
.AnyTagClassName
{
color: #47048C;
}
</style>
background-color css
<style>
a { background-color: #47048C; }
a { background-color: rgb(71,4,140); }
div.DivClassName
{
background-color: #47048C;
}
.BgClassName
{
background-color: #47048C;
}
</style>
border-color css
<style>
span { border-color: #47048C; }
span { border-color: rgb(71,4,140); }
td.TdClassName
{
border-color: #47048C;
}
.TagClassName
{
border-color: #47048C;
}
</style>