Shades of Indigo #5C127E
Tints of Indigo #5C127E
RGB
CMYK
RGB Variations
Color information
#5C127E (or 0x5C127E) is known color: Indigo. HEX triplet: 5C, 12 and 7E. RGB value is (92,18,126). Sum of RGB (Red+Green+Blue) = 92+18+126=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C127E is #A3ED81. Grayscale: #343434. Windows color (decimal): -10743170 or 8262236. OLE color: 8262236.
HSL color Cylindrical-coordinate representation of color #5C127E: hue angle of 281.11º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C127E is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 18 | 126 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.51 |
| HSL | 281.11º | 0.75% | 0.28% | - |
| HSV(B) | 281.11º | 0.86% | 0.49% | - |
| XYZ | 8.4 | 4.21 | 20.11 | - |
| YUV | 52.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 126 | 0.27 | 0.86 | 0 | 0.51 | 281.11 | 0.75 | 0.28 |
| Hex | 5C | 12 | 7E | 1B | 56 | 0 | 33 | 119 | 4B | 1C |
| Octal | 134 | 22 | 176 | 33 | 126 | 0 | 63 | 431 | 113 | 34 |
| Binary | 1011100 | 10010 | 1111110 | 11011 | 1010110 | 0 | 110011 | 100011001 | 1001011 | 11100 |
Color Harmonies of #5C127E
Complementary color
Monochromatic Colors of #5C127E
Black with #5C127E
Text Example
Text Example
White with #5C127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C127E; }
p { color: rgb(92,18,126); }
H1.HeaderClassName
{
color: #5C127E;
}
.AnyTagClassName
{
color: #5C127E;
}
</style>
background-color css
<style>
a { background-color: #5C127E; }
a { background-color: rgb(92,18,126); }
div.DivClassName
{
background-color: #5C127E;
}
.BgClassName
{
background-color: #5C127E;
}
</style>
border-color css
<style>
span { border-color: #5C127E; }
span { border-color: rgb(92,18,126); }
td.TdClassName
{
border-color: #5C127E;
}
.TagClassName
{
border-color: #5C127E;
}
</style>