Shades of Indigo #5F02A9
Tints of Indigo #5F02A9
RGB
CMYK
RGB Variations
Color information
#5F02A9 (or 0x5F02A9) is known color: Indigo. HEX triplet: 5F, 02 and A9. RGB value is (95,2,169). Sum of RGB (Red+Green+Blue) = 95+2+169=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 169 (66.41% from 255 or 63.53% from 266); Max value from RGB is 169 - color contains mainly: blue. Hex color #5F02A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F02A9 is #A0FD56. Grayscale: #303030. Windows color (decimal): -10550615 or 11076191. OLE color: 11076191.
HSL color Cylindrical-coordinate representation of color #5F02A9: hue angle of 273.41º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F02A9 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 2 | 169 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.34 |
| HSL | 273.41º | 0.98% | 0.34% | - |
| HSV(B) | 273.41º | 0.99% | 0.66% | - |
| XYZ | 11.9 | 5.34 | 37.94 | - |
| YUV | 48.85 | 195.81 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 169 | 0.44 | 0.99 | 0 | 0.34 | 273.41 | 0.98 | 0.34 |
| Hex | 5F | 2 | A9 | 2C | 63 | 0 | 22 | 111 | 62 | 22 |
| Octal | 137 | 2 | 251 | 54 | 143 | 0 | 42 | 421 | 142 | 42 |
| Binary | 1011111 | 10 | 10101001 | 101100 | 1100011 | 0 | 100010 | 100010001 | 1100010 | 100010 |
Color Harmonies of #5F02A9
Complementary color
Monochromatic Colors of #5F02A9
Black with #5F02A9
Text Example
Text Example
White with #5F02A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F02A9; }
p { color: rgb(95,2,169); }
H1.HeaderClassName
{
color: #5F02A9;
}
.AnyTagClassName
{
color: #5F02A9;
}
</style>
background-color css
<style>
a { background-color: #5F02A9; }
a { background-color: rgb(95,2,169); }
div.DivClassName
{
background-color: #5F02A9;
}
.BgClassName
{
background-color: #5F02A9;
}
</style>
border-color css
<style>
span { border-color: #5F02A9; }
span { border-color: rgb(95,2,169); }
td.TdClassName
{
border-color: #5F02A9;
}
.TagClassName
{
border-color: #5F02A9;
}
</style>