Shades of Indigo #50079F
Tints of Indigo #50079F
RGB
CMYK
RGB Variations
Color information
#50079F (or 0x50079F) is known color: Indigo. HEX triplet: 50, 07 and 9F. RGB value is (80,7,159). Sum of RGB (Red+Green+Blue) = 80+7+159=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #50079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50079F is #AFF860. Grayscale: #2D2D2D. Windows color (decimal): -11532385 or 10422096. OLE color: 10422096.
HSL color Cylindrical-coordinate representation of color #50079F: hue angle of 268.82º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50079F is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 7 | 159 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.38 |
| HSL | 268.82º | 0.92% | 0.33% | - |
| HSV(B) | 268.82º | 0.96% | 0.62% | - |
| XYZ | 9.64 | 4.36 | 33.13 | - |
| YUV | 46.16 | 191.68 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 159 | 0.50 | 0.96 | 0 | 0.38 | 268.82 | 0.92 | 0.33 |
| Hex | 50 | 7 | 9F | 32 | 60 | 0 | 26 | 10D | 5C | 21 |
| Octal | 120 | 7 | 237 | 62 | 140 | 0 | 46 | 415 | 134 | 41 |
| Binary | 1010000 | 111 | 10011111 | 110010 | 1100000 | 0 | 100110 | 100001101 | 1011100 | 100001 |
Color Harmonies of #50079F
Complementary color
Monochromatic Colors of #50079F
Black with #50079F
Text Example
Text Example
White with #50079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50079F; }
p { color: rgb(80,7,159); }
H1.HeaderClassName
{
color: #50079F;
}
.AnyTagClassName
{
color: #50079F;
}
</style>
background-color css
<style>
a { background-color: #50079F; }
a { background-color: rgb(80,7,159); }
div.DivClassName
{
background-color: #50079F;
}
.BgClassName
{
background-color: #50079F;
}
</style>
border-color css
<style>
span { border-color: #50079F; }
span { border-color: rgb(80,7,159); }
td.TdClassName
{
border-color: #50079F;
}
.TagClassName
{
border-color: #50079F;
}
</style>