Shades of Indigo #5F017C
Tints of Indigo #5F017C
RGB
CMYK
RGB Variations
Color information
#5F017C (or 0x5F017C) is known color: Indigo. HEX triplet: 5F, 01 and 7C. RGB value is (95,1,124). Sum of RGB (Red+Green+Blue) = 95+1+124=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F017C is #A0FE83. Grayscale: #2A2A2A. Windows color (decimal): -10550916 or 8126815. OLE color: 8126815.
HSL color Cylindrical-coordinate representation of color #5F017C: hue angle of 285.85º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F017C is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 1 | 124 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.51 |
| HSL | 285.85º | 0.98% | 0.25% | - |
| HSV(B) | 285.85º | 0.99% | 0.49% | - |
| XYZ | 8.37 | 3.91 | 19.38 | - |
| YUV | 43.13 | 173.64 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 124 | 0.23 | 0.99 | 0 | 0.51 | 285.85 | 0.98 | 0.25 |
| Hex | 5F | 1 | 7C | 17 | 63 | 0 | 33 | 11E | 62 | 19 |
| Octal | 137 | 1 | 174 | 27 | 143 | 0 | 63 | 436 | 142 | 31 |
| Binary | 1011111 | 1 | 1111100 | 10111 | 1100011 | 0 | 110011 | 100011110 | 1100010 | 11001 |
Color Harmonies of #5F017C
Complementary color
Monochromatic Colors of #5F017C
Black with #5F017C
Text Example
Text Example
White with #5F017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F017C; }
p { color: rgb(95,1,124); }
H1.HeaderClassName
{
color: #5F017C;
}
.AnyTagClassName
{
color: #5F017C;
}
</style>
background-color css
<style>
a { background-color: #5F017C; }
a { background-color: rgb(95,1,124); }
div.DivClassName
{
background-color: #5F017C;
}
.BgClassName
{
background-color: #5F017C;
}
</style>
border-color css
<style>
span { border-color: #5F017C; }
span { border-color: rgb(95,1,124); }
td.TdClassName
{
border-color: #5F017C;
}
.TagClassName
{
border-color: #5F017C;
}
</style>