Shades of Indigo #470062
Tints of Indigo #470062
RGB
CMYK
RGB Variations
Color information
#470062 (or 0x470062) is known color: Indigo. HEX triplet: 47, 00 and 62. RGB value is (71,0,98). Sum of RGB (Red+Green+Blue) = 71+0+98=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #470062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470062 is #B8FF9D. Grayscale: #202020. Windows color (decimal): -12124062 or 6422599. OLE color: 6422599.
HSL color Cylindrical-coordinate representation of color #470062: hue angle of 283.47º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470062 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 0 | 98 | - |
| CMYK | 0.28 | 1 | 0 | 0.62 |
| HSL | 283.47º | 1% | 0.19% | - |
| HSV(B) | 283.47º | 1% | 0.38% | - |
| XYZ | 4.8 | 2.22 | 11.73 | - |
| YUV | 32.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 98 | 0.28 | 1 | 0 | 0.62 | 283.47 | 1 | 0.19 |
| Hex | 47 | 0 | 62 | 1C | 64 | 0 | 3E | 11B | 64 | 13 |
| Octal | 107 | 0 | 142 | 34 | 144 | 0 | 76 | 433 | 144 | 23 |
| Binary | 1000111 | 0 | 1100010 | 11100 | 1100100 | 0 | 111110 | 100011011 | 1100100 | 10011 |
Color Harmonies of #470062
Complementary color
Monochromatic Colors of #470062
Black with #470062
Text Example
Text Example
White with #470062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470062; }
p { color: rgb(71,0,98); }
H1.HeaderClassName
{
color: #470062;
}
.AnyTagClassName
{
color: #470062;
}
</style>
background-color css
<style>
a { background-color: #470062; }
a { background-color: rgb(71,0,98); }
div.DivClassName
{
background-color: #470062;
}
.BgClassName
{
background-color: #470062;
}
</style>
border-color css
<style>
span { border-color: #470062; }
span { border-color: rgb(71,0,98); }
td.TdClassName
{
border-color: #470062;
}
.TagClassName
{
border-color: #470062;
}
</style>