Shades of Indigo #471074
Tints of Indigo #471074
RGB
CMYK
RGB Variations
Color information
#471074 (or 0x471074) is known color: Indigo. HEX triplet: 47, 10 and 74. RGB value is (71,16,116). Sum of RGB (Red+Green+Blue) = 71+16+116=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #471074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471074 is #B8EF8B. Grayscale: #2B2B2B. Windows color (decimal): -12119948 or 7606343. OLE color: 7606343.
HSL color Cylindrical-coordinate representation of color #471074: hue angle of 273º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471074 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 16 | 116 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.55 |
| HSL | 273º | 0.76% | 0.26% | - |
| HSV(B) | 273º | 0.86% | 0.45% | - |
| XYZ | 5.94 | 2.97 | 16.78 | - |
| YUV | 43.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 116 | 0.39 | 0.86 | 0 | 0.55 | 273 | 0.76 | 0.26 |
| Hex | 47 | 10 | 74 | 27 | 56 | 0 | 37 | 111 | 4C | 1A |
| Octal | 107 | 20 | 164 | 47 | 126 | 0 | 67 | 421 | 114 | 32 |
| Binary | 1000111 | 10000 | 1110100 | 100111 | 1010110 | 0 | 110111 | 100010001 | 1001100 | 11010 |
Color Harmonies of #471074
Complementary color
Monochromatic Colors of #471074
Black with #471074
Text Example
Text Example
White with #471074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471074; }
p { color: rgb(71,16,116); }
H1.HeaderClassName
{
color: #471074;
}
.AnyTagClassName
{
color: #471074;
}
</style>
background-color css
<style>
a { background-color: #471074; }
a { background-color: rgb(71,16,116); }
div.DivClassName
{
background-color: #471074;
}
.BgClassName
{
background-color: #471074;
}
</style>
border-color css
<style>
span { border-color: #471074; }
span { border-color: rgb(71,16,116); }
td.TdClassName
{
border-color: #471074;
}
.TagClassName
{
border-color: #471074;
}
</style>