Shades of Indigo #500972
Tints of Indigo #500972
RGB
CMYK
RGB Variations
Color information
#500972 (or 0x500972) is known color: Indigo. HEX triplet: 50, 09 and 72. RGB value is (80,9,114). Sum of RGB (Red+Green+Blue) = 80+9+114=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #500972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500972 is #AFF68D. Grayscale: #292929. Windows color (decimal): -11531918 or 7473488. OLE color: 7473488.
HSL color Cylindrical-coordinate representation of color #500972: hue angle of 280.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500972 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 9 | 114 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.55 |
| HSL | 280.57º | 0.85% | 0.24% | - |
| HSV(B) | 280.57º | 0.92% | 0.45% | - |
| XYZ | 6.44 | 3.12 | 16.18 | - |
| YUV | 42.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 114 | 0.30 | 0.92 | 0 | 0.55 | 280.57 | 0.85 | 0.24 |
| Hex | 50 | 9 | 72 | 1E | 5C | 0 | 37 | 119 | 55 | 18 |
| Octal | 120 | 11 | 162 | 36 | 134 | 0 | 67 | 431 | 125 | 30 |
| Binary | 1010000 | 1001 | 1110010 | 11110 | 1011100 | 0 | 110111 | 100011001 | 1010101 | 11000 |
Color Harmonies of #500972
Complementary color
Monochromatic Colors of #500972
Black with #500972
Text Example
Text Example
White with #500972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500972; }
p { color: rgb(80,9,114); }
H1.HeaderClassName
{
color: #500972;
}
.AnyTagClassName
{
color: #500972;
}
</style>
background-color css
<style>
a { background-color: #500972; }
a { background-color: rgb(80,9,114); }
div.DivClassName
{
background-color: #500972;
}
.BgClassName
{
background-color: #500972;
}
</style>
border-color css
<style>
span { border-color: #500972; }
span { border-color: rgb(80,9,114); }
td.TdClassName
{
border-color: #500972;
}
.TagClassName
{
border-color: #500972;
}
</style>