Shades of Indigo #50187C
Tints of Indigo #50187C
RGB
CMYK
RGB Variations
Color information
#50187C (or 0x50187C) is known color: Indigo. HEX triplet: 50, 18 and 7C. RGB value is (80,24,124). Sum of RGB (Red+Green+Blue) = 80+24+124=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #50187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50187C is #AFE783. Grayscale: #333333. Windows color (decimal): -11528068 or 8132688. OLE color: 8132688.
HSL color Cylindrical-coordinate representation of color #50187C: hue angle of 273.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50187C is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 24 | 124 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.51 |
| HSL | 273.6º | 0.68% | 0.29% | - |
| HSV(B) | 273.6º | 0.81% | 0.49% | - |
| XYZ | 7.27 | 3.81 | 19.42 | - |
| YUV | 52.14 | 168.55 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 124 | 0.35 | 0.81 | 0 | 0.51 | 273.6 | 0.68 | 0.29 |
| Hex | 50 | 18 | 7C | 23 | 51 | 0 | 33 | 112 | 44 | 1D |
| Octal | 120 | 30 | 174 | 43 | 121 | 0 | 63 | 422 | 104 | 35 |
| Binary | 1010000 | 11000 | 1111100 | 100011 | 1010001 | 0 | 110011 | 100010010 | 1000100 | 11101 |
Color Harmonies of #50187C
Complementary color
Monochromatic Colors of #50187C
Black with #50187C
Text Example
Text Example
White with #50187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50187C; }
p { color: rgb(80,24,124); }
H1.HeaderClassName
{
color: #50187C;
}
.AnyTagClassName
{
color: #50187C;
}
</style>
background-color css
<style>
a { background-color: #50187C; }
a { background-color: rgb(80,24,124); }
div.DivClassName
{
background-color: #50187C;
}
.BgClassName
{
background-color: #50187C;
}
</style>
border-color css
<style>
span { border-color: #50187C; }
span { border-color: rgb(80,24,124); }
td.TdClassName
{
border-color: #50187C;
}
.TagClassName
{
border-color: #50187C;
}
</style>