Shades of Indigo #5C127C
Tints of Indigo #5C127C
RGB
CMYK
RGB Variations
Color information
#5C127C (or 0x5C127C) is known color: Indigo. HEX triplet: 5C, 12 and 7C. RGB value is (92,18,124). Sum of RGB (Red+Green+Blue) = 92+18+124=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C127C is #A3ED83. Grayscale: #333333. Windows color (decimal): -10743172 or 8131164. OLE color: 8131164.
HSL color Cylindrical-coordinate representation of color #5C127C: hue angle of 281.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C127C is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 18 | 124 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.51 |
| HSL | 281.89º | 0.75% | 0.28% | - |
| HSV(B) | 281.89º | 0.85% | 0.49% | - |
| XYZ | 8.27 | 4.16 | 19.44 | - |
| YUV | 52.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 124 | 0.26 | 0.85 | 0 | 0.51 | 281.89 | 0.75 | 0.28 |
| Hex | 5C | 12 | 7C | 1A | 55 | 0 | 33 | 11A | 4B | 1C |
| Octal | 134 | 22 | 174 | 32 | 125 | 0 | 63 | 432 | 113 | 34 |
| Binary | 1011100 | 10010 | 1111100 | 11010 | 1010101 | 0 | 110011 | 100011010 | 1001011 | 11100 |
Color Harmonies of #5C127C
Complementary color
Monochromatic Colors of #5C127C
Black with #5C127C
Text Example
Text Example
White with #5C127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C127C; }
p { color: rgb(92,18,124); }
H1.HeaderClassName
{
color: #5C127C;
}
.AnyTagClassName
{
color: #5C127C;
}
</style>
background-color css
<style>
a { background-color: #5C127C; }
a { background-color: rgb(92,18,124); }
div.DivClassName
{
background-color: #5C127C;
}
.BgClassName
{
background-color: #5C127C;
}
</style>
border-color css
<style>
span { border-color: #5C127C; }
span { border-color: rgb(92,18,124); }
td.TdClassName
{
border-color: #5C127C;
}
.TagClassName
{
border-color: #5C127C;
}
</style>