Shades of Indigo #500381
Tints of Indigo #500381
RGB
CMYK
RGB Variations
Color information
#500381 (or 0x500381) is known color: Indigo. HEX triplet: 50, 03 and 81. RGB value is (80,3,129). Sum of RGB (Red+Green+Blue) = 80+3+129=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #500381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500381 is #AFFC7E. Grayscale: #272727. Windows color (decimal): -11533439 or 8454992. OLE color: 8454992.
HSL color Cylindrical-coordinate representation of color #500381: hue angle of 276.67º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500381 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 3 | 129 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.49 |
| HSL | 276.67º | 0.95% | 0.26% | - |
| HSV(B) | 276.67º | 0.98% | 0.51% | - |
| XYZ | 7.3 | 3.36 | 21.03 | - |
| YUV | 40.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 129 | 0.38 | 0.98 | 0 | 0.49 | 276.67 | 0.95 | 0.26 |
| Hex | 50 | 3 | 81 | 26 | 62 | 0 | 31 | 115 | 5F | 1A |
| Octal | 120 | 3 | 201 | 46 | 142 | 0 | 61 | 425 | 137 | 32 |
| Binary | 1010000 | 11 | 10000001 | 100110 | 1100010 | 0 | 110001 | 100010101 | 1011111 | 11010 |
Color Harmonies of #500381
Complementary color
Monochromatic Colors of #500381
Black with #500381
Text Example
Text Example
White with #500381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500381; }
p { color: rgb(80,3,129); }
H1.HeaderClassName
{
color: #500381;
}
.AnyTagClassName
{
color: #500381;
}
</style>
background-color css
<style>
a { background-color: #500381; }
a { background-color: rgb(80,3,129); }
div.DivClassName
{
background-color: #500381;
}
.BgClassName
{
background-color: #500381;
}
</style>
border-color css
<style>
span { border-color: #500381; }
span { border-color: rgb(80,3,129); }
td.TdClassName
{
border-color: #500381;
}
.TagClassName
{
border-color: #500381;
}
</style>