Shades of Indigo #470963
Tints of Indigo #470963
RGB
CMYK
RGB Variations
Color information
#470963 (or 0x470963) is known color: Indigo. HEX triplet: 47, 09 and 63. RGB value is (71,9,99). Sum of RGB (Red+Green+Blue) = 71+9+99=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #470963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470963 is #B8F69C. Grayscale: #252525. Windows color (decimal): -12121757 or 6490439. OLE color: 6490439.
HSL color Cylindrical-coordinate representation of color #470963: hue angle of 281.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470963 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 9 | 99 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.61 |
| HSL | 281.33º | 0.83% | 0.21% | - |
| HSV(B) | 281.33º | 0.91% | 0.39% | - |
| XYZ | 4.95 | 2.44 | 12.01 | - |
| YUV | 37.8 | 162.54 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 99 | 0.28 | 0.91 | 0 | 0.61 | 281.33 | 0.83 | 0.21 |
| Hex | 47 | 9 | 63 | 1C | 5B | 0 | 3D | 119 | 53 | 15 |
| Octal | 107 | 11 | 143 | 34 | 133 | 0 | 75 | 431 | 123 | 25 |
| Binary | 1000111 | 1001 | 1100011 | 11100 | 1011011 | 0 | 111101 | 100011001 | 1010011 | 10101 |
Color Harmonies of #470963
Complementary color
Monochromatic Colors of #470963
Black with #470963
Text Example
Text Example
White with #470963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470963; }
p { color: rgb(71,9,99); }
H1.HeaderClassName
{
color: #470963;
}
.AnyTagClassName
{
color: #470963;
}
</style>
background-color css
<style>
a { background-color: #470963; }
a { background-color: rgb(71,9,99); }
div.DivClassName
{
background-color: #470963;
}
.BgClassName
{
background-color: #470963;
}
</style>
border-color css
<style>
span { border-color: #470963; }
span { border-color: rgb(71,9,99); }
td.TdClassName
{
border-color: #470963;
}
.TagClassName
{
border-color: #470963;
}
</style>