Shades of Indigo #500D94
Tints of Indigo #500D94
RGB
CMYK
RGB Variations
Color information
#500D94 (or 0x500D94) is known color: Indigo. HEX triplet: 50, 0D and 94. RGB value is (80,13,148). Sum of RGB (Red+Green+Blue) = 80+13+148=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #500D94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500D94 is #AFF26B. Grayscale: #2F2F2F. Windows color (decimal): -11530860 or 9702736. OLE color: 9702736.
HSL color Cylindrical-coordinate representation of color #500D94: hue angle of 269.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500D94 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 13 | 148 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.42 |
| HSL | 269.78º | 0.84% | 0.32% | - |
| HSV(B) | 269.78º | 0.91% | 0.58% | - |
| XYZ | 8.8 | 4.13 | 28.35 | - |
| YUV | 48.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 148 | 0.46 | 0.91 | 0 | 0.42 | 269.78 | 0.84 | 0.32 |
| Hex | 50 | D | 94 | 2E | 5B | 0 | 2A | 10E | 54 | 20 |
| Octal | 120 | 15 | 224 | 56 | 133 | 0 | 52 | 416 | 124 | 40 |
| Binary | 1010000 | 1101 | 10010100 | 101110 | 1011011 | 0 | 101010 | 100001110 | 1010100 | 100000 |
Color Harmonies of #500D94
Complementary color
Monochromatic Colors of #500D94
Black with #500D94
Text Example
Text Example
White with #500D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D94; }
p { color: rgb(80,13,148); }
H1.HeaderClassName
{
color: #500D94;
}
.AnyTagClassName
{
color: #500D94;
}
</style>
background-color css
<style>
a { background-color: #500D94; }
a { background-color: rgb(80,13,148); }
div.DivClassName
{
background-color: #500D94;
}
.BgClassName
{
background-color: #500D94;
}
</style>
border-color css
<style>
span { border-color: #500D94; }
span { border-color: rgb(80,13,148); }
td.TdClassName
{
border-color: #500D94;
}
.TagClassName
{
border-color: #500D94;
}
</style>