Shades of Indigo #470666
Tints of Indigo #470666
RGB
CMYK
RGB Variations
Color information
#470666 (or 0x470666) is known color: Indigo. HEX triplet: 47, 06 and 66. RGB value is (71,6,102). Sum of RGB (Red+Green+Blue) = 71+6+102=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #470666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470666 is #B8F999. Grayscale: #242424. Windows color (decimal): -12122522 or 6686279. OLE color: 6686279.
HSL color Cylindrical-coordinate representation of color #470666: hue angle of 280.62º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470666 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 6 | 102 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.6 |
| HSL | 280.63º | 0.89% | 0.21% | - |
| HSV(B) | 280.63º | 0.94% | 0.4% | - |
| XYZ | 5.06 | 2.43 | 12.77 | - |
| YUV | 36.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 6 | 102 | 0.30 | 0.94 | 0 | 0.6 | 280.63 | 0.89 | 0.21 |
| Hex | 47 | 6 | 66 | 1E | 5E | 0 | 3C | 119 | 59 | 15 |
| Octal | 107 | 6 | 146 | 36 | 136 | 0 | 74 | 431 | 131 | 25 |
| Binary | 1000111 | 110 | 1100110 | 11110 | 1011110 | 0 | 111100 | 100011001 | 1011001 | 10101 |
Color Harmonies of #470666
Complementary color
Monochromatic Colors of #470666
Black with #470666
Text Example
Text Example
White with #470666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470666; }
p { color: rgb(71,6,102); }
H1.HeaderClassName
{
color: #470666;
}
.AnyTagClassName
{
color: #470666;
}
</style>
background-color css
<style>
a { background-color: #470666; }
a { background-color: rgb(71,6,102); }
div.DivClassName
{
background-color: #470666;
}
.BgClassName
{
background-color: #470666;
}
</style>
border-color css
<style>
span { border-color: #470666; }
span { border-color: rgb(71,6,102); }
td.TdClassName
{
border-color: #470666;
}
.TagClassName
{
border-color: #470666;
}
</style>