Shades of Indigo #501069
Tints of Indigo #501069
RGB
CMYK
RGB Variations
Color information
#501069 (or 0x501069) is known color: Indigo. HEX triplet: 50, 10 and 69. RGB value is (80,16,105). Sum of RGB (Red+Green+Blue) = 80+16+105=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #501069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501069 is #AFEF96. Grayscale: #2C2C2C. Windows color (decimal): -11530135 or 6885456. OLE color: 6885456.
HSL color Cylindrical-coordinate representation of color #501069: hue angle of 283.15º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501069 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 16 | 105 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.59 |
| HSL | 283.15º | 0.74% | 0.24% | - |
| HSV(B) | 283.15º | 0.85% | 0.41% | - |
| XYZ | 6.04 | 3.1 | 13.64 | - |
| YUV | 45.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 105 | 0.24 | 0.85 | 0 | 0.59 | 283.15 | 0.74 | 0.24 |
| Hex | 50 | 10 | 69 | 18 | 55 | 0 | 3B | 11B | 4A | 18 |
| Octal | 120 | 20 | 151 | 30 | 125 | 0 | 73 | 433 | 112 | 30 |
| Binary | 1010000 | 10000 | 1101001 | 11000 | 1010101 | 0 | 111011 | 100011011 | 1001010 | 11000 |
Color Harmonies of #501069
Complementary color
Monochromatic Colors of #501069
Black with #501069
Text Example
Text Example
White with #501069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501069; }
p { color: rgb(80,16,105); }
H1.HeaderClassName
{
color: #501069;
}
.AnyTagClassName
{
color: #501069;
}
</style>
background-color css
<style>
a { background-color: #501069; }
a { background-color: rgb(80,16,105); }
div.DivClassName
{
background-color: #501069;
}
.BgClassName
{
background-color: #501069;
}
</style>
border-color css
<style>
span { border-color: #501069; }
span { border-color: rgb(80,16,105); }
td.TdClassName
{
border-color: #501069;
}
.TagClassName
{
border-color: #501069;
}
</style>