Shades of Indigo #500690
Tints of Indigo #500690
RGB
CMYK
RGB Variations
Color information
#500690 (or 0x500690) is known color: Indigo. HEX triplet: 50, 06 and 90. RGB value is (80,6,144). Sum of RGB (Red+Green+Blue) = 80+6+144=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #500690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500690 is #AFF96F. Grayscale: #2B2B2B. Windows color (decimal): -11532656 or 9438800. OLE color: 9438800.
HSL color Cylindrical-coordinate representation of color #500690: hue angle of 272.17º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500690 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 6 | 144 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.44 |
| HSL | 272.17º | 0.92% | 0.29% | - |
| HSV(B) | 272.17º | 0.96% | 0.56% | - |
| XYZ | 8.41 | 3.85 | 26.69 | - |
| YUV | 43.86 | 184.52 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 144 | 0.44 | 0.96 | 0 | 0.44 | 272.17 | 0.92 | 0.29 |
| Hex | 50 | 6 | 90 | 2C | 60 | 0 | 2C | 110 | 5C | 1D |
| Octal | 120 | 6 | 220 | 54 | 140 | 0 | 54 | 420 | 134 | 35 |
| Binary | 1010000 | 110 | 10010000 | 101100 | 1100000 | 0 | 101100 | 100010000 | 1011100 | 11101 |
Color Harmonies of #500690
Complementary color
Monochromatic Colors of #500690
Black with #500690
Text Example
Text Example
White with #500690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500690; }
p { color: rgb(80,6,144); }
H1.HeaderClassName
{
color: #500690;
}
.AnyTagClassName
{
color: #500690;
}
</style>
background-color css
<style>
a { background-color: #500690; }
a { background-color: rgb(80,6,144); }
div.DivClassName
{
background-color: #500690;
}
.BgClassName
{
background-color: #500690;
}
</style>
border-color css
<style>
span { border-color: #500690; }
span { border-color: rgb(80,6,144); }
td.TdClassName
{
border-color: #500690;
}
.TagClassName
{
border-color: #500690;
}
</style>