Shades of Indigo #50159A
Tints of Indigo #50159A
RGB
CMYK
RGB Variations
Color information
#50159A (or 0x50159A) is known color: Indigo. HEX triplet: 50, 15 and 9A. RGB value is (80,21,154). Sum of RGB (Red+Green+Blue) = 80+21+154=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #50159A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50159A is #AFEA65. Grayscale: #353535. Windows color (decimal): -11528806 or 10098000. OLE color: 10098000.
HSL color Cylindrical-coordinate representation of color #50159A: hue angle of 266.62º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50159A is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 21 | 154 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.40 |
| HSL | 266.62º | 0.76% | 0.34% | - |
| HSV(B) | 266.62º | 0.86% | 0.6% | - |
| XYZ | 9.41 | 4.57 | 30.96 | - |
| YUV | 53.8 | 184.55 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 154 | 0.48 | 0.86 | 0 | 0.40 | 266.62 | 0.76 | 0.34 |
| Hex | 50 | 15 | 9A | 30 | 56 | 0 | 28 | 10B | 4C | 22 |
| Octal | 120 | 25 | 232 | 60 | 126 | 0 | 50 | 413 | 114 | 42 |
| Binary | 1010000 | 10101 | 10011010 | 110000 | 1010110 | 0 | 101000 | 100001011 | 1001100 | 100010 |
Color Harmonies of #50159A
Complementary color
Monochromatic Colors of #50159A
Black with #50159A
Text Example
Text Example
White with #50159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50159A; }
p { color: rgb(80,21,154); }
H1.HeaderClassName
{
color: #50159A;
}
.AnyTagClassName
{
color: #50159A;
}
</style>
background-color css
<style>
a { background-color: #50159A; }
a { background-color: rgb(80,21,154); }
div.DivClassName
{
background-color: #50159A;
}
.BgClassName
{
background-color: #50159A;
}
</style>
border-color css
<style>
span { border-color: #50159A; }
span { border-color: rgb(80,21,154); }
td.TdClassName
{
border-color: #50159A;
}
.TagClassName
{
border-color: #50159A;
}
</style>