Shades of Indigo #471899
Tints of Indigo #471899
RGB
CMYK
RGB Variations
Color information
#471899 (or 0x471899) is known color: Indigo. HEX triplet: 47, 18 and 99. RGB value is (71,24,153). Sum of RGB (Red+Green+Blue) = 71+24+153=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #471899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471899 is #B8E766. Grayscale: #343434. Windows color (decimal): -12117863 or 10033223. OLE color: 10033223.
HSL color Cylindrical-coordinate representation of color #471899: hue angle of 261.86º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471899 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 24 | 153 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.4 |
| HSL | 261.86º | 0.73% | 0.35% | - |
| HSV(B) | 261.86º | 0.84% | 0.6% | - |
| XYZ | 8.67 | 4.29 | 30.51 | - |
| YUV | 52.76 | 184.57 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 153 | 0.54 | 0.84 | 0 | 0.4 | 261.86 | 0.73 | 0.35 |
| Hex | 47 | 18 | 99 | 36 | 54 | 0 | 28 | 106 | 49 | 23 |
| Octal | 107 | 30 | 231 | 66 | 124 | 0 | 50 | 406 | 111 | 43 |
| Binary | 1000111 | 11000 | 10011001 | 110110 | 1010100 | 0 | 101000 | 100000110 | 1001001 | 100011 |
Color Harmonies of #471899
Complementary color
Monochromatic Colors of #471899
Black with #471899
Text Example
Text Example
White with #471899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471899; }
p { color: rgb(71,24,153); }
H1.HeaderClassName
{
color: #471899;
}
.AnyTagClassName
{
color: #471899;
}
</style>
background-color css
<style>
a { background-color: #471899; }
a { background-color: rgb(71,24,153); }
div.DivClassName
{
background-color: #471899;
}
.BgClassName
{
background-color: #471899;
}
</style>
border-color css
<style>
span { border-color: #471899; }
span { border-color: rgb(71,24,153); }
td.TdClassName
{
border-color: #471899;
}
.TagClassName
{
border-color: #471899;
}
</style>