Shades of Indigo #50018A
Tints of Indigo #50018A
RGB
CMYK
RGB Variations
Color information
#50018A (or 0x50018A) is known color: Indigo. HEX triplet: 50, 01 and 8A. RGB value is (80,1,138). Sum of RGB (Red+Green+Blue) = 80+1+138=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #50018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50018A is #AFFE75. Grayscale: #272727. Windows color (decimal): -11533942 or 9044304. OLE color: 9044304.
HSL color Cylindrical-coordinate representation of color #50018A: hue angle of 274.6º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50018A is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 1 | 138 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.46 |
| HSL | 274.6º | 0.99% | 0.27% | - |
| HSV(B) | 274.6º | 0.99% | 0.54% | - |
| XYZ | 7.91 | 3.56 | 24.32 | - |
| YUV | 40.24 | 183.17 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 138 | 0.42 | 0.99 | 0 | 0.46 | 274.6 | 0.99 | 0.27 |
| Hex | 50 | 1 | 8A | 2A | 63 | 0 | 2E | 113 | 63 | 1B |
| Octal | 120 | 1 | 212 | 52 | 143 | 0 | 56 | 423 | 143 | 33 |
| Binary | 1010000 | 1 | 10001010 | 101010 | 1100011 | 0 | 101110 | 100010011 | 1100011 | 11011 |
Color Harmonies of #50018A
Complementary color
Monochromatic Colors of #50018A
Black with #50018A
Text Example
Text Example
White with #50018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50018A; }
p { color: rgb(80,1,138); }
H1.HeaderClassName
{
color: #50018A;
}
.AnyTagClassName
{
color: #50018A;
}
</style>
background-color css
<style>
a { background-color: #50018A; }
a { background-color: rgb(80,1,138); }
div.DivClassName
{
background-color: #50018A;
}
.BgClassName
{
background-color: #50018A;
}
</style>
border-color css
<style>
span { border-color: #50018A; }
span { border-color: rgb(80,1,138); }
td.TdClassName
{
border-color: #50018A;
}
.TagClassName
{
border-color: #50018A;
}
</style>