Shades of Indigo #471596
Tints of Indigo #471596
RGB
CMYK
RGB Variations
Color information
#471596 (or 0x471596) is known color: Indigo. HEX triplet: 47, 15 and 96. RGB value is (71,21,150). Sum of RGB (Red+Green+Blue) = 71+21+150=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #471596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471596 is #B8EA69. Grayscale: #323232. Windows color (decimal): -12118634 or 9835847. OLE color: 9835847.
HSL color Cylindrical-coordinate representation of color #471596: hue angle of 263.26º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471596 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 21 | 150 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.41 |
| HSL | 263.26º | 0.75% | 0.34% | - |
| HSV(B) | 263.26º | 0.86% | 0.59% | - |
| XYZ | 8.37 | 4.08 | 29.2 | - |
| YUV | 50.66 | 184.07 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 150 | 0.53 | 0.86 | 0 | 0.41 | 263.26 | 0.75 | 0.34 |
| Hex | 47 | 15 | 96 | 35 | 56 | 0 | 29 | 107 | 4B | 22 |
| Octal | 107 | 25 | 226 | 65 | 126 | 0 | 51 | 407 | 113 | 42 |
| Binary | 1000111 | 10101 | 10010110 | 110101 | 1010110 | 0 | 101001 | 100000111 | 1001011 | 100010 |
Color Harmonies of #471596
Complementary color
Monochromatic Colors of #471596
Black with #471596
Text Example
Text Example
White with #471596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471596; }
p { color: rgb(71,21,150); }
H1.HeaderClassName
{
color: #471596;
}
.AnyTagClassName
{
color: #471596;
}
</style>
background-color css
<style>
a { background-color: #471596; }
a { background-color: rgb(71,21,150); }
div.DivClassName
{
background-color: #471596;
}
.BgClassName
{
background-color: #471596;
}
</style>
border-color css
<style>
span { border-color: #471596; }
span { border-color: rgb(71,21,150); }
td.TdClassName
{
border-color: #471596;
}
.TagClassName
{
border-color: #471596;
}
</style>