Shades of Indigo #50028B
Tints of Indigo #50028B
RGB
CMYK
RGB Variations
Color information
#50028B (or 0x50028B) is known color: Indigo. HEX triplet: 50, 02 and 8B. RGB value is (80,2,139). Sum of RGB (Red+Green+Blue) = 80+2+139=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #50028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50028B is #AFFD74. Grayscale: #282828. Windows color (decimal): -11533685 or 9110096. OLE color: 9110096.
HSL color Cylindrical-coordinate representation of color #50028B: hue angle of 274.16º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50028B is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 2 | 139 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.45 |
| HSL | 274.16º | 0.97% | 0.28% | - |
| HSV(B) | 274.16º | 0.99% | 0.55% | - |
| XYZ | 7.99 | 3.61 | 24.7 | - |
| YUV | 40.94 | 183.34 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 139 | 0.42 | 0.99 | 0 | 0.45 | 274.16 | 0.97 | 0.28 |
| Hex | 50 | 2 | 8B | 2A | 63 | 0 | 2D | 112 | 61 | 1C |
| Octal | 120 | 2 | 213 | 52 | 143 | 0 | 55 | 422 | 141 | 34 |
| Binary | 1010000 | 10 | 10001011 | 101010 | 1100011 | 0 | 101101 | 100010010 | 1100001 | 11100 |
Color Harmonies of #50028B
Complementary color
Monochromatic Colors of #50028B
Black with #50028B
Text Example
Text Example
White with #50028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50028B; }
p { color: rgb(80,2,139); }
H1.HeaderClassName
{
color: #50028B;
}
.AnyTagClassName
{
color: #50028B;
}
</style>
background-color css
<style>
a { background-color: #50028B; }
a { background-color: rgb(80,2,139); }
div.DivClassName
{
background-color: #50028B;
}
.BgClassName
{
background-color: #50028B;
}
</style>
border-color css
<style>
span { border-color: #50028B; }
span { border-color: rgb(80,2,139); }
td.TdClassName
{
border-color: #50028B;
}
.TagClassName
{
border-color: #50028B;
}
</style>