Shades of Indigo #470D73
Tints of Indigo #470D73
RGB
CMYK
RGB Variations
Color information
#470D73 (or 0x470D73) is known color: Indigo. HEX triplet: 47, 0D and 73. RGB value is (71,13,115). Sum of RGB (Red+Green+Blue) = 71+13+115=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #470D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470D73 is #B8F28C. Grayscale: #292929. Windows color (decimal): -12120717 or 7540039. OLE color: 7540039.
HSL color Cylindrical-coordinate representation of color #470D73: hue angle of 274.12º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470D73 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 13 | 115 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.55 |
| HSL | 274.12º | 0.8% | 0.25% | - |
| HSV(B) | 274.12º | 0.89% | 0.45% | - |
| XYZ | 5.84 | 2.87 | 16.47 | - |
| YUV | 41.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 115 | 0.38 | 0.89 | 0 | 0.55 | 274.12 | 0.8 | 0.25 |
| Hex | 47 | D | 73 | 26 | 59 | 0 | 37 | 112 | 50 | 19 |
| Octal | 107 | 15 | 163 | 46 | 131 | 0 | 67 | 422 | 120 | 31 |
| Binary | 1000111 | 1101 | 1110011 | 100110 | 1011001 | 0 | 110111 | 100010010 | 1010000 | 11001 |
Color Harmonies of #470D73
Complementary color
Monochromatic Colors of #470D73
Black with #470D73
Text Example
Text Example
White with #470D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D73; }
p { color: rgb(71,13,115); }
H1.HeaderClassName
{
color: #470D73;
}
.AnyTagClassName
{
color: #470D73;
}
</style>
background-color css
<style>
a { background-color: #470D73; }
a { background-color: rgb(71,13,115); }
div.DivClassName
{
background-color: #470D73;
}
.BgClassName
{
background-color: #470D73;
}
</style>
border-color css
<style>
span { border-color: #470D73; }
span { border-color: rgb(71,13,115); }
td.TdClassName
{
border-color: #470D73;
}
.TagClassName
{
border-color: #470D73;
}
</style>