Shades of Indigo #470096
Tints of Indigo #470096
RGB
CMYK
RGB Variations
Color information
#470096 (or 0x470096) is known color: Indigo. HEX triplet: 47, 00 and 96. RGB value is (71,0,150). Sum of RGB (Red+Green+Blue) = 71+0+150=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #470096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470096 is #B8FF69. Grayscale: #252525. Windows color (decimal): -12124010 or 9830471. OLE color: 9830471.
HSL color Cylindrical-coordinate representation of color #470096: hue angle of 268.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470096 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 0 | 150 | - |
| CMYK | 0.53 | 1 | 0 | 0.41 |
| HSL | 268.4º | 1% | 0.29% | - |
| HSV(B) | 268.4º | 1% | 0.59% | - |
| XYZ | 8.1 | 3.54 | 29.11 | - |
| YUV | 38.33 | 191.02 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 150 | 0.53 | 1 | 0 | 0.41 | 268.4 | 1 | 0.29 |
| Hex | 47 | 0 | 96 | 35 | 64 | 0 | 29 | 10C | 64 | 1D |
| Octal | 107 | 0 | 226 | 65 | 144 | 0 | 51 | 414 | 144 | 35 |
| Binary | 1000111 | 0 | 10010110 | 110101 | 1100100 | 0 | 101001 | 100001100 | 1100100 | 11101 |
Color Harmonies of #470096
Complementary color
Monochromatic Colors of #470096
Black with #470096
Text Example
Text Example
White with #470096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470096; }
p { color: rgb(71,0,150); }
H1.HeaderClassName
{
color: #470096;
}
.AnyTagClassName
{
color: #470096;
}
</style>
background-color css
<style>
a { background-color: #470096; }
a { background-color: rgb(71,0,150); }
div.DivClassName
{
background-color: #470096;
}
.BgClassName
{
background-color: #470096;
}
</style>
border-color css
<style>
span { border-color: #470096; }
span { border-color: rgb(71,0,150); }
td.TdClassName
{
border-color: #470096;
}
.TagClassName
{
border-color: #470096;
}
</style>