Shades of Indigo #470296
Tints of Indigo #470296
RGB
CMYK
RGB Variations
Color information
#470296 (or 0x470296) is known color: Indigo. HEX triplet: 47, 02 and 96. RGB value is (71,2,150). Sum of RGB (Red+Green+Blue) = 71+2+150=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #470296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470296 is #B8FD69. Grayscale: #262626. Windows color (decimal): -12123498 or 9830983. OLE color: 9830983.
HSL color Cylindrical-coordinate representation of color #470296: hue angle of 267.97º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470296 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 2 | 150 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.41 |
| HSL | 267.97º | 0.97% | 0.3% | - |
| HSV(B) | 267.97º | 0.99% | 0.59% | - |
| XYZ | 8.13 | 3.59 | 29.12 | - |
| YUV | 39.5 | 190.36 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 150 | 0.53 | 0.99 | 0 | 0.41 | 267.97 | 0.97 | 0.3 |
| Hex | 47 | 2 | 96 | 35 | 63 | 0 | 29 | 10C | 61 | 1E |
| Octal | 107 | 2 | 226 | 65 | 143 | 0 | 51 | 414 | 141 | 36 |
| Binary | 1000111 | 10 | 10010110 | 110101 | 1100011 | 0 | 101001 | 100001100 | 1100001 | 11110 |
Color Harmonies of #470296
Complementary color
Monochromatic Colors of #470296
Black with #470296
Text Example
Text Example
White with #470296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470296; }
p { color: rgb(71,2,150); }
H1.HeaderClassName
{
color: #470296;
}
.AnyTagClassName
{
color: #470296;
}
</style>
background-color css
<style>
a { background-color: #470296; }
a { background-color: rgb(71,2,150); }
div.DivClassName
{
background-color: #470296;
}
.BgClassName
{
background-color: #470296;
}
</style>
border-color css
<style>
span { border-color: #470296; }
span { border-color: rgb(71,2,150); }
td.TdClassName
{
border-color: #470296;
}
.TagClassName
{
border-color: #470296;
}
</style>