Shades of Indigo #50127C
Tints of Indigo #50127C
RGB
CMYK
RGB Variations
Color information
#50127C (or 0x50127C) is known color: Indigo. HEX triplet: 50, 12 and 7C. RGB value is (80,18,124). Sum of RGB (Red+Green+Blue) = 80+18+124=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #50127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50127C is #AFED83. Grayscale: #303030. Windows color (decimal): -11529604 or 8131152. OLE color: 8131152.
HSL color Cylindrical-coordinate representation of color #50127C: hue angle of 275.09º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50127C is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 18 | 124 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.51 |
| HSL | 275.09º | 0.75% | 0.28% | - |
| HSV(B) | 275.09º | 0.85% | 0.49% | - |
| XYZ | 7.16 | 3.59 | 19.38 | - |
| YUV | 48.62 | 170.54 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 124 | 0.35 | 0.85 | 0 | 0.51 | 275.09 | 0.75 | 0.28 |
| Hex | 50 | 12 | 7C | 23 | 55 | 0 | 33 | 113 | 4B | 1C |
| Octal | 120 | 22 | 174 | 43 | 125 | 0 | 63 | 423 | 113 | 34 |
| Binary | 1010000 | 10010 | 1111100 | 100011 | 1010101 | 0 | 110011 | 100010011 | 1001011 | 11100 |
Color Harmonies of #50127C
Complementary color
Monochromatic Colors of #50127C
Black with #50127C
Text Example
Text Example
White with #50127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50127C; }
p { color: rgb(80,18,124); }
H1.HeaderClassName
{
color: #50127C;
}
.AnyTagClassName
{
color: #50127C;
}
</style>
background-color css
<style>
a { background-color: #50127C; }
a { background-color: rgb(80,18,124); }
div.DivClassName
{
background-color: #50127C;
}
.BgClassName
{
background-color: #50127C;
}
</style>
border-color css
<style>
span { border-color: #50127C; }
span { border-color: rgb(80,18,124); }
td.TdClassName
{
border-color: #50127C;
}
.TagClassName
{
border-color: #50127C;
}
</style>