Shades of Indigo #500D68
Tints of Indigo #500D68
RGB
CMYK
RGB Variations
Color information
#500D68 (or 0x500D68) is known color: Indigo. HEX triplet: 50, 0D and 68. RGB value is (80,13,104). Sum of RGB (Red+Green+Blue) = 80+13+104=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #500D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500D68 is #AFF297. Grayscale: #2B2B2B. Windows color (decimal): -11530904 or 6819152. OLE color: 6819152.
HSL color Cylindrical-coordinate representation of color #500D68: hue angle of 284.18º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500D68 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 13 | 104 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.59 |
| HSL | 284.18º | 0.78% | 0.23% | - |
| HSV(B) | 284.18º | 0.88% | 0.41% | - |
| XYZ | 5.95 | 2.99 | 13.36 | - |
| YUV | 43.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 104 | 0.23 | 0.88 | 0 | 0.59 | 284.18 | 0.78 | 0.23 |
| Hex | 50 | D | 68 | 17 | 58 | 0 | 3B | 11C | 4E | 17 |
| Octal | 120 | 15 | 150 | 27 | 130 | 0 | 73 | 434 | 116 | 27 |
| Binary | 1010000 | 1101 | 1101000 | 10111 | 1011000 | 0 | 111011 | 100011100 | 1001110 | 10111 |
Color Harmonies of #500D68
Complementary color
Monochromatic Colors of #500D68
Black with #500D68
Text Example
Text Example
White with #500D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D68; }
p { color: rgb(80,13,104); }
H1.HeaderClassName
{
color: #500D68;
}
.AnyTagClassName
{
color: #500D68;
}
</style>
background-color css
<style>
a { background-color: #500D68; }
a { background-color: rgb(80,13,104); }
div.DivClassName
{
background-color: #500D68;
}
.BgClassName
{
background-color: #500D68;
}
</style>
border-color css
<style>
span { border-color: #500D68; }
span { border-color: rgb(80,13,104); }
td.TdClassName
{
border-color: #500D68;
}
.TagClassName
{
border-color: #500D68;
}
</style>