Shades of Indigo #50079C
Tints of Indigo #50079C
RGB
CMYK
RGB Variations
Color information
#50079C (or 0x50079C) is known color: Indigo. HEX triplet: 50, 07 and 9C. RGB value is (80,7,156). Sum of RGB (Red+Green+Blue) = 80+7+156=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #50079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50079C is #AFF863. Grayscale: #2D2D2D. Windows color (decimal): -11532388 or 10225488. OLE color: 10225488.
HSL color Cylindrical-coordinate representation of color #50079C: hue angle of 269.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50079C is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 7 | 156 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.39 |
| HSL | 269.4º | 0.91% | 0.32% | - |
| HSV(B) | 269.4º | 0.96% | 0.61% | - |
| XYZ | 9.38 | 4.26 | 31.78 | - |
| YUV | 45.81 | 190.18 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 156 | 0.49 | 0.96 | 0 | 0.39 | 269.4 | 0.91 | 0.32 |
| Hex | 50 | 7 | 9C | 31 | 60 | 0 | 27 | 10D | 5B | 20 |
| Octal | 120 | 7 | 234 | 61 | 140 | 0 | 47 | 415 | 133 | 40 |
| Binary | 1010000 | 111 | 10011100 | 110001 | 1100000 | 0 | 100111 | 100001101 | 1011011 | 100000 |
Color Harmonies of #50079C
Complementary color
Monochromatic Colors of #50079C
Black with #50079C
Text Example
Text Example
White with #50079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50079C; }
p { color: rgb(80,7,156); }
H1.HeaderClassName
{
color: #50079C;
}
.AnyTagClassName
{
color: #50079C;
}
</style>
background-color css
<style>
a { background-color: #50079C; }
a { background-color: rgb(80,7,156); }
div.DivClassName
{
background-color: #50079C;
}
.BgClassName
{
background-color: #50079C;
}
</style>
border-color css
<style>
span { border-color: #50079C; }
span { border-color: rgb(80,7,156); }
td.TdClassName
{
border-color: #50079C;
}
.TagClassName
{
border-color: #50079C;
}
</style>