Shades of Indigo #470579
Tints of Indigo #470579
RGB
CMYK
RGB Variations
Color information
#470579 (or 0x470579) is known color: Indigo. HEX triplet: 47, 05 and 79. RGB value is (71,5,121). Sum of RGB (Red+Green+Blue) = 71+5+121=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #470579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470579 is #B8FA86. Grayscale: #252525. Windows color (decimal): -12122759 or 7931207. OLE color: 7931207.
HSL color Cylindrical-coordinate representation of color #470579: hue angle of 274.14º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470579 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 5 | 121 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.53 |
| HSL | 274.14º | 0.92% | 0.25% | - |
| HSV(B) | 274.14º | 0.96% | 0.47% | - |
| XYZ | 6.1 | 2.83 | 18.31 | - |
| YUV | 37.96 | 174.87 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 121 | 0.41 | 0.96 | 0 | 0.53 | 274.14 | 0.92 | 0.25 |
| Hex | 47 | 5 | 79 | 29 | 60 | 0 | 35 | 112 | 5C | 19 |
| Octal | 107 | 5 | 171 | 51 | 140 | 0 | 65 | 422 | 134 | 31 |
| Binary | 1000111 | 101 | 1111001 | 101001 | 1100000 | 0 | 110101 | 100010010 | 1011100 | 11001 |
Color Harmonies of #470579
Complementary color
Monochromatic Colors of #470579
Black with #470579
Text Example
Text Example
White with #470579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470579; }
p { color: rgb(71,5,121); }
H1.HeaderClassName
{
color: #470579;
}
.AnyTagClassName
{
color: #470579;
}
</style>
background-color css
<style>
a { background-color: #470579; }
a { background-color: rgb(71,5,121); }
div.DivClassName
{
background-color: #470579;
}
.BgClassName
{
background-color: #470579;
}
</style>
border-color css
<style>
span { border-color: #470579; }
span { border-color: rgb(71,5,121); }
td.TdClassName
{
border-color: #470579;
}
.TagClassName
{
border-color: #470579;
}
</style>