Shades of Indigo #5F02A0
Tints of Indigo #5F02A0
RGB
CMYK
RGB Variations
Color information
#5F02A0 (or 0x5F02A0) is known color: Indigo. HEX triplet: 5F, 02 and A0. RGB value is (95,2,160). Sum of RGB (Red+Green+Blue) = 95+2+160=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 160 (62.89% from 255 or 62.26% from 257); Max value from RGB is 160 - color contains mainly: blue. Hex color #5F02A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F02A0 is #A0FD5F. Grayscale: #2F2F2F. Windows color (decimal): -10550624 or 10486367. OLE color: 10486367.
HSL color Cylindrical-coordinate representation of color #5F02A0: hue angle of 275.32º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F02A0 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 2 | 160 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.37 |
| HSL | 275.32º | 0.98% | 0.32% | - |
| HSV(B) | 275.32º | 0.99% | 0.63% | - |
| XYZ | 11.09 | 5.01 | 33.64 | - |
| YUV | 47.82 | 191.31 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 160 | 0.41 | 0.99 | 0 | 0.37 | 275.32 | 0.98 | 0.32 |
| Hex | 5F | 2 | A0 | 29 | 63 | 0 | 25 | 113 | 62 | 20 |
| Octal | 137 | 2 | 240 | 51 | 143 | 0 | 45 | 423 | 142 | 40 |
| Binary | 1011111 | 10 | 10100000 | 101001 | 1100011 | 0 | 100101 | 100010011 | 1100010 | 100000 |
Color Harmonies of #5F02A0
Complementary color
Monochromatic Colors of #5F02A0
Black with #5F02A0
Text Example
Text Example
White with #5F02A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F02A0; }
p { color: rgb(95,2,160); }
H1.HeaderClassName
{
color: #5F02A0;
}
.AnyTagClassName
{
color: #5F02A0;
}
</style>
background-color css
<style>
a { background-color: #5F02A0; }
a { background-color: rgb(95,2,160); }
div.DivClassName
{
background-color: #5F02A0;
}
.BgClassName
{
background-color: #5F02A0;
}
</style>
border-color css
<style>
span { border-color: #5F02A0; }
span { border-color: rgb(95,2,160); }
td.TdClassName
{
border-color: #5F02A0;
}
.TagClassName
{
border-color: #5F02A0;
}
</style>