Shades of Indigo #471788
Tints of Indigo #471788
RGB
CMYK
RGB Variations
Color information
#471788 (or 0x471788) is known color: Indigo. HEX triplet: 47, 17 and 88. RGB value is (71,23,136). Sum of RGB (Red+Green+Blue) = 71+23+136=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #471788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471788 is #B8E877. Grayscale: #313131. Windows color (decimal): -12118136 or 8918855. OLE color: 8918855.
HSL color Cylindrical-coordinate representation of color #471788: hue angle of 265.49º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471788 is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 23 | 136 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.47 |
| HSL | 265.49º | 0.71% | 0.31% | - |
| HSV(B) | 265.49º | 0.83% | 0.53% | - |
| XYZ | 7.35 | 3.73 | 23.63 | - |
| YUV | 50.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 136 | 0.48 | 0.83 | 0 | 0.47 | 265.49 | 0.71 | 0.31 |
| Hex | 47 | 17 | 88 | 30 | 53 | 0 | 2F | 109 | 47 | 1F |
| Octal | 107 | 27 | 210 | 60 | 123 | 0 | 57 | 411 | 107 | 37 |
| Binary | 1000111 | 10111 | 10001000 | 110000 | 1010011 | 0 | 101111 | 100001001 | 1000111 | 11111 |
Color Harmonies of #471788
Complementary color
Monochromatic Colors of #471788
Black with #471788
Text Example
Text Example
White with #471788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471788; }
p { color: rgb(71,23,136); }
H1.HeaderClassName
{
color: #471788;
}
.AnyTagClassName
{
color: #471788;
}
</style>
background-color css
<style>
a { background-color: #471788; }
a { background-color: rgb(71,23,136); }
div.DivClassName
{
background-color: #471788;
}
.BgClassName
{
background-color: #471788;
}
</style>
border-color css
<style>
span { border-color: #471788; }
span { border-color: rgb(71,23,136); }
td.TdClassName
{
border-color: #471788;
}
.TagClassName
{
border-color: #471788;
}
</style>