Shades of Indigo #5C046C
Tints of Indigo #5C046C
RGB
CMYK
RGB Variations
Color information
#5C046C (or 0x5C046C) is known color: Indigo. HEX triplet: 5C, 04 and 6C. RGB value is (92,4,108). Sum of RGB (Red+Green+Blue) = 92+4+108=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C046C is #A3FB93. Grayscale: #292929. Windows color (decimal): -10746772 or 7079004. OLE color: 7079004.
HSL color Cylindrical-coordinate representation of color #5C046C: hue angle of 290.77º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C046C is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 4 | 108 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.58 |
| HSL | 290.77º | 0.93% | 0.22% | - |
| HSV(B) | 290.77º | 0.96% | 0.42% | - |
| XYZ | 7.16 | 3.44 | 14.47 | - |
| YUV | 42.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 108 | 0.15 | 0.96 | 0 | 0.58 | 290.77 | 0.93 | 0.22 |
| Hex | 5C | 4 | 6C | F | 60 | 0 | 3A | 123 | 5D | 16 |
| Octal | 134 | 4 | 154 | 17 | 140 | 0 | 72 | 443 | 135 | 26 |
| Binary | 1011100 | 100 | 1101100 | 1111 | 1100000 | 0 | 111010 | 100100011 | 1011101 | 10110 |
Color Harmonies of #5C046C
Complementary color
Monochromatic Colors of #5C046C
Black with #5C046C
Text Example
Text Example
White with #5C046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C046C; }
p { color: rgb(92,4,108); }
H1.HeaderClassName
{
color: #5C046C;
}
.AnyTagClassName
{
color: #5C046C;
}
</style>
background-color css
<style>
a { background-color: #5C046C; }
a { background-color: rgb(92,4,108); }
div.DivClassName
{
background-color: #5C046C;
}
.BgClassName
{
background-color: #5C046C;
}
</style>
border-color css
<style>
span { border-color: #5C046C; }
span { border-color: rgb(92,4,108); }
td.TdClassName
{
border-color: #5C046C;
}
.TagClassName
{
border-color: #5C046C;
}
</style>