Shades of Indigo #5006AE
Tints of Indigo #5006AE
RGB
CMYK
RGB Variations
Color information
#5006AE (or 0x5006AE) is known color: Indigo. HEX triplet: 50, 06 and AE. RGB value is (80,6,174). Sum of RGB (Red+Green+Blue) = 80+6+174=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #5006AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5006AE is #AFF951. Grayscale: #2E2E2E. Windows color (decimal): -11532626 or 11404880. OLE color: 11404880.
HSL color Cylindrical-coordinate representation of color #5006AE: hue angle of 266.43º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5006AE is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 6 | 174 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.32 |
| HSL | 266.43º | 0.93% | 0.35% | - |
| HSV(B) | 266.43º | 0.97% | 0.68% | - |
| XYZ | 11.01 | 4.89 | 40.41 | - |
| YUV | 47.28 | 199.52 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 174 | 0.54 | 0.97 | 0 | 0.32 | 266.43 | 0.93 | 0.35 |
| Hex | 50 | 6 | AE | 36 | 61 | 0 | 20 | 10A | 5D | 23 |
| Octal | 120 | 6 | 256 | 66 | 141 | 0 | 40 | 412 | 135 | 43 |
| Binary | 1010000 | 110 | 10101110 | 110110 | 1100001 | 0 | 100000 | 100001010 | 1011101 | 100011 |
Color Harmonies of #5006AE
Complementary color
Monochromatic Colors of #5006AE
Black with #5006AE
Text Example
Text Example
White with #5006AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5006AE; }
p { color: rgb(80,6,174); }
H1.HeaderClassName
{
color: #5006AE;
}
.AnyTagClassName
{
color: #5006AE;
}
</style>
background-color css
<style>
a { background-color: #5006AE; }
a { background-color: rgb(80,6,174); }
div.DivClassName
{
background-color: #5006AE;
}
.BgClassName
{
background-color: #5006AE;
}
</style>
border-color css
<style>
span { border-color: #5006AE; }
span { border-color: rgb(80,6,174); }
td.TdClassName
{
border-color: #5006AE;
}
.TagClassName
{
border-color: #5006AE;
}
</style>