Shades of Indigo #500688
Tints of Indigo #500688
RGB
CMYK
RGB Variations
Color information
#500688 (or 0x500688) is known color: Indigo. HEX triplet: 50, 06 and 88. RGB value is (80,6,136). Sum of RGB (Red+Green+Blue) = 80+6+136=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #500688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500688 is #AFF977. Grayscale: #2A2A2A. Windows color (decimal): -11532664 or 8914512. OLE color: 8914512.
HSL color Cylindrical-coordinate representation of color #500688: hue angle of 274.15º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500688 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 6 | 136 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.47 |
| HSL | 274.15º | 0.92% | 0.28% | - |
| HSV(B) | 274.15º | 0.96% | 0.53% | - |
| XYZ | 7.82 | 3.61 | 23.58 | - |
| YUV | 42.95 | 180.52 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 136 | 0.41 | 0.96 | 0 | 0.47 | 274.15 | 0.92 | 0.28 |
| Hex | 50 | 6 | 88 | 29 | 60 | 0 | 2F | 112 | 5C | 1C |
| Octal | 120 | 6 | 210 | 51 | 140 | 0 | 57 | 422 | 134 | 34 |
| Binary | 1010000 | 110 | 10001000 | 101001 | 1100000 | 0 | 101111 | 100010010 | 1011100 | 11100 |
Color Harmonies of #500688
Complementary color
Monochromatic Colors of #500688
Black with #500688
Text Example
Text Example
White with #500688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500688; }
p { color: rgb(80,6,136); }
H1.HeaderClassName
{
color: #500688;
}
.AnyTagClassName
{
color: #500688;
}
</style>
background-color css
<style>
a { background-color: #500688; }
a { background-color: rgb(80,6,136); }
div.DivClassName
{
background-color: #500688;
}
.BgClassName
{
background-color: #500688;
}
</style>
border-color css
<style>
span { border-color: #500688; }
span { border-color: rgb(80,6,136); }
td.TdClassName
{
border-color: #500688;
}
.TagClassName
{
border-color: #500688;
}
</style>