Shades of Indigo #5008AA
Tints of Indigo #5008AA
RGB
CMYK
RGB Variations
Color information
#5008AA (or 0x5008AA) is known color: Indigo. HEX triplet: 50, 08 and AA. RGB value is (80,8,170). Sum of RGB (Red+Green+Blue) = 80+8+170=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #5008AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5008AA is #AFF755. Grayscale: #2F2F2F. Windows color (decimal): -11532118 or 11143248. OLE color: 11143248.
HSL color Cylindrical-coordinate representation of color #5008AA: hue angle of 266.67º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5008AA is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 8 | 170 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.33 |
| HSL | 266.67º | 0.91% | 0.35% | - |
| HSV(B) | 266.67º | 0.95% | 0.67% | - |
| XYZ | 10.65 | 4.78 | 38.39 | - |
| YUV | 48 | 196.85 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 170 | 0.53 | 0.95 | 0 | 0.33 | 266.67 | 0.91 | 0.35 |
| Hex | 50 | 8 | AA | 35 | 5F | 0 | 21 | 10B | 5B | 23 |
| Octal | 120 | 10 | 252 | 65 | 137 | 0 | 41 | 413 | 133 | 43 |
| Binary | 1010000 | 1000 | 10101010 | 110101 | 1011111 | 0 | 100001 | 100001011 | 1011011 | 100011 |
Color Harmonies of #5008AA
Complementary color
Monochromatic Colors of #5008AA
Black with #5008AA
Text Example
Text Example
White with #5008AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5008AA; }
p { color: rgb(80,8,170); }
H1.HeaderClassName
{
color: #5008AA;
}
.AnyTagClassName
{
color: #5008AA;
}
</style>
background-color css
<style>
a { background-color: #5008AA; }
a { background-color: rgb(80,8,170); }
div.DivClassName
{
background-color: #5008AA;
}
.BgClassName
{
background-color: #5008AA;
}
</style>
border-color css
<style>
span { border-color: #5008AA; }
span { border-color: rgb(80,8,170); }
td.TdClassName
{
border-color: #5008AA;
}
.TagClassName
{
border-color: #5008AA;
}
</style>