Shades of Indigo #47189C
Tints of Indigo #47189C
RGB
CMYK
RGB Variations
Color information
#47189C (or 0x47189C) is known color: Indigo. HEX triplet: 47, 18 and 9C. RGB value is (71,24,156). Sum of RGB (Red+Green+Blue) = 71+24+156=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #47189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47189C is #B8E763. Grayscale: #343434. Windows color (decimal): -12117860 or 10229831. OLE color: 10229831.
HSL color Cylindrical-coordinate representation of color #47189C: hue angle of 261.36º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47189C is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 24 | 156 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.39 |
| HSL | 261.36º | 0.73% | 0.35% | - |
| HSV(B) | 261.36º | 0.85% | 0.61% | - |
| XYZ | 8.93 | 4.39 | 31.83 | - |
| YUV | 53.1 | 186.07 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 156 | 0.54 | 0.85 | 0 | 0.39 | 261.36 | 0.73 | 0.35 |
| Hex | 47 | 18 | 9C | 36 | 55 | 0 | 27 | 105 | 49 | 23 |
| Octal | 107 | 30 | 234 | 66 | 125 | 0 | 47 | 405 | 111 | 43 |
| Binary | 1000111 | 11000 | 10011100 | 110110 | 1010101 | 0 | 100111 | 100000101 | 1001001 | 100011 |
Color Harmonies of #47189C
Complementary color
Monochromatic Colors of #47189C
Black with #47189C
Text Example
Text Example
White with #47189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47189C; }
p { color: rgb(71,24,156); }
H1.HeaderClassName
{
color: #47189C;
}
.AnyTagClassName
{
color: #47189C;
}
</style>
background-color css
<style>
a { background-color: #47189C; }
a { background-color: rgb(71,24,156); }
div.DivClassName
{
background-color: #47189C;
}
.BgClassName
{
background-color: #47189C;
}
</style>
border-color css
<style>
span { border-color: #47189C; }
span { border-color: rgb(71,24,156); }
td.TdClassName
{
border-color: #47189C;
}
.TagClassName
{
border-color: #47189C;
}
</style>