Shades of Indigo #5004AB
Tints of Indigo #5004AB
RGB
CMYK
RGB Variations
Color information
#5004AB (or 0x5004AB) is known color: Indigo. HEX triplet: 50, 04 and AB. RGB value is (80,4,171). Sum of RGB (Red+Green+Blue) = 80+4+171=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #5004AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5004AB is #AFFB54. Grayscale: #2D2D2D. Windows color (decimal): -11533141 or 11207760. OLE color: 11207760.
HSL color Cylindrical-coordinate representation of color #5004AB: hue angle of 267.31º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5004AB is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 4 | 171 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.33 |
| HSL | 267.31º | 0.95% | 0.34% | - |
| HSV(B) | 267.31º | 0.98% | 0.67% | - |
| XYZ | 10.7 | 4.73 | 38.88 | - |
| YUV | 45.76 | 198.68 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 171 | 0.53 | 0.98 | 0 | 0.33 | 267.31 | 0.95 | 0.34 |
| Hex | 50 | 4 | AB | 35 | 62 | 0 | 21 | 10B | 5F | 22 |
| Octal | 120 | 4 | 253 | 65 | 142 | 0 | 41 | 413 | 137 | 42 |
| Binary | 1010000 | 100 | 10101011 | 110101 | 1100010 | 0 | 100001 | 100001011 | 1011111 | 100010 |
Color Harmonies of #5004AB
Complementary color
Monochromatic Colors of #5004AB
Black with #5004AB
Text Example
Text Example
White with #5004AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5004AB; }
p { color: rgb(80,4,171); }
H1.HeaderClassName
{
color: #5004AB;
}
.AnyTagClassName
{
color: #5004AB;
}
</style>
background-color css
<style>
a { background-color: #5004AB; }
a { background-color: rgb(80,4,171); }
div.DivClassName
{
background-color: #5004AB;
}
.BgClassName
{
background-color: #5004AB;
}
</style>
border-color css
<style>
span { border-color: #5004AB; }
span { border-color: rgb(80,4,171); }
td.TdClassName
{
border-color: #5004AB;
}
.TagClassName
{
border-color: #5004AB;
}
</style>