Shades of Indigo #500F94
Tints of Indigo #500F94
RGB
CMYK
RGB Variations
Color information
#500F94 (or 0x500F94) is known color: Indigo. HEX triplet: 50, 0F and 94. RGB value is (80,15,148). Sum of RGB (Red+Green+Blue) = 80+15+148=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #500F94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500F94 is #AFF06B. Grayscale: #313131. Windows color (decimal): -11530348 or 9703248. OLE color: 9703248.
HSL color Cylindrical-coordinate representation of color #500F94: hue angle of 269.32º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500F94 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 15 | 148 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.42 |
| HSL | 269.32º | 0.82% | 0.32% | - |
| HSV(B) | 269.32º | 0.9% | 0.58% | - |
| XYZ | 8.82 | 4.19 | 28.36 | - |
| YUV | 49.6 | 183.53 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 148 | 0.46 | 0.90 | 0 | 0.42 | 269.32 | 0.82 | 0.32 |
| Hex | 50 | F | 94 | 2E | 5A | 0 | 2A | 10D | 52 | 20 |
| Octal | 120 | 17 | 224 | 56 | 132 | 0 | 52 | 415 | 122 | 40 |
| Binary | 1010000 | 1111 | 10010100 | 101110 | 1011010 | 0 | 101010 | 100001101 | 1010010 | 100000 |
Color Harmonies of #500F94
Complementary color
Monochromatic Colors of #500F94
Black with #500F94
Text Example
Text Example
White with #500F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F94; }
p { color: rgb(80,15,148); }
H1.HeaderClassName
{
color: #500F94;
}
.AnyTagClassName
{
color: #500F94;
}
</style>
background-color css
<style>
a { background-color: #500F94; }
a { background-color: rgb(80,15,148); }
div.DivClassName
{
background-color: #500F94;
}
.BgClassName
{
background-color: #500F94;
}
</style>
border-color css
<style>
span { border-color: #500F94; }
span { border-color: rgb(80,15,148); }
td.TdClassName
{
border-color: #500F94;
}
.TagClassName
{
border-color: #500F94;
}
</style>