Shades of Indigo #5000AD
Tints of Indigo #5000AD
RGB
CMYK
RGB Variations
Color information
#5000AD (or 0x5000AD) is known color: Indigo. HEX triplet: 50, 00 and AD. RGB value is (80,0,173). Sum of RGB (Red+Green+Blue) = 80+0+173=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #5000AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5000AD is #AFFF52. Grayscale: #2B2B2B. Windows color (decimal): -11534163 or 11337808. OLE color: 11337808.
HSL color Cylindrical-coordinate representation of color #5000AD: hue angle of 267.75º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000AD is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 0 | 173 | - |
| CMYK | 0.54 | 1 | 0 | 0.32 |
| HSL | 267.75º | 1% | 0.34% | - |
| HSV(B) | 267.75º | 1% | 0.68% | - |
| XYZ | 10.85 | 4.72 | 39.87 | - |
| YUV | 43.64 | 201 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 173 | 0.54 | 1 | 0 | 0.32 | 267.75 | 1 | 0.34 |
| Hex | 50 | 0 | AD | 36 | 64 | 0 | 20 | 10C | 64 | 22 |
| Octal | 120 | 0 | 255 | 66 | 144 | 0 | 40 | 414 | 144 | 42 |
| Binary | 1010000 | 0 | 10101101 | 110110 | 1100100 | 0 | 100000 | 100001100 | 1100100 | 100010 |
Color Harmonies of #5000AD
Complementary color
Monochromatic Colors of #5000AD
Black with #5000AD
Text Example
Text Example
White with #5000AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5000AD; }
p { color: rgb(80,0,173); }
H1.HeaderClassName
{
color: #5000AD;
}
.AnyTagClassName
{
color: #5000AD;
}
</style>
background-color css
<style>
a { background-color: #5000AD; }
a { background-color: rgb(80,0,173); }
div.DivClassName
{
background-color: #5000AD;
}
.BgClassName
{
background-color: #5000AD;
}
</style>
border-color css
<style>
span { border-color: #5000AD; }
span { border-color: rgb(80,0,173); }
td.TdClassName
{
border-color: #5000AD;
}
.TagClassName
{
border-color: #5000AD;
}
</style>