Shades of Indigo #500378
Tints of Indigo #500378
RGB
CMYK
RGB Variations
Color information
#500378 (or 0x500378) is known color: Indigo. HEX triplet: 50, 03 and 78. RGB value is (80,3,120). Sum of RGB (Red+Green+Blue) = 80+3+120=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #500378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500378 is #AFFC87. Grayscale: #262626. Windows color (decimal): -11533448 or 7865168. OLE color: 7865168.
HSL color Cylindrical-coordinate representation of color #500378: hue angle of 279.49º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500378 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 3 | 120 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.53 |
| HSL | 279.49º | 0.95% | 0.24% | - |
| HSV(B) | 279.49º | 0.98% | 0.47% | - |
| XYZ | 6.73 | 3.13 | 18.02 | - |
| YUV | 39.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 120 | 0.33 | 0.98 | 0 | 0.53 | 279.49 | 0.95 | 0.24 |
| Hex | 50 | 3 | 78 | 21 | 62 | 0 | 35 | 117 | 5F | 18 |
| Octal | 120 | 3 | 170 | 41 | 142 | 0 | 65 | 427 | 137 | 30 |
| Binary | 1010000 | 11 | 1111000 | 100001 | 1100010 | 0 | 110101 | 100010111 | 1011111 | 11000 |
Color Harmonies of #500378
Complementary color
Monochromatic Colors of #500378
Black with #500378
Text Example
Text Example
White with #500378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500378; }
p { color: rgb(80,3,120); }
H1.HeaderClassName
{
color: #500378;
}
.AnyTagClassName
{
color: #500378;
}
</style>
background-color css
<style>
a { background-color: #500378; }
a { background-color: rgb(80,3,120); }
div.DivClassName
{
background-color: #500378;
}
.BgClassName
{
background-color: #500378;
}
</style>
border-color css
<style>
span { border-color: #500378; }
span { border-color: rgb(80,3,120); }
td.TdClassName
{
border-color: #500378;
}
.TagClassName
{
border-color: #500378;
}
</style>