Shades of Indigo #50127D
Tints of Indigo #50127D
RGB
CMYK
RGB Variations
Color information
#50127D (or 0x50127D) is known color: Indigo. HEX triplet: 50, 12 and 7D. RGB value is (80,18,125). Sum of RGB (Red+Green+Blue) = 80+18+125=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #50127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50127D is #AFED82. Grayscale: #303030. Windows color (decimal): -11529603 or 8196688. OLE color: 8196688.
HSL color Cylindrical-coordinate representation of color #50127D: hue angle of 274.77º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50127D is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 18 | 125 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.51 |
| HSL | 274.77º | 0.75% | 0.28% | - |
| HSV(B) | 274.77º | 0.86% | 0.49% | - |
| XYZ | 7.23 | 3.62 | 19.72 | - |
| YUV | 48.74 | 171.04 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 125 | 0.36 | 0.86 | 0 | 0.51 | 274.77 | 0.75 | 0.28 |
| Hex | 50 | 12 | 7D | 24 | 56 | 0 | 33 | 113 | 4B | 1C |
| Octal | 120 | 22 | 175 | 44 | 126 | 0 | 63 | 423 | 113 | 34 |
| Binary | 1010000 | 10010 | 1111101 | 100100 | 1010110 | 0 | 110011 | 100010011 | 1001011 | 11100 |
Color Harmonies of #50127D
Complementary color
Monochromatic Colors of #50127D
Black with #50127D
Text Example
Text Example
White with #50127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50127D; }
p { color: rgb(80,18,125); }
H1.HeaderClassName
{
color: #50127D;
}
.AnyTagClassName
{
color: #50127D;
}
</style>
background-color css
<style>
a { background-color: #50127D; }
a { background-color: rgb(80,18,125); }
div.DivClassName
{
background-color: #50127D;
}
.BgClassName
{
background-color: #50127D;
}
</style>
border-color css
<style>
span { border-color: #50127D; }
span { border-color: rgb(80,18,125); }
td.TdClassName
{
border-color: #50127D;
}
.TagClassName
{
border-color: #50127D;
}
</style>