Shades of Indigo #47189A
Tints of Indigo #47189A
RGB
CMYK
RGB Variations
Color information
#47189A (or 0x47189A) is known color: Indigo. HEX triplet: 47, 18 and 9A. RGB value is (71,24,154). Sum of RGB (Red+Green+Blue) = 71+24+154=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #47189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47189A is #B8E765. Grayscale: #343434. Windows color (decimal): -12117862 or 10098759. OLE color: 10098759.
HSL color Cylindrical-coordinate representation of color #47189A: hue angle of 261.69º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47189A is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 24 | 154 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.40 |
| HSL | 261.69º | 0.73% | 0.35% | - |
| HSV(B) | 261.69º | 0.84% | 0.6% | - |
| XYZ | 8.76 | 4.33 | 30.95 | - |
| YUV | 52.87 | 185.07 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 154 | 0.54 | 0.84 | 0 | 0.40 | 261.69 | 0.73 | 0.35 |
| Hex | 47 | 18 | 9A | 36 | 54 | 0 | 28 | 106 | 49 | 23 |
| Octal | 107 | 30 | 232 | 66 | 124 | 0 | 50 | 406 | 111 | 43 |
| Binary | 1000111 | 11000 | 10011010 | 110110 | 1010100 | 0 | 101000 | 100000110 | 1001001 | 100011 |
Color Harmonies of #47189A
Complementary color
Monochromatic Colors of #47189A
Black with #47189A
Text Example
Text Example
White with #47189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47189A; }
p { color: rgb(71,24,154); }
H1.HeaderClassName
{
color: #47189A;
}
.AnyTagClassName
{
color: #47189A;
}
</style>
background-color css
<style>
a { background-color: #47189A; }
a { background-color: rgb(71,24,154); }
div.DivClassName
{
background-color: #47189A;
}
.BgClassName
{
background-color: #47189A;
}
</style>
border-color css
<style>
span { border-color: #47189A; }
span { border-color: rgb(71,24,154); }
td.TdClassName
{
border-color: #47189A;
}
.TagClassName
{
border-color: #47189A;
}
</style>