Shades of Indigo #50056B
Tints of Indigo #50056B
RGB
CMYK
RGB Variations
Color information
#50056B (or 0x50056B) is known color: Indigo. HEX triplet: 50, 05 and 6B. RGB value is (80,5,107). Sum of RGB (Red+Green+Blue) = 80+5+107=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #50056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50056B is #AFFA94. Grayscale: #262626. Windows color (decimal): -11532949 or 7013712. OLE color: 7013712.
HSL color Cylindrical-coordinate representation of color #50056B: hue angle of 284.12º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50056B is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 5 | 107 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.58 |
| HSL | 284.12º | 0.91% | 0.22% | - |
| HSV(B) | 284.12º | 0.95% | 0.42% | - |
| XYZ | 6.02 | 2.88 | 14.15 | - |
| YUV | 39.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 107 | 0.25 | 0.95 | 0 | 0.58 | 284.12 | 0.91 | 0.22 |
| Hex | 50 | 5 | 6B | 19 | 5F | 0 | 3A | 11C | 5B | 16 |
| Octal | 120 | 5 | 153 | 31 | 137 | 0 | 72 | 434 | 133 | 26 |
| Binary | 1010000 | 101 | 1101011 | 11001 | 1011111 | 0 | 111010 | 100011100 | 1011011 | 10110 |
Color Harmonies of #50056B
Complementary color
Monochromatic Colors of #50056B
Black with #50056B
Text Example
Text Example
White with #50056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50056B; }
p { color: rgb(80,5,107); }
H1.HeaderClassName
{
color: #50056B;
}
.AnyTagClassName
{
color: #50056B;
}
</style>
background-color css
<style>
a { background-color: #50056B; }
a { background-color: rgb(80,5,107); }
div.DivClassName
{
background-color: #50056B;
}
.BgClassName
{
background-color: #50056B;
}
</style>
border-color css
<style>
span { border-color: #50056B; }
span { border-color: rgb(80,5,107); }
td.TdClassName
{
border-color: #50056B;
}
.TagClassName
{
border-color: #50056B;
}
</style>