Shades of Indigo #50157C
Tints of Indigo #50157C
RGB
CMYK
RGB Variations
Color information
#50157C (or 0x50157C) is known color: Indigo. HEX triplet: 50, 15 and 7C. RGB value is (80,21,124). Sum of RGB (Red+Green+Blue) = 80+21+124=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #50157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50157C is #AFEA83. Grayscale: #323232. Windows color (decimal): -11528836 or 8131920. OLE color: 8131920.
HSL color Cylindrical-coordinate representation of color #50157C: hue angle of 274.37º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50157C is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 21 | 124 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.51 |
| HSL | 274.37º | 0.71% | 0.28% | - |
| HSV(B) | 274.37º | 0.83% | 0.49% | - |
| XYZ | 7.21 | 3.7 | 19.4 | - |
| YUV | 50.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 124 | 0.35 | 0.83 | 0 | 0.51 | 274.37 | 0.71 | 0.28 |
| Hex | 50 | 15 | 7C | 23 | 53 | 0 | 33 | 112 | 47 | 1C |
| Octal | 120 | 25 | 174 | 43 | 123 | 0 | 63 | 422 | 107 | 34 |
| Binary | 1010000 | 10101 | 1111100 | 100011 | 1010011 | 0 | 110011 | 100010010 | 1000111 | 11100 |
Color Harmonies of #50157C
Complementary color
Monochromatic Colors of #50157C
Black with #50157C
Text Example
Text Example
White with #50157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50157C; }
p { color: rgb(80,21,124); }
H1.HeaderClassName
{
color: #50157C;
}
.AnyTagClassName
{
color: #50157C;
}
</style>
background-color css
<style>
a { background-color: #50157C; }
a { background-color: rgb(80,21,124); }
div.DivClassName
{
background-color: #50157C;
}
.BgClassName
{
background-color: #50157C;
}
</style>
border-color css
<style>
span { border-color: #50157C; }
span { border-color: rgb(80,21,124); }
td.TdClassName
{
border-color: #50157C;
}
.TagClassName
{
border-color: #50157C;
}
</style>