Shades of Indigo #471588
Tints of Indigo #471588
RGB
CMYK
RGB Variations
Color information
#471588 (or 0x471588) is known color: Indigo. HEX triplet: 47, 15 and 88. RGB value is (71,21,136). Sum of RGB (Red+Green+Blue) = 71+21+136=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #471588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471588 is #B8EA77. Grayscale: #303030. Windows color (decimal): -12118648 or 8918343. OLE color: 8918343.
HSL color Cylindrical-coordinate representation of color #471588: hue angle of 266.09º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471588 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 21 | 136 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.47 |
| HSL | 266.09º | 0.73% | 0.31% | - |
| HSV(B) | 266.09º | 0.85% | 0.53% | - |
| XYZ | 7.31 | 3.65 | 23.61 | - |
| YUV | 49.06 | 177.07 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 136 | 0.48 | 0.85 | 0 | 0.47 | 266.09 | 0.73 | 0.31 |
| Hex | 47 | 15 | 88 | 30 | 55 | 0 | 2F | 10A | 49 | 1F |
| Octal | 107 | 25 | 210 | 60 | 125 | 0 | 57 | 412 | 111 | 37 |
| Binary | 1000111 | 10101 | 10001000 | 110000 | 1010101 | 0 | 101111 | 100001010 | 1001001 | 11111 |
Color Harmonies of #471588
Complementary color
Monochromatic Colors of #471588
Black with #471588
Text Example
Text Example
White with #471588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471588; }
p { color: rgb(71,21,136); }
H1.HeaderClassName
{
color: #471588;
}
.AnyTagClassName
{
color: #471588;
}
</style>
background-color css
<style>
a { background-color: #471588; }
a { background-color: rgb(71,21,136); }
div.DivClassName
{
background-color: #471588;
}
.BgClassName
{
background-color: #471588;
}
</style>
border-color css
<style>
span { border-color: #471588; }
span { border-color: rgb(71,21,136); }
td.TdClassName
{
border-color: #471588;
}
.TagClassName
{
border-color: #471588;
}
</style>