Shades of Indigo #5C107C
Tints of Indigo #5C107C
RGB
CMYK
RGB Variations
Color information
#5C107C (or 0x5C107C) is known color: Indigo. HEX triplet: 5C, 10 and 7C. RGB value is (92,16,124). Sum of RGB (Red+Green+Blue) = 92+16+124=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C107C is #A3EF83. Grayscale: #323232. Windows color (decimal): -10743684 or 8130652. OLE color: 8130652.
HSL color Cylindrical-coordinate representation of color #5C107C: hue angle of 282.22º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C107C is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 16 | 124 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.51 |
| HSL | 282.22º | 0.77% | 0.27% | - |
| HSV(B) | 282.22º | 0.87% | 0.49% | - |
| XYZ | 8.24 | 4.1 | 19.43 | - |
| YUV | 51.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 124 | 0.26 | 0.87 | 0 | 0.51 | 282.22 | 0.77 | 0.27 |
| Hex | 5C | 10 | 7C | 1A | 57 | 0 | 33 | 11A | 4D | 1B |
| Octal | 134 | 20 | 174 | 32 | 127 | 0 | 63 | 432 | 115 | 33 |
| Binary | 1011100 | 10000 | 1111100 | 11010 | 1010111 | 0 | 110011 | 100011010 | 1001101 | 11011 |
Color Harmonies of #5C107C
Complementary color
Monochromatic Colors of #5C107C
Black with #5C107C
Text Example
Text Example
White with #5C107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C107C; }
p { color: rgb(92,16,124); }
H1.HeaderClassName
{
color: #5C107C;
}
.AnyTagClassName
{
color: #5C107C;
}
</style>
background-color css
<style>
a { background-color: #5C107C; }
a { background-color: rgb(92,16,124); }
div.DivClassName
{
background-color: #5C107C;
}
.BgClassName
{
background-color: #5C107C;
}
</style>
border-color css
<style>
span { border-color: #5C107C; }
span { border-color: rgb(92,16,124); }
td.TdClassName
{
border-color: #5C107C;
}
.TagClassName
{
border-color: #5C107C;
}
</style>