Shades of Indigo #5C047F
Tints of Indigo #5C047F
RGB
CMYK
RGB Variations
Color information
#5C047F (or 0x5C047F) is known color: Indigo. HEX triplet: 5C, 04 and 7F. RGB value is (92,4,127). Sum of RGB (Red+Green+Blue) = 92+4+127=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C047F is #A3FB80. Grayscale: #2B2B2B. Windows color (decimal): -10746753 or 8324188. OLE color: 8324188.
HSL color Cylindrical-coordinate representation of color #5C047F: hue angle of 282.93º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C047F is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 4 | 127 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.50 |
| HSL | 282.93º | 0.94% | 0.26% | - |
| HSV(B) | 282.93º | 0.97% | 0.5% | - |
| XYZ | 8.29 | 3.89 | 20.39 | - |
| YUV | 44.33 | 174.65 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 127 | 0.28 | 0.97 | 0 | 0.50 | 282.93 | 0.94 | 0.26 |
| Hex | 5C | 4 | 7F | 1C | 61 | 0 | 32 | 11B | 5E | 1A |
| Octal | 134 | 4 | 177 | 34 | 141 | 0 | 62 | 433 | 136 | 32 |
| Binary | 1011100 | 100 | 1111111 | 11100 | 1100001 | 0 | 110010 | 100011011 | 1011110 | 11010 |
Color Harmonies of #5C047F
Complementary color
Monochromatic Colors of #5C047F
Black with #5C047F
Text Example
Text Example
White with #5C047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C047F; }
p { color: rgb(92,4,127); }
H1.HeaderClassName
{
color: #5C047F;
}
.AnyTagClassName
{
color: #5C047F;
}
</style>
background-color css
<style>
a { background-color: #5C047F; }
a { background-color: rgb(92,4,127); }
div.DivClassName
{
background-color: #5C047F;
}
.BgClassName
{
background-color: #5C047F;
}
</style>
border-color css
<style>
span { border-color: #5C047F; }
span { border-color: rgb(92,4,127); }
td.TdClassName
{
border-color: #5C047F;
}
.TagClassName
{
border-color: #5C047F;
}
</style>