Shades of Indigo #5007AB
Tints of Indigo #5007AB
RGB
CMYK
RGB Variations
Color information
#5007AB (or 0x5007AB) is known color: Indigo. HEX triplet: 50, 07 and AB. RGB value is (80,7,171). Sum of RGB (Red+Green+Blue) = 80+7+171=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #5007AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5007AB is #AFF854. Grayscale: #2E2E2E. Windows color (decimal): -11532373 or 11208528. OLE color: 11208528.
HSL color Cylindrical-coordinate representation of color #5007AB: hue angle of 266.71º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5007AB is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 7 | 171 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.33 |
| HSL | 266.71º | 0.92% | 0.35% | - |
| HSV(B) | 266.71º | 0.96% | 0.67% | - |
| XYZ | 10.73 | 4.8 | 38.89 | - |
| YUV | 47.52 | 197.68 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 171 | 0.53 | 0.96 | 0 | 0.33 | 266.71 | 0.92 | 0.35 |
| Hex | 50 | 7 | AB | 35 | 60 | 0 | 21 | 10B | 5C | 23 |
| Octal | 120 | 7 | 253 | 65 | 140 | 0 | 41 | 413 | 134 | 43 |
| Binary | 1010000 | 111 | 10101011 | 110101 | 1100000 | 0 | 100001 | 100001011 | 1011100 | 100011 |
Color Harmonies of #5007AB
Complementary color
Monochromatic Colors of #5007AB
Black with #5007AB
Text Example
Text Example
White with #5007AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5007AB; }
p { color: rgb(80,7,171); }
H1.HeaderClassName
{
color: #5007AB;
}
.AnyTagClassName
{
color: #5007AB;
}
</style>
background-color css
<style>
a { background-color: #5007AB; }
a { background-color: rgb(80,7,171); }
div.DivClassName
{
background-color: #5007AB;
}
.BgClassName
{
background-color: #5007AB;
}
</style>
border-color css
<style>
span { border-color: #5007AB; }
span { border-color: rgb(80,7,171); }
td.TdClassName
{
border-color: #5007AB;
}
.TagClassName
{
border-color: #5007AB;
}
</style>