Shades of Indigo #50158A
Tints of Indigo #50158A
RGB
CMYK
RGB Variations
Color information
#50158A (or 0x50158A) is known color: Indigo. HEX triplet: 50, 15 and 8A. RGB value is (80,21,138). Sum of RGB (Red+Green+Blue) = 80+21+138=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #50158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50158A is #AFEA75. Grayscale: #333333. Windows color (decimal): -11528822 or 9049424. OLE color: 9049424.
HSL color Cylindrical-coordinate representation of color #50158A: hue angle of 270.26º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50158A is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 21 | 138 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.46 |
| HSL | 270.26º | 0.74% | 0.31% | - |
| HSV(B) | 270.26º | 0.85% | 0.54% | - |
| XYZ | 8.16 | 4.08 | 24.4 | - |
| YUV | 51.98 | 176.55 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 138 | 0.42 | 0.85 | 0 | 0.46 | 270.26 | 0.74 | 0.31 |
| Hex | 50 | 15 | 8A | 2A | 55 | 0 | 2E | 10E | 4A | 1F |
| Octal | 120 | 25 | 212 | 52 | 125 | 0 | 56 | 416 | 112 | 37 |
| Binary | 1010000 | 10101 | 10001010 | 101010 | 1010101 | 0 | 101110 | 100001110 | 1001010 | 11111 |
Color Harmonies of #50158A
Complementary color
Monochromatic Colors of #50158A
Black with #50158A
Text Example
Text Example
White with #50158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50158A; }
p { color: rgb(80,21,138); }
H1.HeaderClassName
{
color: #50158A;
}
.AnyTagClassName
{
color: #50158A;
}
</style>
background-color css
<style>
a { background-color: #50158A; }
a { background-color: rgb(80,21,138); }
div.DivClassName
{
background-color: #50158A;
}
.BgClassName
{
background-color: #50158A;
}
</style>
border-color css
<style>
span { border-color: #50158A; }
span { border-color: rgb(80,21,138); }
td.TdClassName
{
border-color: #50158A;
}
.TagClassName
{
border-color: #50158A;
}
</style>