Shades of Indigo #471392
Tints of Indigo #471392
RGB
CMYK
RGB Variations
Color information
#471392 (or 0x471392) is known color: Indigo. HEX triplet: 47, 13 and 92. RGB value is (71,19,146). Sum of RGB (Red+Green+Blue) = 71+19+146=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #471392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471392 is #B8EC6D. Grayscale: #303030. Windows color (decimal): -12119150 or 9573191. OLE color: 9573191.
HSL color Cylindrical-coordinate representation of color #471392: hue angle of 264.57º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471392 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 19 | 146 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.43 |
| HSL | 264.57º | 0.77% | 0.32% | - |
| HSV(B) | 264.57º | 0.87% | 0.57% | - |
| XYZ | 8.02 | 3.88 | 27.52 | - |
| YUV | 49.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 146 | 0.51 | 0.87 | 0 | 0.43 | 264.57 | 0.77 | 0.32 |
| Hex | 47 | 13 | 92 | 33 | 57 | 0 | 2B | 109 | 4D | 20 |
| Octal | 107 | 23 | 222 | 63 | 127 | 0 | 53 | 411 | 115 | 40 |
| Binary | 1000111 | 10011 | 10010010 | 110011 | 1010111 | 0 | 101011 | 100001001 | 1001101 | 100000 |
Color Harmonies of #471392
Complementary color
Monochromatic Colors of #471392
Black with #471392
Text Example
Text Example
White with #471392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471392; }
p { color: rgb(71,19,146); }
H1.HeaderClassName
{
color: #471392;
}
.AnyTagClassName
{
color: #471392;
}
</style>
background-color css
<style>
a { background-color: #471392; }
a { background-color: rgb(71,19,146); }
div.DivClassName
{
background-color: #471392;
}
.BgClassName
{
background-color: #471392;
}
</style>
border-color css
<style>
span { border-color: #471392; }
span { border-color: rgb(71,19,146); }
td.TdClassName
{
border-color: #471392;
}
.TagClassName
{
border-color: #471392;
}
</style>