Shades of Indigo #470179
Tints of Indigo #470179
RGB
CMYK
RGB Variations
Color information
#470179 (or 0x470179) is known color: Indigo. HEX triplet: 47, 01 and 79. RGB value is (71,1,121). Sum of RGB (Red+Green+Blue) = 71+1+121=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #470179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470179 is #B8FE86. Grayscale: #232323. Windows color (decimal): -12123783 or 7930183. OLE color: 7930183.
HSL color Cylindrical-coordinate representation of color #470179: hue angle of 275º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470179 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 1 | 121 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.53 |
| HSL | 275º | 0.98% | 0.24% | - |
| HSV(B) | 275º | 0.99% | 0.47% | - |
| XYZ | 6.06 | 2.74 | 18.3 | - |
| YUV | 35.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 121 | 0.41 | 0.99 | 0 | 0.53 | 275 | 0.98 | 0.24 |
| Hex | 47 | 1 | 79 | 29 | 63 | 0 | 35 | 113 | 62 | 18 |
| Octal | 107 | 1 | 171 | 51 | 143 | 0 | 65 | 423 | 142 | 30 |
| Binary | 1000111 | 1 | 1111001 | 101001 | 1100011 | 0 | 110101 | 100010011 | 1100010 | 11000 |
Color Harmonies of #470179
Complementary color
Monochromatic Colors of #470179
Black with #470179
Text Example
Text Example
White with #470179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470179; }
p { color: rgb(71,1,121); }
H1.HeaderClassName
{
color: #470179;
}
.AnyTagClassName
{
color: #470179;
}
</style>
background-color css
<style>
a { background-color: #470179; }
a { background-color: rgb(71,1,121); }
div.DivClassName
{
background-color: #470179;
}
.BgClassName
{
background-color: #470179;
}
</style>
border-color css
<style>
span { border-color: #470179; }
span { border-color: rgb(71,1,121); }
td.TdClassName
{
border-color: #470179;
}
.TagClassName
{
border-color: #470179;
}
</style>