Shades of Indigo #501068
Tints of Indigo #501068
RGB
CMYK
RGB Variations
Color information
#501068 (or 0x501068) is known color: Indigo. HEX triplet: 50, 10 and 68. RGB value is (80,16,104). Sum of RGB (Red+Green+Blue) = 80+16+104=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #501068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501068 is #AFEF97. Grayscale: #2C2C2C. Windows color (decimal): -11530136 or 6819920. OLE color: 6819920.
HSL color Cylindrical-coordinate representation of color #501068: hue angle of 283.64º degrees, saturation: 0.73, 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 #501068 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 16 | 104 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.59 |
| HSL | 283.64º | 0.73% | 0.24% | - |
| HSV(B) | 283.64º | 0.85% | 0.41% | - |
| XYZ | 5.99 | 3.08 | 13.37 | - |
| YUV | 45.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 104 | 0.23 | 0.85 | 0 | 0.59 | 283.64 | 0.73 | 0.24 |
| Hex | 50 | 10 | 68 | 17 | 55 | 0 | 3B | 11C | 49 | 18 |
| Octal | 120 | 20 | 150 | 27 | 125 | 0 | 73 | 434 | 111 | 30 |
| Binary | 1010000 | 10000 | 1101000 | 10111 | 1010101 | 0 | 111011 | 100011100 | 1001001 | 11000 |
Color Harmonies of #501068
Complementary color
Monochromatic Colors of #501068
Black with #501068
Text Example
Text Example
White with #501068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501068; }
p { color: rgb(80,16,104); }
H1.HeaderClassName
{
color: #501068;
}
.AnyTagClassName
{
color: #501068;
}
</style>
background-color css
<style>
a { background-color: #501068; }
a { background-color: rgb(80,16,104); }
div.DivClassName
{
background-color: #501068;
}
.BgClassName
{
background-color: #501068;
}
</style>
border-color css
<style>
span { border-color: #501068; }
span { border-color: rgb(80,16,104); }
td.TdClassName
{
border-color: #501068;
}
.TagClassName
{
border-color: #501068;
}
</style>