Shades of Indigo #500968
Tints of Indigo #500968
RGB
CMYK
RGB Variations
Color information
#500968 (or 0x500968) is known color: Indigo. HEX triplet: 50, 09 and 68. RGB value is (80,9,104). Sum of RGB (Red+Green+Blue) = 80+9+104=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #500968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500968 is #AFF697. Grayscale: #282828. Windows color (decimal): -11531928 or 6818128. OLE color: 6818128.
HSL color Cylindrical-coordinate representation of color #500968: hue angle of 284.84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500968 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 9 | 104 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.59 |
| HSL | 284.84º | 0.84% | 0.22% | - |
| HSV(B) | 284.84º | 0.91% | 0.41% | - |
| XYZ | 5.9 | 2.9 | 13.35 | - |
| YUV | 41.06 | 163.52 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 104 | 0.23 | 0.91 | 0 | 0.59 | 284.84 | 0.84 | 0.22 |
| Hex | 50 | 9 | 68 | 17 | 5B | 0 | 3B | 11D | 54 | 16 |
| Octal | 120 | 11 | 150 | 27 | 133 | 0 | 73 | 435 | 124 | 26 |
| Binary | 1010000 | 1001 | 1101000 | 10111 | 1011011 | 0 | 111011 | 100011101 | 1010100 | 10110 |
Color Harmonies of #500968
Complementary color
Monochromatic Colors of #500968
Black with #500968
Text Example
Text Example
White with #500968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500968; }
p { color: rgb(80,9,104); }
H1.HeaderClassName
{
color: #500968;
}
.AnyTagClassName
{
color: #500968;
}
</style>
background-color css
<style>
a { background-color: #500968; }
a { background-color: rgb(80,9,104); }
div.DivClassName
{
background-color: #500968;
}
.BgClassName
{
background-color: #500968;
}
</style>
border-color css
<style>
span { border-color: #500968; }
span { border-color: rgb(80,9,104); }
td.TdClassName
{
border-color: #500968;
}
.TagClassName
{
border-color: #500968;
}
</style>