Shades of Indigo #50147F
Tints of Indigo #50147F
RGB
CMYK
RGB Variations
Color information
#50147F (or 0x50147F) is known color: Indigo. HEX triplet: 50, 14 and 7F. RGB value is (80,20,127). Sum of RGB (Red+Green+Blue) = 80+20+127=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #50147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50147F is #AFEB80. Grayscale: #313131. Windows color (decimal): -11529089 or 8328272. OLE color: 8328272.
HSL color Cylindrical-coordinate representation of color #50147F: hue angle of 273.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50147F is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 20 | 127 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.50 |
| HSL | 273.64º | 0.73% | 0.29% | - |
| HSV(B) | 273.64º | 0.84% | 0.5% | - |
| XYZ | 7.39 | 3.74 | 20.41 | - |
| YUV | 50.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 127 | 0.37 | 0.84 | 0 | 0.50 | 273.64 | 0.73 | 0.29 |
| Hex | 50 | 14 | 7F | 25 | 54 | 0 | 32 | 112 | 49 | 1D |
| Octal | 120 | 24 | 177 | 45 | 124 | 0 | 62 | 422 | 111 | 35 |
| Binary | 1010000 | 10100 | 1111111 | 100101 | 1010100 | 0 | 110010 | 100010010 | 1001001 | 11101 |
Color Harmonies of #50147F
Complementary color
Monochromatic Colors of #50147F
Black with #50147F
Text Example
Text Example
White with #50147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50147F; }
p { color: rgb(80,20,127); }
H1.HeaderClassName
{
color: #50147F;
}
.AnyTagClassName
{
color: #50147F;
}
</style>
background-color css
<style>
a { background-color: #50147F; }
a { background-color: rgb(80,20,127); }
div.DivClassName
{
background-color: #50147F;
}
.BgClassName
{
background-color: #50147F;
}
</style>
border-color css
<style>
span { border-color: #50147F; }
span { border-color: rgb(80,20,127); }
td.TdClassName
{
border-color: #50147F;
}
.TagClassName
{
border-color: #50147F;
}
</style>