Shades of Indigo #471299
Tints of Indigo #471299
RGB
CMYK
RGB Variations
Color information
#471299 (or 0x471299) is known color: Indigo. HEX triplet: 47, 12 and 99. RGB value is (71,18,153). Sum of RGB (Red+Green+Blue) = 71+18+153=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #471299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471299 is #B8ED66. Grayscale: #303030. Windows color (decimal): -12119399 or 10031687. OLE color: 10031687.
HSL color Cylindrical-coordinate representation of color #471299: hue angle of 263.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471299 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 18 | 153 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.4 |
| HSL | 263.56º | 0.79% | 0.34% | - |
| HSV(B) | 263.56º | 0.88% | 0.6% | - |
| XYZ | 8.56 | 4.07 | 30.47 | - |
| YUV | 49.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 153 | 0.54 | 0.88 | 0 | 0.4 | 263.56 | 0.79 | 0.34 |
| Hex | 47 | 12 | 99 | 36 | 58 | 0 | 28 | 108 | 4F | 22 |
| Octal | 107 | 22 | 231 | 66 | 130 | 0 | 50 | 410 | 117 | 42 |
| Binary | 1000111 | 10010 | 10011001 | 110110 | 1011000 | 0 | 101000 | 100001000 | 1001111 | 100010 |
Color Harmonies of #471299
Complementary color
Monochromatic Colors of #471299
Black with #471299
Text Example
Text Example
White with #471299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471299; }
p { color: rgb(71,18,153); }
H1.HeaderClassName
{
color: #471299;
}
.AnyTagClassName
{
color: #471299;
}
</style>
background-color css
<style>
a { background-color: #471299; }
a { background-color: rgb(71,18,153); }
div.DivClassName
{
background-color: #471299;
}
.BgClassName
{
background-color: #471299;
}
</style>
border-color css
<style>
span { border-color: #471299; }
span { border-color: rgb(71,18,153); }
td.TdClassName
{
border-color: #471299;
}
.TagClassName
{
border-color: #471299;
}
</style>