Shades of Indigo #5F0A80
Tints of Indigo #5F0A80
RGB
CMYK
RGB Variations
Color information
#5F0A80 (or 0x5F0A80) is known color: Indigo. HEX triplet: 5F, 0A and 80. RGB value is (95,10,128). Sum of RGB (Red+Green+Blue) = 95+10+128=233 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.77% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #5F0A80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0A80 is #A0F57F. Grayscale: #303030. Windows color (decimal): -10548608 or 8391263. OLE color: 8391263.
HSL color Cylindrical-coordinate representation of color #5F0A80: hue angle of 283.22º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0A80 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 10 | 128 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.50 |
| HSL | 283.22º | 0.86% | 0.27% | - |
| HSV(B) | 283.22º | 0.92% | 0.5% | - |
| XYZ | 8.72 | 4.21 | 20.77 | - |
| YUV | 48.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 128 | 0.26 | 0.92 | 0 | 0.50 | 283.22 | 0.86 | 0.27 |
| Hex | 5F | A | 80 | 1A | 5C | 0 | 32 | 11B | 56 | 1B |
| Octal | 137 | 12 | 200 | 32 | 134 | 0 | 62 | 433 | 126 | 33 |
| Binary | 1011111 | 1010 | 10000000 | 11010 | 1011100 | 0 | 110010 | 100011011 | 1010110 | 11011 |
Color Harmonies of #5F0A80
Complementary color
Monochromatic Colors of #5F0A80
Black with #5F0A80
Text Example
Text Example
White with #5F0A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0A80; }
p { color: rgb(95,10,128); }
H1.HeaderClassName
{
color: #5F0A80;
}
.AnyTagClassName
{
color: #5F0A80;
}
</style>
background-color css
<style>
a { background-color: #5F0A80; }
a { background-color: rgb(95,10,128); }
div.DivClassName
{
background-color: #5F0A80;
}
.BgClassName
{
background-color: #5F0A80;
}
</style>
border-color css
<style>
span { border-color: #5F0A80; }
span { border-color: rgb(95,10,128); }
td.TdClassName
{
border-color: #5F0A80;
}
.TagClassName
{
border-color: #5F0A80;
}
</style>