Shades of Indigo #471380
Tints of Indigo #471380
RGB
CMYK
RGB Variations
Color information
#471380 (or 0x471380) is known color: Indigo. HEX triplet: 47, 13 and 80. RGB value is (71,19,128). Sum of RGB (Red+Green+Blue) = 71+19+128=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 128 (50.39% from 255 or 58.72% from 218); Max value from RGB is 128 - color contains mainly: blue. Hex color #471380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471380 is #B8EC7F. Grayscale: #2E2E2E. Windows color (decimal): -12119168 or 8393543. OLE color: 8393543.
HSL color Cylindrical-coordinate representation of color #471380: hue angle of 268.62º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471380 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 19 | 128 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.50 |
| HSL | 268.62º | 0.74% | 0.29% | - |
| HSV(B) | 268.62º | 0.85% | 0.5% | - |
| XYZ | 6.73 | 3.36 | 20.72 | - |
| YUV | 46.97 | 173.73 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 128 | 0.45 | 0.85 | 0 | 0.50 | 268.62 | 0.74 | 0.29 |
| Hex | 47 | 13 | 80 | 2D | 55 | 0 | 32 | 10D | 4A | 1D |
| Octal | 107 | 23 | 200 | 55 | 125 | 0 | 62 | 415 | 112 | 35 |
| Binary | 1000111 | 10011 | 10000000 | 101101 | 1010101 | 0 | 110010 | 100001101 | 1001010 | 11101 |
Color Harmonies of #471380
Complementary color
Monochromatic Colors of #471380
Black with #471380
Text Example
Text Example
White with #471380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471380; }
p { color: rgb(71,19,128); }
H1.HeaderClassName
{
color: #471380;
}
.AnyTagClassName
{
color: #471380;
}
</style>
background-color css
<style>
a { background-color: #471380; }
a { background-color: rgb(71,19,128); }
div.DivClassName
{
background-color: #471380;
}
.BgClassName
{
background-color: #471380;
}
</style>
border-color css
<style>
span { border-color: #471380; }
span { border-color: rgb(71,19,128); }
td.TdClassName
{
border-color: #471380;
}
.TagClassName
{
border-color: #471380;
}
</style>