Shades of Indigo #471487
Tints of Indigo #471487
RGB
CMYK
RGB Variations
Color information
#471487 (or 0x471487) is known color: Indigo. HEX triplet: 47, 14 and 87. RGB value is (71,20,135). Sum of RGB (Red+Green+Blue) = 71+20+135=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #471487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471487 is #B8EB78. Grayscale: #2F2F2F. Windows color (decimal): -12118905 or 8852551. OLE color: 8852551.
HSL color Cylindrical-coordinate representation of color #471487: hue angle of 266.61º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471487 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 20 | 135 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.47 |
| HSL | 266.61º | 0.74% | 0.3% | - |
| HSV(B) | 266.61º | 0.85% | 0.53% | - |
| XYZ | 7.22 | 3.59 | 23.23 | - |
| YUV | 48.36 | 176.9 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 135 | 0.47 | 0.85 | 0 | 0.47 | 266.61 | 0.74 | 0.3 |
| Hex | 47 | 14 | 87 | 2F | 55 | 0 | 2F | 10B | 4A | 1E |
| Octal | 107 | 24 | 207 | 57 | 125 | 0 | 57 | 413 | 112 | 36 |
| Binary | 1000111 | 10100 | 10000111 | 101111 | 1010101 | 0 | 101111 | 100001011 | 1001010 | 11110 |
Color Harmonies of #471487
Complementary color
Monochromatic Colors of #471487
Black with #471487
Text Example
Text Example
White with #471487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471487; }
p { color: rgb(71,20,135); }
H1.HeaderClassName
{
color: #471487;
}
.AnyTagClassName
{
color: #471487;
}
</style>
background-color css
<style>
a { background-color: #471487; }
a { background-color: rgb(71,20,135); }
div.DivClassName
{
background-color: #471487;
}
.BgClassName
{
background-color: #471487;
}
</style>
border-color css
<style>
span { border-color: #471487; }
span { border-color: rgb(71,20,135); }
td.TdClassName
{
border-color: #471487;
}
.TagClassName
{
border-color: #471487;
}
</style>