Shades of Indigo #501270
Tints of Indigo #501270
RGB
CMYK
RGB Variations
Color information
#501270 (or 0x501270) is known color: Indigo. HEX triplet: 50, 12 and 70. RGB value is (80,18,112). Sum of RGB (Red+Green+Blue) = 80+18+112=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #501270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501270 is #AFED8F. Grayscale: #2E2E2E. Windows color (decimal): -11529616 or 7344720. OLE color: 7344720.
HSL color Cylindrical-coordinate representation of color #501270: hue angle of 279.57º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501270 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 18 | 112 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.56 |
| HSL | 279.57º | 0.72% | 0.25% | - |
| HSV(B) | 279.57º | 0.84% | 0.44% | - |
| XYZ | 6.45 | 3.31 | 15.63 | - |
| YUV | 47.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 112 | 0.29 | 0.84 | 0 | 0.56 | 279.57 | 0.72 | 0.25 |
| Hex | 50 | 12 | 70 | 1D | 54 | 0 | 38 | 118 | 48 | 19 |
| Octal | 120 | 22 | 160 | 35 | 124 | 0 | 70 | 430 | 110 | 31 |
| Binary | 1010000 | 10010 | 1110000 | 11101 | 1010100 | 0 | 111000 | 100011000 | 1001000 | 11001 |
Color Harmonies of #501270
Complementary color
Monochromatic Colors of #501270
Black with #501270
Text Example
Text Example
White with #501270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501270; }
p { color: rgb(80,18,112); }
H1.HeaderClassName
{
color: #501270;
}
.AnyTagClassName
{
color: #501270;
}
</style>
background-color css
<style>
a { background-color: #501270; }
a { background-color: rgb(80,18,112); }
div.DivClassName
{
background-color: #501270;
}
.BgClassName
{
background-color: #501270;
}
</style>
border-color css
<style>
span { border-color: #501270; }
span { border-color: rgb(80,18,112); }
td.TdClassName
{
border-color: #501270;
}
.TagClassName
{
border-color: #501270;
}
</style>