Shades of Indigo #47049C
Tints of Indigo #47049C
RGB
CMYK
RGB Variations
Color information
#47049C (or 0x47049C) is known color: Indigo. HEX triplet: 47, 04 and 9C. RGB value is (71,4,156). Sum of RGB (Red+Green+Blue) = 71+4+156=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #47049C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47049C is #B8FB63. Grayscale: #282828. Windows color (decimal): -12122980 or 10224711. OLE color: 10224711.
HSL color Cylindrical-coordinate representation of color #47049C: hue angle of 266.45º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47049C is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 4 | 156 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.39 |
| HSL | 266.45º | 0.95% | 0.31% | - |
| HSV(B) | 266.45º | 0.97% | 0.61% | - |
| XYZ | 8.64 | 3.83 | 31.74 | - |
| YUV | 41.36 | 192.7 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 156 | 0.54 | 0.97 | 0 | 0.39 | 266.45 | 0.95 | 0.31 |
| Hex | 47 | 4 | 9C | 36 | 61 | 0 | 27 | 10A | 5F | 1F |
| Octal | 107 | 4 | 234 | 66 | 141 | 0 | 47 | 412 | 137 | 37 |
| Binary | 1000111 | 100 | 10011100 | 110110 | 1100001 | 0 | 100111 | 100001010 | 1011111 | 11111 |
Color Harmonies of #47049C
Complementary color
Monochromatic Colors of #47049C
Black with #47049C
Text Example
Text Example
White with #47049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47049C; }
p { color: rgb(71,4,156); }
H1.HeaderClassName
{
color: #47049C;
}
.AnyTagClassName
{
color: #47049C;
}
</style>
background-color css
<style>
a { background-color: #47049C; }
a { background-color: rgb(71,4,156); }
div.DivClassName
{
background-color: #47049C;
}
.BgClassName
{
background-color: #47049C;
}
</style>
border-color css
<style>
span { border-color: #47049C; }
span { border-color: rgb(71,4,156); }
td.TdClassName
{
border-color: #47049C;
}
.TagClassName
{
border-color: #47049C;
}
</style>