Shades of Indigo #471495
Tints of Indigo #471495
RGB
CMYK
RGB Variations
Color information
#471495 (or 0x471495) is known color: Indigo. HEX triplet: 47, 14 and 95. RGB value is (71,20,149). Sum of RGB (Red+Green+Blue) = 71+20+149=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #471495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471495 is #B8EB6A. Grayscale: #313131. Windows color (decimal): -12118891 or 9770055. OLE color: 9770055.
HSL color Cylindrical-coordinate representation of color #471495: hue angle of 263.72º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471495 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 20 | 149 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.42 |
| HSL | 263.72º | 0.76% | 0.33% | - |
| HSV(B) | 263.72º | 0.87% | 0.58% | - |
| XYZ | 8.27 | 4.01 | 28.77 | - |
| YUV | 49.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 149 | 0.52 | 0.87 | 0 | 0.42 | 263.72 | 0.76 | 0.33 |
| Hex | 47 | 14 | 95 | 34 | 57 | 0 | 2A | 108 | 4C | 21 |
| Octal | 107 | 24 | 225 | 64 | 127 | 0 | 52 | 410 | 114 | 41 |
| Binary | 1000111 | 10100 | 10010101 | 110100 | 1010111 | 0 | 101010 | 100001000 | 1001100 | 100001 |
Color Harmonies of #471495
Complementary color
Monochromatic Colors of #471495
Black with #471495
Text Example
Text Example
White with #471495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471495; }
p { color: rgb(71,20,149); }
H1.HeaderClassName
{
color: #471495;
}
.AnyTagClassName
{
color: #471495;
}
</style>
background-color css
<style>
a { background-color: #471495; }
a { background-color: rgb(71,20,149); }
div.DivClassName
{
background-color: #471495;
}
.BgClassName
{
background-color: #471495;
}
</style>
border-color css
<style>
span { border-color: #471495; }
span { border-color: rgb(71,20,149); }
td.TdClassName
{
border-color: #471495;
}
.TagClassName
{
border-color: #471495;
}
</style>