Shades of Indigo #500470
Tints of Indigo #500470
RGB
CMYK
RGB Variations
Color information
#500470 (or 0x500470) is known color: Indigo. HEX triplet: 50, 04 and 70. RGB value is (80,4,112). Sum of RGB (Red+Green+Blue) = 80+4+112=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #500470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500470 is #AFFB8F. Grayscale: #262626. Windows color (decimal): -11533200 or 7341136. OLE color: 7341136.
HSL color Cylindrical-coordinate representation of color #500470: hue angle of 282.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500470 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 4 | 112 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.56 |
| HSL | 282.22º | 0.93% | 0.23% | - |
| HSV(B) | 282.22º | 0.96% | 0.44% | - |
| XYZ | 6.28 | 2.96 | 15.57 | - |
| YUV | 39.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 112 | 0.29 | 0.96 | 0 | 0.56 | 282.22 | 0.93 | 0.23 |
| Hex | 50 | 4 | 70 | 1D | 60 | 0 | 38 | 11A | 5D | 17 |
| Octal | 120 | 4 | 160 | 35 | 140 | 0 | 70 | 432 | 135 | 27 |
| Binary | 1010000 | 100 | 1110000 | 11101 | 1100000 | 0 | 111000 | 100011010 | 1011101 | 10111 |
Color Harmonies of #500470
Complementary color
Monochromatic Colors of #500470
Black with #500470
Text Example
Text Example
White with #500470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500470; }
p { color: rgb(80,4,112); }
H1.HeaderClassName
{
color: #500470;
}
.AnyTagClassName
{
color: #500470;
}
</style>
background-color css
<style>
a { background-color: #500470; }
a { background-color: rgb(80,4,112); }
div.DivClassName
{
background-color: #500470;
}
.BgClassName
{
background-color: #500470;
}
</style>
border-color css
<style>
span { border-color: #500470; }
span { border-color: rgb(80,4,112); }
td.TdClassName
{
border-color: #500470;
}
.TagClassName
{
border-color: #500470;
}
</style>