Shades of Indigo #50008B
Tints of Indigo #50008B
RGB
CMYK
RGB Variations
Color information
#50008B (or 0x50008B) is known color: Indigo. HEX triplet: 50, 00 and 8B. RGB value is (80,0,139). Sum of RGB (Red+Green+Blue) = 80+0+139=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #50008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50008B is #AFFF74. Grayscale: #272727. Windows color (decimal): -11534197 or 9109584. OLE color: 9109584.
HSL color Cylindrical-coordinate representation of color #50008B: hue angle of 274.53º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50008B is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 0 | 139 | - |
| CMYK | 0.42 | 1 | 0 | 0.45 |
| HSL | 274.53º | 1% | 0.27% | - |
| HSV(B) | 274.53º | 1% | 0.55% | - |
| XYZ | 7.97 | 3.57 | 24.7 | - |
| YUV | 39.77 | 184 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 139 | 0.42 | 1 | 0 | 0.45 | 274.53 | 1 | 0.27 |
| Hex | 50 | 0 | 8B | 2A | 64 | 0 | 2D | 113 | 64 | 1B |
| Octal | 120 | 0 | 213 | 52 | 144 | 0 | 55 | 423 | 144 | 33 |
| Binary | 1010000 | 0 | 10001011 | 101010 | 1100100 | 0 | 101101 | 100010011 | 1100100 | 11011 |
Color Harmonies of #50008B
Complementary color
Monochromatic Colors of #50008B
Black with #50008B
Text Example
Text Example
White with #50008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50008B; }
p { color: rgb(80,0,139); }
H1.HeaderClassName
{
color: #50008B;
}
.AnyTagClassName
{
color: #50008B;
}
</style>
background-color css
<style>
a { background-color: #50008B; }
a { background-color: rgb(80,0,139); }
div.DivClassName
{
background-color: #50008B;
}
.BgClassName
{
background-color: #50008B;
}
</style>
border-color css
<style>
span { border-color: #50008B; }
span { border-color: rgb(80,0,139); }
td.TdClassName
{
border-color: #50008B;
}
.TagClassName
{
border-color: #50008B;
}
</style>