Shades of Indigo #50159C
Tints of Indigo #50159C
RGB
CMYK
RGB Variations
Color information
#50159C (or 0x50159C) is known color: Indigo. HEX triplet: 50, 15 and 9C. RGB value is (80,21,156). Sum of RGB (Red+Green+Blue) = 80+21+156=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #50159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50159C is #AFEA63. Grayscale: #353535. Windows color (decimal): -11528804 or 10229072. OLE color: 10229072.
HSL color Cylindrical-coordinate representation of color #50159C: hue angle of 266.22º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50159C is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 21 | 156 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.39 |
| HSL | 266.22º | 0.76% | 0.35% | - |
| HSV(B) | 266.22º | 0.87% | 0.61% | - |
| XYZ | 9.58 | 4.64 | 31.84 | - |
| YUV | 54.03 | 185.55 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 156 | 0.49 | 0.87 | 0 | 0.39 | 266.22 | 0.76 | 0.35 |
| Hex | 50 | 15 | 9C | 31 | 57 | 0 | 27 | 10A | 4C | 23 |
| Octal | 120 | 25 | 234 | 61 | 127 | 0 | 47 | 412 | 114 | 43 |
| Binary | 1010000 | 10101 | 10011100 | 110001 | 1010111 | 0 | 100111 | 100001010 | 1001100 | 100011 |
Color Harmonies of #50159C
Complementary color
Monochromatic Colors of #50159C
Black with #50159C
Text Example
Text Example
White with #50159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50159C; }
p { color: rgb(80,21,156); }
H1.HeaderClassName
{
color: #50159C;
}
.AnyTagClassName
{
color: #50159C;
}
</style>
background-color css
<style>
a { background-color: #50159C; }
a { background-color: rgb(80,21,156); }
div.DivClassName
{
background-color: #50159C;
}
.BgClassName
{
background-color: #50159C;
}
</style>
border-color css
<style>
span { border-color: #50159C; }
span { border-color: rgb(80,21,156); }
td.TdClassName
{
border-color: #50159C;
}
.TagClassName
{
border-color: #50159C;
}
</style>