Shades of Indigo #470591
Tints of Indigo #470591
RGB
CMYK
RGB Variations
Color information
#470591 (or 0x470591) is known color: Indigo. HEX triplet: 47, 05 and 91. RGB value is (71,5,145). Sum of RGB (Red+Green+Blue) = 71+5+145=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #470591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470591 is #B8FA6E. Grayscale: #282828. Windows color (decimal): -12122735 or 9504071. OLE color: 9504071.
HSL color Cylindrical-coordinate representation of color #470591: hue angle of 268.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470591 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 5 | 145 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.43 |
| HSL | 268.29º | 0.93% | 0.29% | - |
| HSV(B) | 268.29º | 0.97% | 0.57% | - |
| XYZ | 7.76 | 3.49 | 27.05 | - |
| YUV | 40.69 | 186.87 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 145 | 0.51 | 0.97 | 0 | 0.43 | 268.29 | 0.93 | 0.29 |
| Hex | 47 | 5 | 91 | 33 | 61 | 0 | 2B | 10C | 5D | 1D |
| Octal | 107 | 5 | 221 | 63 | 141 | 0 | 53 | 414 | 135 | 35 |
| Binary | 1000111 | 101 | 10010001 | 110011 | 1100001 | 0 | 101011 | 100001100 | 1011101 | 11101 |
Color Harmonies of #470591
Complementary color
Monochromatic Colors of #470591
Black with #470591
Text Example
Text Example
White with #470591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470591; }
p { color: rgb(71,5,145); }
H1.HeaderClassName
{
color: #470591;
}
.AnyTagClassName
{
color: #470591;
}
</style>
background-color css
<style>
a { background-color: #470591; }
a { background-color: rgb(71,5,145); }
div.DivClassName
{
background-color: #470591;
}
.BgClassName
{
background-color: #470591;
}
</style>
border-color css
<style>
span { border-color: #470591; }
span { border-color: rgb(71,5,145); }
td.TdClassName
{
border-color: #470591;
}
.TagClassName
{
border-color: #470591;
}
</style>