Shades of Indigo #500FA5
Tints of Indigo #500FA5
RGB
CMYK
RGB Variations
Color information
#500FA5 (or 0x500FA5) is known color: Indigo. HEX triplet: 50, 0F and A5. RGB value is (80,15,165). Sum of RGB (Red+Green+Blue) = 80+15+165=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 165 (64.84% from 255 or 63.46% from 260); Max value from RGB is 165 - color contains mainly: blue. Hex color #500FA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500FA5 is #AFF05A. Grayscale: #333333. Windows color (decimal): -11530331 or 10817360. OLE color: 10817360.
HSL color Cylindrical-coordinate representation of color #500FA5: hue angle of 266º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500FA5 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 15 | 165 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.35 |
| HSL | 266º | 0.83% | 0.35% | - |
| HSV(B) | 266º | 0.91% | 0.65% | - |
| XYZ | 10.27 | 4.76 | 35.98 | - |
| YUV | 51.54 | 192.03 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 165 | 0.52 | 0.91 | 0 | 0.35 | 266 | 0.83 | 0.35 |
| Hex | 50 | F | A5 | 34 | 5B | 0 | 23 | 10A | 53 | 23 |
| Octal | 120 | 17 | 245 | 64 | 133 | 0 | 43 | 412 | 123 | 43 |
| Binary | 1010000 | 1111 | 10100101 | 110100 | 1011011 | 0 | 100011 | 100001010 | 1010011 | 100011 |
Color Harmonies of #500FA5
Complementary color
Monochromatic Colors of #500FA5
Black with #500FA5
Text Example
Text Example
White with #500FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500FA5; }
p { color: rgb(80,15,165); }
H1.HeaderClassName
{
color: #500FA5;
}
.AnyTagClassName
{
color: #500FA5;
}
</style>
background-color css
<style>
a { background-color: #500FA5; }
a { background-color: rgb(80,15,165); }
div.DivClassName
{
background-color: #500FA5;
}
.BgClassName
{
background-color: #500FA5;
}
</style>
border-color css
<style>
span { border-color: #500FA5; }
span { border-color: rgb(80,15,165); }
td.TdClassName
{
border-color: #500FA5;
}
.TagClassName
{
border-color: #500FA5;
}
</style>