Shades of Indigo #471790
Tints of Indigo #471790
RGB
CMYK
RGB Variations
Color information
#471790 (or 0x471790) is known color: Indigo. HEX triplet: 47, 17 and 90. RGB value is (71,23,144). Sum of RGB (Red+Green+Blue) = 71+23+144=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #471790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471790 is #B8E86F. Grayscale: #323232. Windows color (decimal): -12118128 or 9443143. OLE color: 9443143.
HSL color Cylindrical-coordinate representation of color #471790: hue angle of 263.8º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471790 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 23 | 144 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.44 |
| HSL | 263.8º | 0.72% | 0.33% | - |
| HSV(B) | 263.8º | 0.84% | 0.56% | - |
| XYZ | 7.94 | 3.97 | 26.73 | - |
| YUV | 51.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 144 | 0.51 | 0.84 | 0 | 0.44 | 263.8 | 0.72 | 0.33 |
| Hex | 47 | 17 | 90 | 33 | 54 | 0 | 2C | 108 | 48 | 21 |
| Octal | 107 | 27 | 220 | 63 | 124 | 0 | 54 | 410 | 110 | 41 |
| Binary | 1000111 | 10111 | 10010000 | 110011 | 1010100 | 0 | 101100 | 100001000 | 1001000 | 100001 |
Color Harmonies of #471790
Complementary color
Monochromatic Colors of #471790
Black with #471790
Text Example
Text Example
White with #471790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471790; }
p { color: rgb(71,23,144); }
H1.HeaderClassName
{
color: #471790;
}
.AnyTagClassName
{
color: #471790;
}
</style>
background-color css
<style>
a { background-color: #471790; }
a { background-color: rgb(71,23,144); }
div.DivClassName
{
background-color: #471790;
}
.BgClassName
{
background-color: #471790;
}
</style>
border-color css
<style>
span { border-color: #471790; }
span { border-color: rgb(71,23,144); }
td.TdClassName
{
border-color: #471790;
}
.TagClassName
{
border-color: #471790;
}
</style>