Shades of Indigo #471789
Tints of Indigo #471789
RGB
CMYK
RGB Variations
Color information
#471789 (or 0x471789) is known color: Indigo. HEX triplet: 47, 17 and 89. RGB value is (71,23,137). Sum of RGB (Red+Green+Blue) = 71+23+137=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #471789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471789 is #B8E876. Grayscale: #313131. Windows color (decimal): -12118135 or 8984391. OLE color: 8984391.
HSL color Cylindrical-coordinate representation of color #471789: hue angle of 265.26º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471789 is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 23 | 137 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.46 |
| HSL | 265.26º | 0.71% | 0.31% | - |
| HSV(B) | 265.26º | 0.83% | 0.54% | - |
| XYZ | 7.42 | 3.76 | 24 | - |
| YUV | 50.35 | 176.9 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 137 | 0.48 | 0.83 | 0 | 0.46 | 265.26 | 0.71 | 0.31 |
| Hex | 47 | 17 | 89 | 30 | 53 | 0 | 2E | 109 | 47 | 1F |
| Octal | 107 | 27 | 211 | 60 | 123 | 0 | 56 | 411 | 107 | 37 |
| Binary | 1000111 | 10111 | 10001001 | 110000 | 1010011 | 0 | 101110 | 100001001 | 1000111 | 11111 |
Color Harmonies of #471789
Complementary color
Monochromatic Colors of #471789
Black with #471789
Text Example
Text Example
White with #471789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471789; }
p { color: rgb(71,23,137); }
H1.HeaderClassName
{
color: #471789;
}
.AnyTagClassName
{
color: #471789;
}
</style>
background-color css
<style>
a { background-color: #471789; }
a { background-color: rgb(71,23,137); }
div.DivClassName
{
background-color: #471789;
}
.BgClassName
{
background-color: #471789;
}
</style>
border-color css
<style>
span { border-color: #471789; }
span { border-color: rgb(71,23,137); }
td.TdClassName
{
border-color: #471789;
}
.TagClassName
{
border-color: #471789;
}
</style>