Shades of Indigo #5000AA
Tints of Indigo #5000AA
RGB
CMYK
RGB Variations
Color information
#5000AA (or 0x5000AA) is known color: Indigo. HEX triplet: 50, 00 and AA. RGB value is (80,0,170). Sum of RGB (Red+Green+Blue) = 80+0+170=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #5000AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5000AA is #AFFF55. Grayscale: #2A2A2A. Windows color (decimal): -11534166 or 11141200. OLE color: 11141200.
HSL color Cylindrical-coordinate representation of color #5000AA: hue angle of 268.24º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000AA is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 0 | 170 | - |
| CMYK | 0.53 | 1 | 0 | 0.33 |
| HSL | 268.24º | 1% | 0.33% | - |
| HSV(B) | 268.24º | 1% | 0.67% | - |
| XYZ | 10.56 | 4.61 | 38.36 | - |
| YUV | 43.3 | 199.5 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 170 | 0.53 | 1 | 0 | 0.33 | 268.24 | 1 | 0.33 |
| Hex | 50 | 0 | AA | 35 | 64 | 0 | 21 | 10C | 64 | 21 |
| Octal | 120 | 0 | 252 | 65 | 144 | 0 | 41 | 414 | 144 | 41 |
| Binary | 1010000 | 0 | 10101010 | 110101 | 1100100 | 0 | 100001 | 100001100 | 1100100 | 100001 |
Color Harmonies of #5000AA
Complementary color
Monochromatic Colors of #5000AA
Black with #5000AA
Text Example
Text Example
White with #5000AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5000AA; }
p { color: rgb(80,0,170); }
H1.HeaderClassName
{
color: #5000AA;
}
.AnyTagClassName
{
color: #5000AA;
}
</style>
background-color css
<style>
a { background-color: #5000AA; }
a { background-color: rgb(80,0,170); }
div.DivClassName
{
background-color: #5000AA;
}
.BgClassName
{
background-color: #5000AA;
}
</style>
border-color css
<style>
span { border-color: #5000AA; }
span { border-color: rgb(80,0,170); }
td.TdClassName
{
border-color: #5000AA;
}
.TagClassName
{
border-color: #5000AA;
}
</style>