Shades of Indigo #500DAA
Tints of Indigo #500DAA
RGB
CMYK
RGB Variations
Color information
#500DAA (or 0x500DAA) is known color: Indigo. HEX triplet: 50, 0D and AA. RGB value is (80,13,170). Sum of RGB (Red+Green+Blue) = 80+13+170=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #500DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500DAA is #AFF255. Grayscale: #323232. Windows color (decimal): -11530838 or 11144528. OLE color: 11144528.
HSL color Cylindrical-coordinate representation of color #500DAA: hue angle of 265.61º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500DAA is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 13 | 170 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.33 |
| HSL | 265.61º | 0.86% | 0.36% | - |
| HSV(B) | 265.61º | 0.92% | 0.67% | - |
| XYZ | 10.71 | 4.9 | 38.41 | - |
| YUV | 50.93 | 195.2 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 170 | 0.53 | 0.92 | 0 | 0.33 | 265.61 | 0.86 | 0.36 |
| Hex | 50 | D | AA | 35 | 5C | 0 | 21 | 10A | 56 | 24 |
| Octal | 120 | 15 | 252 | 65 | 134 | 0 | 41 | 412 | 126 | 44 |
| Binary | 1010000 | 1101 | 10101010 | 110101 | 1011100 | 0 | 100001 | 100001010 | 1010110 | 100100 |
Color Harmonies of #500DAA
Complementary color
Monochromatic Colors of #500DAA
Black with #500DAA
Text Example
Text Example
White with #500DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DAA; }
p { color: rgb(80,13,170); }
H1.HeaderClassName
{
color: #500DAA;
}
.AnyTagClassName
{
color: #500DAA;
}
</style>
background-color css
<style>
a { background-color: #500DAA; }
a { background-color: rgb(80,13,170); }
div.DivClassName
{
background-color: #500DAA;
}
.BgClassName
{
background-color: #500DAA;
}
</style>
border-color css
<style>
span { border-color: #500DAA; }
span { border-color: rgb(80,13,170); }
td.TdClassName
{
border-color: #500DAA;
}
.TagClassName
{
border-color: #500DAA;
}
</style>