Shades of Indigo #5F019F
Tints of Indigo #5F019F
RGB
CMYK
RGB Variations
Color information
#5F019F (or 0x5F019F) is known color: Indigo. HEX triplet: 5F, 01 and 9F. RGB value is (95,1,159). Sum of RGB (Red+Green+Blue) = 95+1+159=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F019F is #A0FE60. Grayscale: #2E2E2E. Windows color (decimal): -10550881 or 10420575. OLE color: 10420575.
HSL color Cylindrical-coordinate representation of color #5F019F: hue angle of 275.7º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F019F is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 1 | 159 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.38 |
| HSL | 275.7º | 0.99% | 0.31% | - |
| HSV(B) | 275.7º | 0.99% | 0.62% | - |
| XYZ | 10.99 | 4.96 | 33.18 | - |
| YUV | 47.12 | 191.14 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 159 | 0.40 | 0.99 | 0 | 0.38 | 275.7 | 0.99 | 0.31 |
| Hex | 5F | 1 | 9F | 28 | 63 | 0 | 26 | 114 | 63 | 1F |
| Octal | 137 | 1 | 237 | 50 | 143 | 0 | 46 | 424 | 143 | 37 |
| Binary | 1011111 | 1 | 10011111 | 101000 | 1100011 | 0 | 100110 | 100010100 | 1100011 | 11111 |
Color Harmonies of #5F019F
Complementary color
Monochromatic Colors of #5F019F
Black with #5F019F
Text Example
Text Example
White with #5F019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F019F; }
p { color: rgb(95,1,159); }
H1.HeaderClassName
{
color: #5F019F;
}
.AnyTagClassName
{
color: #5F019F;
}
</style>
background-color css
<style>
a { background-color: #5F019F; }
a { background-color: rgb(95,1,159); }
div.DivClassName
{
background-color: #5F019F;
}
.BgClassName
{
background-color: #5F019F;
}
</style>
border-color css
<style>
span { border-color: #5F019F; }
span { border-color: rgb(95,1,159); }
td.TdClassName
{
border-color: #5F019F;
}
.TagClassName
{
border-color: #5F019F;
}
</style>