Shades of Indigo #471281
Tints of Indigo #471281
RGB
CMYK
RGB Variations
Color information
#471281 (or 0x471281) is known color: Indigo. HEX triplet: 47, 12 and 81. RGB value is (71,18,129). Sum of RGB (Red+Green+Blue) = 71+18+129=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 129 (50.78% from 255 or 59.17% from 218); Max value from RGB is 129 - color contains mainly: blue. Hex color #471281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471281 is #B8ED7E. Grayscale: #2E2E2E. Windows color (decimal): -12119423 or 8458823. OLE color: 8458823.
HSL color Cylindrical-coordinate representation of color #471281: hue angle of 268.65º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471281 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 18 | 129 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.49 |
| HSL | 268.65º | 0.76% | 0.29% | - |
| HSV(B) | 268.65º | 0.86% | 0.51% | - |
| XYZ | 6.78 | 3.36 | 21.06 | - |
| YUV | 46.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 129 | 0.45 | 0.86 | 0 | 0.49 | 268.65 | 0.76 | 0.29 |
| Hex | 47 | 12 | 81 | 2D | 56 | 0 | 31 | 10D | 4C | 1D |
| Octal | 107 | 22 | 201 | 55 | 126 | 0 | 61 | 415 | 114 | 35 |
| Binary | 1000111 | 10010 | 10000001 | 101101 | 1010110 | 0 | 110001 | 100001101 | 1001100 | 11101 |
Color Harmonies of #471281
Complementary color
Monochromatic Colors of #471281
Black with #471281
Text Example
Text Example
White with #471281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471281; }
p { color: rgb(71,18,129); }
H1.HeaderClassName
{
color: #471281;
}
.AnyTagClassName
{
color: #471281;
}
</style>
background-color css
<style>
a { background-color: #471281; }
a { background-color: rgb(71,18,129); }
div.DivClassName
{
background-color: #471281;
}
.BgClassName
{
background-color: #471281;
}
</style>
border-color css
<style>
span { border-color: #471281; }
span { border-color: rgb(71,18,129); }
td.TdClassName
{
border-color: #471281;
}
.TagClassName
{
border-color: #471281;
}
</style>