Shades of Indigo #470262
Tints of Indigo #470262
RGB
CMYK
RGB Variations
Color information
#470262 (or 0x470262) is known color: Indigo. HEX triplet: 47, 02 and 62. RGB value is (71,2,98). Sum of RGB (Red+Green+Blue) = 71+2+98=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #470262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470262 is #B8FD9D. Grayscale: #212121. Windows color (decimal): -12123550 or 6423111. OLE color: 6423111.
HSL color Cylindrical-coordinate representation of color #470262: hue angle of 283.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #470262 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 2 | 98 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.62 |
| HSL | 283.13º | 0.96% | 0.2% | - |
| HSV(B) | 283.13º | 0.98% | 0.38% | - |
| XYZ | 4.82 | 2.26 | 11.74 | - |
| YUV | 33.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 98 | 0.28 | 0.98 | 0 | 0.62 | 283.13 | 0.96 | 0.2 |
| Hex | 47 | 2 | 62 | 1C | 62 | 0 | 3E | 11B | 60 | 14 |
| Octal | 107 | 2 | 142 | 34 | 142 | 0 | 76 | 433 | 140 | 24 |
| Binary | 1000111 | 10 | 1100010 | 11100 | 1100010 | 0 | 111110 | 100011011 | 1100000 | 10100 |
Color Harmonies of #470262
Complementary color
Monochromatic Colors of #470262
Black with #470262
Text Example
Text Example
White with #470262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470262; }
p { color: rgb(71,2,98); }
H1.HeaderClassName
{
color: #470262;
}
.AnyTagClassName
{
color: #470262;
}
</style>
background-color css
<style>
a { background-color: #470262; }
a { background-color: rgb(71,2,98); }
div.DivClassName
{
background-color: #470262;
}
.BgClassName
{
background-color: #470262;
}
</style>
border-color css
<style>
span { border-color: #470262; }
span { border-color: rgb(71,2,98); }
td.TdClassName
{
border-color: #470262;
}
.TagClassName
{
border-color: #470262;
}
</style>