Shades of Indigo #470575
Tints of Indigo #470575
RGB
CMYK
RGB Variations
Color information
#470575 (or 0x470575) is known color: Indigo. HEX triplet: 47, 05 and 75. RGB value is (71,5,117). Sum of RGB (Red+Green+Blue) = 71+5+117=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #470575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470575 is #B8FA8A. Grayscale: #252525. Windows color (decimal): -12122763 or 7669063. OLE color: 7669063.
HSL color Cylindrical-coordinate representation of color #470575: hue angle of 275.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470575 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 5 | 117 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.54 |
| HSL | 275.36º | 0.92% | 0.24% | - |
| HSV(B) | 275.36º | 0.96% | 0.46% | - |
| XYZ | 5.86 | 2.73 | 17.05 | - |
| YUV | 37.5 | 172.87 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 117 | 0.39 | 0.96 | 0 | 0.54 | 275.36 | 0.92 | 0.24 |
| Hex | 47 | 5 | 75 | 27 | 60 | 0 | 36 | 113 | 5C | 18 |
| Octal | 107 | 5 | 165 | 47 | 140 | 0 | 66 | 423 | 134 | 30 |
| Binary | 1000111 | 101 | 1110101 | 100111 | 1100000 | 0 | 110110 | 100010011 | 1011100 | 11000 |
Color Harmonies of #470575
Complementary color
Monochromatic Colors of #470575
Black with #470575
Text Example
Text Example
White with #470575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470575; }
p { color: rgb(71,5,117); }
H1.HeaderClassName
{
color: #470575;
}
.AnyTagClassName
{
color: #470575;
}
</style>
background-color css
<style>
a { background-color: #470575; }
a { background-color: rgb(71,5,117); }
div.DivClassName
{
background-color: #470575;
}
.BgClassName
{
background-color: #470575;
}
</style>
border-color css
<style>
span { border-color: #470575; }
span { border-color: rgb(71,5,117); }
td.TdClassName
{
border-color: #470575;
}
.TagClassName
{
border-color: #470575;
}
</style>