Shades of Indigo #500394
Tints of Indigo #500394
RGB
CMYK
RGB Variations
Color information
#500394 (or 0x500394) is known color: Indigo. HEX triplet: 50, 03 and 94. RGB value is (80,3,148). Sum of RGB (Red+Green+Blue) = 80+3+148=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #500394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500394 is #AFFC6B. Grayscale: #2A2A2A. Windows color (decimal): -11533420 or 9700176. OLE color: 9700176.
HSL color Cylindrical-coordinate representation of color #500394: hue angle of 271.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500394 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 3 | 148 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.42 |
| HSL | 271.86º | 0.96% | 0.3% | - |
| HSV(B) | 271.86º | 0.98% | 0.58% | - |
| XYZ | 8.69 | 3.91 | 28.31 | - |
| YUV | 42.55 | 187.51 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 148 | 0.46 | 0.98 | 0 | 0.42 | 271.86 | 0.96 | 0.3 |
| Hex | 50 | 3 | 94 | 2E | 62 | 0 | 2A | 110 | 60 | 1E |
| Octal | 120 | 3 | 224 | 56 | 142 | 0 | 52 | 420 | 140 | 36 |
| Binary | 1010000 | 11 | 10010100 | 101110 | 1100010 | 0 | 101010 | 100010000 | 1100000 | 11110 |
Color Harmonies of #500394
Complementary color
Monochromatic Colors of #500394
Black with #500394
Text Example
Text Example
White with #500394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500394; }
p { color: rgb(80,3,148); }
H1.HeaderClassName
{
color: #500394;
}
.AnyTagClassName
{
color: #500394;
}
</style>
background-color css
<style>
a { background-color: #500394; }
a { background-color: rgb(80,3,148); }
div.DivClassName
{
background-color: #500394;
}
.BgClassName
{
background-color: #500394;
}
</style>
border-color css
<style>
span { border-color: #500394; }
span { border-color: rgb(80,3,148); }
td.TdClassName
{
border-color: #500394;
}
.TagClassName
{
border-color: #500394;
}
</style>