Shades of Indigo #471270
Tints of Indigo #471270
RGB
CMYK
RGB Variations
Color information
#471270 (or 0x471270) is known color: Indigo. HEX triplet: 47, 12 and 70. RGB value is (71,18,112). Sum of RGB (Red+Green+Blue) = 71+18+112=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #471270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471270 is #B8ED8F. Grayscale: #2C2C2C. Windows color (decimal): -12119440 or 7344711. OLE color: 7344711.
HSL color Cylindrical-coordinate representation of color #471270: hue angle of 273.83º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471270 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 18 | 112 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.56 |
| HSL | 273.83º | 0.72% | 0.25% | - |
| HSV(B) | 273.83º | 0.84% | 0.44% | - |
| XYZ | 5.74 | 2.94 | 15.59 | - |
| YUV | 44.56 | 166.06 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 112 | 0.37 | 0.84 | 0 | 0.56 | 273.83 | 0.72 | 0.25 |
| Hex | 47 | 12 | 70 | 25 | 54 | 0 | 38 | 112 | 48 | 19 |
| Octal | 107 | 22 | 160 | 45 | 124 | 0 | 70 | 422 | 110 | 31 |
| Binary | 1000111 | 10010 | 1110000 | 100101 | 1010100 | 0 | 111000 | 100010010 | 1001000 | 11001 |
Color Harmonies of #471270
Complementary color
Monochromatic Colors of #471270
Black with #471270
Text Example
Text Example
White with #471270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471270; }
p { color: rgb(71,18,112); }
H1.HeaderClassName
{
color: #471270;
}
.AnyTagClassName
{
color: #471270;
}
</style>
background-color css
<style>
a { background-color: #471270; }
a { background-color: rgb(71,18,112); }
div.DivClassName
{
background-color: #471270;
}
.BgClassName
{
background-color: #471270;
}
</style>
border-color css
<style>
span { border-color: #471270; }
span { border-color: rgb(71,18,112); }
td.TdClassName
{
border-color: #471270;
}
.TagClassName
{
border-color: #471270;
}
</style>