Shades of Indigo #50067E
Tints of Indigo #50067E
RGB
CMYK
RGB Variations
Color information
#50067E (or 0x50067E) is known color: Indigo. HEX triplet: 50, 06 and 7E. RGB value is (80,6,126). Sum of RGB (Red+Green+Blue) = 80+6+126=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #50067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50067E is #AFF981. Grayscale: #292929. Windows color (decimal): -11532674 or 8259152. OLE color: 8259152.
HSL color Cylindrical-coordinate representation of color #50067E: hue angle of 277º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50067E is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 6 | 126 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.51 |
| HSL | 277º | 0.91% | 0.26% | - |
| HSV(B) | 277º | 0.95% | 0.49% | - |
| XYZ | 7.14 | 3.34 | 20.01 | - |
| YUV | 41.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 126 | 0.37 | 0.95 | 0 | 0.51 | 277 | 0.91 | 0.26 |
| Hex | 50 | 6 | 7E | 25 | 5F | 0 | 33 | 115 | 5B | 1A |
| Octal | 120 | 6 | 176 | 45 | 137 | 0 | 63 | 425 | 133 | 32 |
| Binary | 1010000 | 110 | 1111110 | 100101 | 1011111 | 0 | 110011 | 100010101 | 1011011 | 11010 |
Color Harmonies of #50067E
Complementary color
Monochromatic Colors of #50067E
Black with #50067E
Text Example
Text Example
White with #50067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50067E; }
p { color: rgb(80,6,126); }
H1.HeaderClassName
{
color: #50067E;
}
.AnyTagClassName
{
color: #50067E;
}
</style>
background-color css
<style>
a { background-color: #50067E; }
a { background-color: rgb(80,6,126); }
div.DivClassName
{
background-color: #50067E;
}
.BgClassName
{
background-color: #50067E;
}
</style>
border-color css
<style>
span { border-color: #50067E; }
span { border-color: rgb(80,6,126); }
td.TdClassName
{
border-color: #50067E;
}
.TagClassName
{
border-color: #50067E;
}
</style>