Shades of Indigo #500391
Tints of Indigo #500391
RGB
CMYK
RGB Variations
Color information
#500391 (or 0x500391) is known color: Indigo. HEX triplet: 50, 03 and 91. RGB value is (80,3,145). Sum of RGB (Red+Green+Blue) = 80+3+145=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #500391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500391 is #AFFC6E. Grayscale: #292929. Windows color (decimal): -11533423 or 9503568. OLE color: 9503568.
HSL color Cylindrical-coordinate representation of color #500391: hue angle of 272.54º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500391 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 3 | 145 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.43 |
| HSL | 272.54º | 0.96% | 0.29% | - |
| HSV(B) | 272.54º | 0.98% | 0.57% | - |
| XYZ | 8.45 | 3.81 | 27.08 | - |
| YUV | 42.21 | 186.01 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 145 | 0.45 | 0.98 | 0 | 0.43 | 272.54 | 0.96 | 0.29 |
| Hex | 50 | 3 | 91 | 2D | 62 | 0 | 2B | 111 | 60 | 1D |
| Octal | 120 | 3 | 221 | 55 | 142 | 0 | 53 | 421 | 140 | 35 |
| Binary | 1010000 | 11 | 10010001 | 101101 | 1100010 | 0 | 101011 | 100010001 | 1100000 | 11101 |
Color Harmonies of #500391
Complementary color
Monochromatic Colors of #500391
Black with #500391
Text Example
Text Example
White with #500391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500391; }
p { color: rgb(80,3,145); }
H1.HeaderClassName
{
color: #500391;
}
.AnyTagClassName
{
color: #500391;
}
</style>
background-color css
<style>
a { background-color: #500391; }
a { background-color: rgb(80,3,145); }
div.DivClassName
{
background-color: #500391;
}
.BgClassName
{
background-color: #500391;
}
</style>
border-color css
<style>
span { border-color: #500391; }
span { border-color: rgb(80,3,145); }
td.TdClassName
{
border-color: #500391;
}
.TagClassName
{
border-color: #500391;
}
</style>