Shades of Indigo #500772
Tints of Indigo #500772
RGB
CMYK
RGB Variations
Color information
#500772 (or 0x500772) is known color: Indigo. HEX triplet: 50, 07 and 72. RGB value is (80,7,114). Sum of RGB (Red+Green+Blue) = 80+7+114=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #500772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500772 is #AFF88D. Grayscale: #282828. Windows color (decimal): -11532430 or 7472976. OLE color: 7472976.
HSL color Cylindrical-coordinate representation of color #500772: hue angle of 280.93º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500772 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 7 | 114 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.55 |
| HSL | 280.93º | 0.88% | 0.24% | - |
| HSV(B) | 280.93º | 0.94% | 0.45% | - |
| XYZ | 6.42 | 3.07 | 16.17 | - |
| YUV | 41.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 114 | 0.30 | 0.94 | 0 | 0.55 | 280.93 | 0.88 | 0.24 |
| Hex | 50 | 7 | 72 | 1E | 5E | 0 | 37 | 119 | 58 | 18 |
| Octal | 120 | 7 | 162 | 36 | 136 | 0 | 67 | 431 | 130 | 30 |
| Binary | 1010000 | 111 | 1110010 | 11110 | 1011110 | 0 | 110111 | 100011001 | 1011000 | 11000 |
Color Harmonies of #500772
Complementary color
Monochromatic Colors of #500772
Black with #500772
Text Example
Text Example
White with #500772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500772; }
p { color: rgb(80,7,114); }
H1.HeaderClassName
{
color: #500772;
}
.AnyTagClassName
{
color: #500772;
}
</style>
background-color css
<style>
a { background-color: #500772; }
a { background-color: rgb(80,7,114); }
div.DivClassName
{
background-color: #500772;
}
.BgClassName
{
background-color: #500772;
}
</style>
border-color css
<style>
span { border-color: #500772; }
span { border-color: rgb(80,7,114); }
td.TdClassName
{
border-color: #500772;
}
.TagClassName
{
border-color: #500772;
}
</style>