Shades of Indigo #50109D
Tints of Indigo #50109D
RGB
CMYK
RGB Variations
Color information
#50109D (or 0x50109D) is known color: Indigo. HEX triplet: 50, 10 and 9D. RGB value is (80,16,157). Sum of RGB (Red+Green+Blue) = 80+16+157=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #50109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50109D is #AFEF62. Grayscale: #323232. Windows color (decimal): -11530083 or 10293328. OLE color: 10293328.
HSL color Cylindrical-coordinate representation of color #50109D: hue angle of 267.23º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50109D is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 16 | 157 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.38 |
| HSL | 267.23º | 0.82% | 0.34% | - |
| HSV(B) | 267.23º | 0.9% | 0.62% | - |
| XYZ | 9.58 | 4.51 | 32.26 | - |
| YUV | 51.21 | 187.7 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 157 | 0.49 | 0.90 | 0 | 0.38 | 267.23 | 0.82 | 0.34 |
| Hex | 50 | 10 | 9D | 31 | 5A | 0 | 26 | 10B | 52 | 22 |
| Octal | 120 | 20 | 235 | 61 | 132 | 0 | 46 | 413 | 122 | 42 |
| Binary | 1010000 | 10000 | 10011101 | 110001 | 1011010 | 0 | 100110 | 100001011 | 1010010 | 100010 |
Color Harmonies of #50109D
Complementary color
Monochromatic Colors of #50109D
Black with #50109D
Text Example
Text Example
White with #50109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50109D; }
p { color: rgb(80,16,157); }
H1.HeaderClassName
{
color: #50109D;
}
.AnyTagClassName
{
color: #50109D;
}
</style>
background-color css
<style>
a { background-color: #50109D; }
a { background-color: rgb(80,16,157); }
div.DivClassName
{
background-color: #50109D;
}
.BgClassName
{
background-color: #50109D;
}
</style>
border-color css
<style>
span { border-color: #50109D; }
span { border-color: rgb(80,16,157); }
td.TdClassName
{
border-color: #50109D;
}
.TagClassName
{
border-color: #50109D;
}
</style>