Shades of Indigo #50128B
Tints of Indigo #50128B
RGB
CMYK
RGB Variations
Color information
#50128B (or 0x50128B) is known color: Indigo. HEX triplet: 50, 12 and 8B. RGB value is (80,18,139). Sum of RGB (Red+Green+Blue) = 80+18+139=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #50128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50128B is #AFED74. Grayscale: #313131. Windows color (decimal): -11529589 or 9114192. OLE color: 9114192.
HSL color Cylindrical-coordinate representation of color #50128B: hue angle of 270.74º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50128B is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 18 | 139 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.45 |
| HSL | 270.74º | 0.77% | 0.31% | - |
| HSV(B) | 270.74º | 0.87% | 0.55% | - |
| XYZ | 8.18 | 4 | 24.77 | - |
| YUV | 50.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 139 | 0.42 | 0.87 | 0 | 0.45 | 270.74 | 0.77 | 0.31 |
| Hex | 50 | 12 | 8B | 2A | 57 | 0 | 2D | 10F | 4D | 1F |
| Octal | 120 | 22 | 213 | 52 | 127 | 0 | 55 | 417 | 115 | 37 |
| Binary | 1010000 | 10010 | 10001011 | 101010 | 1010111 | 0 | 101101 | 100001111 | 1001101 | 11111 |
Color Harmonies of #50128B
Complementary color
Monochromatic Colors of #50128B
Black with #50128B
Text Example
Text Example
White with #50128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50128B; }
p { color: rgb(80,18,139); }
H1.HeaderClassName
{
color: #50128B;
}
.AnyTagClassName
{
color: #50128B;
}
</style>
background-color css
<style>
a { background-color: #50128B; }
a { background-color: rgb(80,18,139); }
div.DivClassName
{
background-color: #50128B;
}
.BgClassName
{
background-color: #50128B;
}
</style>
border-color css
<style>
span { border-color: #50128B; }
span { border-color: rgb(80,18,139); }
td.TdClassName
{
border-color: #50128B;
}
.TagClassName
{
border-color: #50128B;
}
</style>