Shades of Indigo #500869
Tints of Indigo #500869
RGB
CMYK
RGB Variations
Color information
#500869 (or 0x500869) is known color: Indigo. HEX triplet: 50, 08 and 69. RGB value is (80,8,105). Sum of RGB (Red+Green+Blue) = 80+8+105=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #500869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500869 is #AFF796. Grayscale: #282828. Windows color (decimal): -11532183 or 6883408. OLE color: 6883408.
HSL color Cylindrical-coordinate representation of color #500869: hue angle of 284.54º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500869 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 8 | 105 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.59 |
| HSL | 284.54º | 0.86% | 0.22% | - |
| HSV(B) | 284.54º | 0.92% | 0.41% | - |
| XYZ | 5.94 | 2.9 | 13.61 | - |
| YUV | 40.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 105 | 0.24 | 0.92 | 0 | 0.59 | 284.54 | 0.86 | 0.22 |
| Hex | 50 | 8 | 69 | 18 | 5C | 0 | 3B | 11D | 56 | 16 |
| Octal | 120 | 10 | 151 | 30 | 134 | 0 | 73 | 435 | 126 | 26 |
| Binary | 1010000 | 1000 | 1101001 | 11000 | 1011100 | 0 | 111011 | 100011101 | 1010110 | 10110 |
Color Harmonies of #500869
Complementary color
Monochromatic Colors of #500869
Black with #500869
Text Example
Text Example
White with #500869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500869; }
p { color: rgb(80,8,105); }
H1.HeaderClassName
{
color: #500869;
}
.AnyTagClassName
{
color: #500869;
}
</style>
background-color css
<style>
a { background-color: #500869; }
a { background-color: rgb(80,8,105); }
div.DivClassName
{
background-color: #500869;
}
.BgClassName
{
background-color: #500869;
}
</style>
border-color css
<style>
span { border-color: #500869; }
span { border-color: rgb(80,8,105); }
td.TdClassName
{
border-color: #500869;
}
.TagClassName
{
border-color: #500869;
}
</style>