Shades of Indigo #500F70
Tints of Indigo #500F70
RGB
CMYK
RGB Variations
Color information
#500F70 (or 0x500F70) is known color: Indigo. HEX triplet: 50, 0F and 70. RGB value is (80,15,112). Sum of RGB (Red+Green+Blue) = 80+15+112=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #500F70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500F70 is #AFF08F. Grayscale: #2D2D2D. Windows color (decimal): -11530384 or 7343952. OLE color: 7343952.
HSL color Cylindrical-coordinate representation of color #500F70: hue angle of 280.21º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #500F70 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 15 | 112 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.56 |
| HSL | 280.21º | 0.76% | 0.25% | - |
| HSV(B) | 280.21º | 0.87% | 0.44% | - |
| XYZ | 6.4 | 3.22 | 15.61 | - |
| YUV | 45.49 | 165.53 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 112 | 0.29 | 0.87 | 0 | 0.56 | 280.21 | 0.76 | 0.25 |
| Hex | 50 | F | 70 | 1D | 57 | 0 | 38 | 118 | 4C | 19 |
| Octal | 120 | 17 | 160 | 35 | 127 | 0 | 70 | 430 | 114 | 31 |
| Binary | 1010000 | 1111 | 1110000 | 11101 | 1010111 | 0 | 111000 | 100011000 | 1001100 | 11001 |
Color Harmonies of #500F70
Complementary color
Monochromatic Colors of #500F70
Black with #500F70
Text Example
Text Example
White with #500F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F70; }
p { color: rgb(80,15,112); }
H1.HeaderClassName
{
color: #500F70;
}
.AnyTagClassName
{
color: #500F70;
}
</style>
background-color css
<style>
a { background-color: #500F70; }
a { background-color: rgb(80,15,112); }
div.DivClassName
{
background-color: #500F70;
}
.BgClassName
{
background-color: #500F70;
}
</style>
border-color css
<style>
span { border-color: #500F70; }
span { border-color: rgb(80,15,112); }
td.TdClassName
{
border-color: #500F70;
}
.TagClassName
{
border-color: #500F70;
}
</style>