Shades of Indigo #470063
Tints of Indigo #470063
RGB
CMYK
RGB Variations
Color information
#470063 (or 0x470063) is known color: Indigo. HEX triplet: 47, 00 and 63. RGB value is (71,0,99). Sum of RGB (Red+Green+Blue) = 71+0+99=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #470063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470063 is #B8FF9C. Grayscale: #202020. Windows color (decimal): -12124061 or 6488135. OLE color: 6488135.
HSL color Cylindrical-coordinate representation of color #470063: hue angle of 283.03º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470063 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 0 | 99 | - |
| CMYK | 0.28 | 1 | 0 | 0.61 |
| HSL | 283.03º | 1% | 0.19% | - |
| HSV(B) | 283.03º | 1% | 0.39% | - |
| XYZ | 4.85 | 2.24 | 11.98 | - |
| YUV | 32.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 99 | 0.28 | 1 | 0 | 0.61 | 283.03 | 1 | 0.19 |
| Hex | 47 | 0 | 63 | 1C | 64 | 0 | 3D | 11B | 64 | 13 |
| Octal | 107 | 0 | 143 | 34 | 144 | 0 | 75 | 433 | 144 | 23 |
| Binary | 1000111 | 0 | 1100011 | 11100 | 1100100 | 0 | 111101 | 100011011 | 1100100 | 10011 |
Color Harmonies of #470063
Complementary color
Monochromatic Colors of #470063
Black with #470063
Text Example
Text Example
White with #470063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470063; }
p { color: rgb(71,0,99); }
H1.HeaderClassName
{
color: #470063;
}
.AnyTagClassName
{
color: #470063;
}
</style>
background-color css
<style>
a { background-color: #470063; }
a { background-color: rgb(71,0,99); }
div.DivClassName
{
background-color: #470063;
}
.BgClassName
{
background-color: #470063;
}
</style>
border-color css
<style>
span { border-color: #470063; }
span { border-color: rgb(71,0,99); }
td.TdClassName
{
border-color: #470063;
}
.TagClassName
{
border-color: #470063;
}
</style>