Shades of Indigo #471373
Tints of Indigo #471373
RGB
CMYK
RGB Variations
Color information
#471373 (or 0x471373) is known color: Indigo. HEX triplet: 47, 13 and 73. RGB value is (71,19,115). Sum of RGB (Red+Green+Blue) = 71+19+115=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #471373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471373 is #B8EC8C. Grayscale: #2D2D2D. Windows color (decimal): -12119181 or 7541575. OLE color: 7541575.
HSL color Cylindrical-coordinate representation of color #471373: hue angle of 272.5º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471373 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 19 | 115 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.55 |
| HSL | 272.5º | 0.72% | 0.26% | - |
| HSV(B) | 272.5º | 0.83% | 0.45% | - |
| XYZ | 5.93 | 3.04 | 16.49 | - |
| YUV | 45.49 | 167.23 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 115 | 0.38 | 0.83 | 0 | 0.55 | 272.5 | 0.72 | 0.26 |
| Hex | 47 | 13 | 73 | 26 | 53 | 0 | 37 | 110 | 48 | 1A |
| Octal | 107 | 23 | 163 | 46 | 123 | 0 | 67 | 420 | 110 | 32 |
| Binary | 1000111 | 10011 | 1110011 | 100110 | 1010011 | 0 | 110111 | 100010000 | 1001000 | 11010 |
Color Harmonies of #471373
Complementary color
Monochromatic Colors of #471373
Black with #471373
Text Example
Text Example
White with #471373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471373; }
p { color: rgb(71,19,115); }
H1.HeaderClassName
{
color: #471373;
}
.AnyTagClassName
{
color: #471373;
}
</style>
background-color css
<style>
a { background-color: #471373; }
a { background-color: rgb(71,19,115); }
div.DivClassName
{
background-color: #471373;
}
.BgClassName
{
background-color: #471373;
}
</style>
border-color css
<style>
span { border-color: #471373; }
span { border-color: rgb(71,19,115); }
td.TdClassName
{
border-color: #471373;
}
.TagClassName
{
border-color: #471373;
}
</style>