Shades of Indigo #5C096F
Tints of Indigo #5C096F
RGB
CMYK
RGB Variations
Color information
#5C096F (or 0x5C096F) is known color: Indigo. HEX triplet: 5C, 09 and 6F. RGB value is (92,9,111). Sum of RGB (Red+Green+Blue) = 92+9+111=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C096F is #A3F690. Grayscale: #2D2D2D. Windows color (decimal): -10745489 or 7276892. OLE color: 7276892.
HSL color Cylindrical-coordinate representation of color #5C096F: hue angle of 288.82º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C096F is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 9 | 111 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.56 |
| HSL | 288.82º | 0.85% | 0.24% | - |
| HSV(B) | 288.82º | 0.92% | 0.44% | - |
| XYZ | 7.38 | 3.62 | 15.35 | - |
| YUV | 45.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 111 | 0.17 | 0.92 | 0 | 0.56 | 288.82 | 0.85 | 0.24 |
| Hex | 5C | 9 | 6F | 11 | 5C | 0 | 38 | 121 | 55 | 18 |
| Octal | 134 | 11 | 157 | 21 | 134 | 0 | 70 | 441 | 125 | 30 |
| Binary | 1011100 | 1001 | 1101111 | 10001 | 1011100 | 0 | 111000 | 100100001 | 1010101 | 11000 |
Color Harmonies of #5C096F
Complementary color
Monochromatic Colors of #5C096F
Black with #5C096F
Text Example
Text Example
White with #5C096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C096F; }
p { color: rgb(92,9,111); }
H1.HeaderClassName
{
color: #5C096F;
}
.AnyTagClassName
{
color: #5C096F;
}
</style>
background-color css
<style>
a { background-color: #5C096F; }
a { background-color: rgb(92,9,111); }
div.DivClassName
{
background-color: #5C096F;
}
.BgClassName
{
background-color: #5C096F;
}
</style>
border-color css
<style>
span { border-color: #5C096F; }
span { border-color: rgb(92,9,111); }
td.TdClassName
{
border-color: #5C096F;
}
.TagClassName
{
border-color: #5C096F;
}
</style>