Shades of Indigo #5F036F
Tints of Indigo #5F036F
RGB
CMYK
RGB Variations
Color information
#5F036F (or 0x5F036F) is known color: Indigo. HEX triplet: 5F, 03 and 6F. RGB value is (95,3,111). Sum of RGB (Red+Green+Blue) = 95+3+111=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F036F is #A0FC90. Grayscale: #2A2A2A. Windows color (decimal): -10550417 or 7275359. OLE color: 7275359.
HSL color Cylindrical-coordinate representation of color #5F036F: hue angle of 291.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F036F is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 3 | 111 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.56 |
| HSL | 291.11º | 0.95% | 0.22% | - |
| HSV(B) | 291.11º | 0.97% | 0.44% | - |
| XYZ | 7.62 | 3.65 | 15.34 | - |
| YUV | 42.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 111 | 0.14 | 0.97 | 0 | 0.56 | 291.11 | 0.95 | 0.22 |
| Hex | 5F | 3 | 6F | E | 61 | 0 | 38 | 123 | 5F | 16 |
| Octal | 137 | 3 | 157 | 16 | 141 | 0 | 70 | 443 | 137 | 26 |
| Binary | 1011111 | 11 | 1101111 | 1110 | 1100001 | 0 | 111000 | 100100011 | 1011111 | 10110 |
Color Harmonies of #5F036F
Complementary color
Monochromatic Colors of #5F036F
Black with #5F036F
Text Example
Text Example
White with #5F036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F036F; }
p { color: rgb(95,3,111); }
H1.HeaderClassName
{
color: #5F036F;
}
.AnyTagClassName
{
color: #5F036F;
}
</style>
background-color css
<style>
a { background-color: #5F036F; }
a { background-color: rgb(95,3,111); }
div.DivClassName
{
background-color: #5F036F;
}
.BgClassName
{
background-color: #5F036F;
}
</style>
border-color css
<style>
span { border-color: #5F036F; }
span { border-color: rgb(95,3,111); }
td.TdClassName
{
border-color: #5F036F;
}
.TagClassName
{
border-color: #5F036F;
}
</style>