Shades of Indigo #5000A0
Tints of Indigo #5000A0
RGB
CMYK
RGB Variations
Color information
#5000A0 (or 0x5000A0) is known color: Indigo. HEX triplet: 50, 00 and A0. RGB value is (80,0,160). Sum of RGB (Red+Green+Blue) = 80+0+160=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 160 (62.89% from 255 or 66.67% from 240); Max value from RGB is 160 - color contains mainly: blue. Hex color #5000A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5000A0 is #AFFF5F. Grayscale: #292929. Windows color (decimal): -11534176 or 10485840. OLE color: 10485840.
HSL color Cylindrical-coordinate representation of color #5000A0: hue angle of 270º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000A0 is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 0 | 160 | - |
| CMYK | 0.5 | 1 | 0 | 0.37 |
| HSL | 270º | 1% | 0.31% | - |
| HSV(B) | 270º | 1% | 0.63% | - |
| XYZ | 9.65 | 4.24 | 33.57 | - |
| YUV | 42.16 | 194.5 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 160 | 0.5 | 1 | 0 | 0.37 | 270 | 1 | 0.31 |
| Hex | 50 | 0 | A0 | 32 | 64 | 0 | 25 | 10E | 64 | 1F |
| Octal | 120 | 0 | 240 | 62 | 144 | 0 | 45 | 416 | 144 | 37 |
| Binary | 1010000 | 0 | 10100000 | 110010 | 1100100 | 0 | 100101 | 100001110 | 1100100 | 11111 |
Color Harmonies of #5000A0
Complementary color
Monochromatic Colors of #5000A0
Black with #5000A0
Text Example
Text Example
White with #5000A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5000A0; }
p { color: rgb(80,0,160); }
H1.HeaderClassName
{
color: #5000A0;
}
.AnyTagClassName
{
color: #5000A0;
}
</style>
background-color css
<style>
a { background-color: #5000A0; }
a { background-color: rgb(80,0,160); }
div.DivClassName
{
background-color: #5000A0;
}
.BgClassName
{
background-color: #5000A0;
}
</style>
border-color css
<style>
span { border-color: #5000A0; }
span { border-color: rgb(80,0,160); }
td.TdClassName
{
border-color: #5000A0;
}
.TagClassName
{
border-color: #5000A0;
}
</style>