Shades of Indigo #5C046F
Tints of Indigo #5C046F
RGB
CMYK
RGB Variations
Color information
#5C046F (or 0x5C046F) is known color: Indigo. HEX triplet: 5C, 04 and 6F. RGB value is (92,4,111). Sum of RGB (Red+Green+Blue) = 92+4+111=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C046F is #A3FB90. Grayscale: #2A2A2A. Windows color (decimal): -10746769 or 7275612. OLE color: 7275612.
HSL color Cylindrical-coordinate representation of color #5C046F: hue angle of 289.35º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C046F is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 4 | 111 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.56 |
| HSL | 289.35º | 0.93% | 0.23% | - |
| HSV(B) | 289.35º | 0.96% | 0.44% | - |
| XYZ | 7.33 | 3.51 | 15.33 | - |
| YUV | 42.51 | 166.65 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 111 | 0.17 | 0.96 | 0 | 0.56 | 289.35 | 0.93 | 0.23 |
| Hex | 5C | 4 | 6F | 11 | 60 | 0 | 38 | 121 | 5D | 17 |
| Octal | 134 | 4 | 157 | 21 | 140 | 0 | 70 | 441 | 135 | 27 |
| Binary | 1011100 | 100 | 1101111 | 10001 | 1100000 | 0 | 111000 | 100100001 | 1011101 | 10111 |
Color Harmonies of #5C046F
Complementary color
Monochromatic Colors of #5C046F
Black with #5C046F
Text Example
Text Example
White with #5C046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C046F; }
p { color: rgb(92,4,111); }
H1.HeaderClassName
{
color: #5C046F;
}
.AnyTagClassName
{
color: #5C046F;
}
</style>
background-color css
<style>
a { background-color: #5C046F; }
a { background-color: rgb(92,4,111); }
div.DivClassName
{
background-color: #5C046F;
}
.BgClassName
{
background-color: #5C046F;
}
</style>
border-color css
<style>
span { border-color: #5C046F; }
span { border-color: rgb(92,4,111); }
td.TdClassName
{
border-color: #5C046F;
}
.TagClassName
{
border-color: #5C046F;
}
</style>