Shades of Indigo #50057B
Tints of Indigo #50057B
RGB
CMYK
RGB Variations
Color information
#50057B (or 0x50057B) is known color: Indigo. HEX triplet: 50, 05 and 7B. RGB value is (80,5,123). Sum of RGB (Red+Green+Blue) = 80+5+123=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #50057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50057B is #AFFA84. Grayscale: #282828. Windows color (decimal): -11532933 or 8062288. OLE color: 8062288.
HSL color Cylindrical-coordinate representation of color #50057B: hue angle of 278.14º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50057B is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 5 | 123 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.52 |
| HSL | 278.14º | 0.92% | 0.25% | - |
| HSV(B) | 278.14º | 0.96% | 0.48% | - |
| XYZ | 6.94 | 3.24 | 19 | - |
| YUV | 40.88 | 174.35 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 123 | 0.35 | 0.96 | 0 | 0.52 | 278.14 | 0.92 | 0.25 |
| Hex | 50 | 5 | 7B | 23 | 60 | 0 | 34 | 116 | 5C | 19 |
| Octal | 120 | 5 | 173 | 43 | 140 | 0 | 64 | 426 | 134 | 31 |
| Binary | 1010000 | 101 | 1111011 | 100011 | 1100000 | 0 | 110100 | 100010110 | 1011100 | 11001 |
Color Harmonies of #50057B
Complementary color
Monochromatic Colors of #50057B
Black with #50057B
Text Example
Text Example
White with #50057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50057B; }
p { color: rgb(80,5,123); }
H1.HeaderClassName
{
color: #50057B;
}
.AnyTagClassName
{
color: #50057B;
}
</style>
background-color css
<style>
a { background-color: #50057B; }
a { background-color: rgb(80,5,123); }
div.DivClassName
{
background-color: #50057B;
}
.BgClassName
{
background-color: #50057B;
}
</style>
border-color css
<style>
span { border-color: #50057B; }
span { border-color: rgb(80,5,123); }
td.TdClassName
{
border-color: #50057B;
}
.TagClassName
{
border-color: #50057B;
}
</style>