Shades of Indigo #5C057F
Tints of Indigo #5C057F
RGB
CMYK
RGB Variations
Color information
#5C057F (or 0x5C057F) is known color: Indigo. HEX triplet: 5C, 05 and 7F. RGB value is (92,5,127). Sum of RGB (Red+Green+Blue) = 92+5+127=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C057F is #A3FA80. Grayscale: #2C2C2C. Windows color (decimal): -10746497 or 8324444. OLE color: 8324444.
HSL color Cylindrical-coordinate representation of color #5C057F: hue angle of 282.79º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C057F is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 5 | 127 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.50 |
| HSL | 282.79º | 0.92% | 0.26% | - |
| HSV(B) | 282.79º | 0.96% | 0.5% | - |
| XYZ | 8.3 | 3.92 | 20.4 | - |
| YUV | 44.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 127 | 0.28 | 0.96 | 0 | 0.50 | 282.79 | 0.92 | 0.26 |
| Hex | 5C | 5 | 7F | 1C | 60 | 0 | 32 | 11B | 5C | 1A |
| Octal | 134 | 5 | 177 | 34 | 140 | 0 | 62 | 433 | 134 | 32 |
| Binary | 1011100 | 101 | 1111111 | 11100 | 1100000 | 0 | 110010 | 100011011 | 1011100 | 11010 |
Color Harmonies of #5C057F
Complementary color
Monochromatic Colors of #5C057F
Black with #5C057F
Text Example
Text Example
White with #5C057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C057F; }
p { color: rgb(92,5,127); }
H1.HeaderClassName
{
color: #5C057F;
}
.AnyTagClassName
{
color: #5C057F;
}
</style>
background-color css
<style>
a { background-color: #5C057F; }
a { background-color: rgb(92,5,127); }
div.DivClassName
{
background-color: #5C057F;
}
.BgClassName
{
background-color: #5C057F;
}
</style>
border-color css
<style>
span { border-color: #5C057F; }
span { border-color: rgb(92,5,127); }
td.TdClassName
{
border-color: #5C057F;
}
.TagClassName
{
border-color: #5C057F;
}
</style>