Shades of Indigo #5F027A
Tints of Indigo #5F027A
RGB
CMYK
RGB Variations
Color information
#5F027A (or 0x5F027A) is known color: Indigo. HEX triplet: 5F, 02 and 7A. RGB value is (95,2,122). Sum of RGB (Red+Green+Blue) = 95+2+122=219 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.38% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F027A is #A0FD85. Grayscale: #2B2B2B. Windows color (decimal): -10550662 or 7995999. OLE color: 7995999.
HSL color Cylindrical-coordinate representation of color #5F027A: hue angle of 286.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F027A is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 2 | 122 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.52 |
| HSL | 286.5º | 0.97% | 0.24% | - |
| HSV(B) | 286.5º | 0.98% | 0.48% | - |
| XYZ | 8.25 | 3.88 | 18.73 | - |
| YUV | 43.49 | 172.31 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 122 | 0.22 | 0.98 | 0 | 0.52 | 286.5 | 0.97 | 0.24 |
| Hex | 5F | 2 | 7A | 16 | 62 | 0 | 34 | 11E | 61 | 18 |
| Octal | 137 | 2 | 172 | 26 | 142 | 0 | 64 | 436 | 141 | 30 |
| Binary | 1011111 | 10 | 1111010 | 10110 | 1100010 | 0 | 110100 | 100011110 | 1100001 | 11000 |
Color Harmonies of #5F027A
Complementary color
Monochromatic Colors of #5F027A
Black with #5F027A
Text Example
Text Example
White with #5F027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F027A; }
p { color: rgb(95,2,122); }
H1.HeaderClassName
{
color: #5F027A;
}
.AnyTagClassName
{
color: #5F027A;
}
</style>
background-color css
<style>
a { background-color: #5F027A; }
a { background-color: rgb(95,2,122); }
div.DivClassName
{
background-color: #5F027A;
}
.BgClassName
{
background-color: #5F027A;
}
</style>
border-color css
<style>
span { border-color: #5F027A; }
span { border-color: rgb(95,2,122); }
td.TdClassName
{
border-color: #5F027A;
}
.TagClassName
{
border-color: #5F027A;
}
</style>