Shades of Indigo #471896
Tints of Indigo #471896
RGB
CMYK
RGB Variations
Color information
#471896 (or 0x471896) is known color: Indigo. HEX triplet: 47, 18 and 96. RGB value is (71,24,150). Sum of RGB (Red+Green+Blue) = 71+24+150=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #471896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471896 is #B8E769. Grayscale: #333333. Windows color (decimal): -12117866 or 9836615. OLE color: 9836615.
HSL color Cylindrical-coordinate representation of color #471896: hue angle of 262.38º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471896 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 24 | 150 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.41 |
| HSL | 262.38º | 0.72% | 0.34% | - |
| HSV(B) | 262.38º | 0.84% | 0.59% | - |
| XYZ | 8.43 | 4.19 | 29.22 | - |
| YUV | 52.42 | 183.07 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 150 | 0.53 | 0.84 | 0 | 0.41 | 262.38 | 0.72 | 0.34 |
| Hex | 47 | 18 | 96 | 35 | 54 | 0 | 29 | 106 | 48 | 22 |
| Octal | 107 | 30 | 226 | 65 | 124 | 0 | 51 | 406 | 110 | 42 |
| Binary | 1000111 | 11000 | 10010110 | 110101 | 1010100 | 0 | 101001 | 100000110 | 1001000 | 100010 |
Color Harmonies of #471896
Complementary color
Monochromatic Colors of #471896
Black with #471896
Text Example
Text Example
White with #471896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471896; }
p { color: rgb(71,24,150); }
H1.HeaderClassName
{
color: #471896;
}
.AnyTagClassName
{
color: #471896;
}
</style>
background-color css
<style>
a { background-color: #471896; }
a { background-color: rgb(71,24,150); }
div.DivClassName
{
background-color: #471896;
}
.BgClassName
{
background-color: #471896;
}
</style>
border-color css
<style>
span { border-color: #471896; }
span { border-color: rgb(71,24,150); }
td.TdClassName
{
border-color: #471896;
}
.TagClassName
{
border-color: #471896;
}
</style>