Shades of Indigo #50187B
Tints of Indigo #50187B
RGB
CMYK
RGB Variations
Color information
#50187B (or 0x50187B) is known color: Indigo. HEX triplet: 50, 18 and 7B. RGB value is (80,24,123). Sum of RGB (Red+Green+Blue) = 80+24+123=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #50187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50187B is #AFE784. Grayscale: #333333. Windows color (decimal): -11528069 or 8067152. OLE color: 8067152.
HSL color Cylindrical-coordinate representation of color #50187B: hue angle of 273.94º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50187B is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 24 | 123 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.52 |
| HSL | 273.94º | 0.67% | 0.29% | - |
| HSV(B) | 273.94º | 0.8% | 0.48% | - |
| XYZ | 7.21 | 3.79 | 19.09 | - |
| YUV | 52.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 123 | 0.35 | 0.80 | 0 | 0.52 | 273.94 | 0.67 | 0.29 |
| Hex | 50 | 18 | 7B | 23 | 50 | 0 | 34 | 112 | 43 | 1D |
| Octal | 120 | 30 | 173 | 43 | 120 | 0 | 64 | 422 | 103 | 35 |
| Binary | 1010000 | 11000 | 1111011 | 100011 | 1010000 | 0 | 110100 | 100010010 | 1000011 | 11101 |
Color Harmonies of #50187B
Complementary color
Monochromatic Colors of #50187B
Black with #50187B
Text Example
Text Example
White with #50187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50187B; }
p { color: rgb(80,24,123); }
H1.HeaderClassName
{
color: #50187B;
}
.AnyTagClassName
{
color: #50187B;
}
</style>
background-color css
<style>
a { background-color: #50187B; }
a { background-color: rgb(80,24,123); }
div.DivClassName
{
background-color: #50187B;
}
.BgClassName
{
background-color: #50187B;
}
</style>
border-color css
<style>
span { border-color: #50187B; }
span { border-color: rgb(80,24,123); }
td.TdClassName
{
border-color: #50187B;
}
.TagClassName
{
border-color: #50187B;
}
</style>