Shades of Indigo #5F036C
Tints of Indigo #5F036C
RGB
CMYK
RGB Variations
Color information
#5F036C (or 0x5F036C) is known color: Indigo. HEX triplet: 5F, 03 and 6C. RGB value is (95,3,108). Sum of RGB (Red+Green+Blue) = 95+3+108=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F036C is #A0FC93. Grayscale: #2A2A2A. Windows color (decimal): -10550420 or 7078751. OLE color: 7078751.
HSL color Cylindrical-coordinate representation of color #5F036C: hue angle of 292.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F036C is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 3 | 108 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.58 |
| HSL | 292.57º | 0.95% | 0.22% | - |
| HSV(B) | 292.57º | 0.97% | 0.42% | - |
| XYZ | 7.46 | 3.58 | 14.49 | - |
| YUV | 42.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 108 | 0.12 | 0.97 | 0 | 0.58 | 292.57 | 0.95 | 0.22 |
| Hex | 5F | 3 | 6C | C | 61 | 0 | 3A | 125 | 5F | 16 |
| Octal | 137 | 3 | 154 | 14 | 141 | 0 | 72 | 445 | 137 | 26 |
| Binary | 1011111 | 11 | 1101100 | 1100 | 1100001 | 0 | 111010 | 100100101 | 1011111 | 10110 |
Color Harmonies of #5F036C
Complementary color
Monochromatic Colors of #5F036C
Black with #5F036C
Text Example
Text Example
White with #5F036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F036C; }
p { color: rgb(95,3,108); }
H1.HeaderClassName
{
color: #5F036C;
}
.AnyTagClassName
{
color: #5F036C;
}
</style>
background-color css
<style>
a { background-color: #5F036C; }
a { background-color: rgb(95,3,108); }
div.DivClassName
{
background-color: #5F036C;
}
.BgClassName
{
background-color: #5F036C;
}
</style>
border-color css
<style>
span { border-color: #5F036C; }
span { border-color: rgb(95,3,108); }
td.TdClassName
{
border-color: #5F036C;
}
.TagClassName
{
border-color: #5F036C;
}
</style>