Shades of Indigo #470099
Tints of Indigo #470099
RGB
CMYK
RGB Variations
Color information
#470099 (or 0x470099) is known color: Indigo. HEX triplet: 47, 00 and 99. RGB value is (71,0,153). Sum of RGB (Red+Green+Blue) = 71+0+153=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #470099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470099 is #B8FF66. Grayscale: #262626. Windows color (decimal): -12124007 or 10027079. OLE color: 10027079.
HSL color Cylindrical-coordinate representation of color #470099: hue angle of 267.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470099 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 0 | 153 | - |
| CMYK | 0.54 | 1 | 0 | 0.4 |
| HSL | 267.84º | 1% | 0.3% | - |
| HSV(B) | 267.84º | 1% | 0.6% | - |
| XYZ | 8.35 | 3.64 | 30.4 | - |
| YUV | 38.67 | 192.52 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 153 | 0.54 | 1 | 0 | 0.4 | 267.84 | 1 | 0.3 |
| Hex | 47 | 0 | 99 | 36 | 64 | 0 | 28 | 10C | 64 | 1E |
| Octal | 107 | 0 | 231 | 66 | 144 | 0 | 50 | 414 | 144 | 36 |
| Binary | 1000111 | 0 | 10011001 | 110110 | 1100100 | 0 | 101000 | 100001100 | 1100100 | 11110 |
Color Harmonies of #470099
Complementary color
Monochromatic Colors of #470099
Black with #470099
Text Example
Text Example
White with #470099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470099; }
p { color: rgb(71,0,153); }
H1.HeaderClassName
{
color: #470099;
}
.AnyTagClassName
{
color: #470099;
}
</style>
background-color css
<style>
a { background-color: #470099; }
a { background-color: rgb(71,0,153); }
div.DivClassName
{
background-color: #470099;
}
.BgClassName
{
background-color: #470099;
}
</style>
border-color css
<style>
span { border-color: #470099; }
span { border-color: rgb(71,0,153); }
td.TdClassName
{
border-color: #470099;
}
.TagClassName
{
border-color: #470099;
}
</style>