Shades of Indigo #5C1478
Tints of Indigo #5C1478
RGB
CMYK
RGB Variations
Color information
#5C1478 (or 0x5C1478) is known color: Indigo. HEX triplet: 5C, 14 and 78. RGB value is (92,20,120). Sum of RGB (Red+Green+Blue) = 92+20+120=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C1478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1478 is #A3EB87. Grayscale: #343434. Windows color (decimal): -10742664 or 7869532. OLE color: 7869532.
HSL color Cylindrical-coordinate representation of color #5C1478: hue angle of 283.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C1478 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 20 | 120 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.53 |
| HSL | 283.2º | 0.71% | 0.27% | - |
| HSV(B) | 283.2º | 0.83% | 0.47% | - |
| XYZ | 8.05 | 4.13 | 18.14 | - |
| YUV | 52.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 120 | 0.23 | 0.83 | 0 | 0.53 | 283.2 | 0.71 | 0.27 |
| Hex | 5C | 14 | 78 | 17 | 53 | 0 | 35 | 11B | 47 | 1B |
| Octal | 134 | 24 | 170 | 27 | 123 | 0 | 65 | 433 | 107 | 33 |
| Binary | 1011100 | 10100 | 1111000 | 10111 | 1010011 | 0 | 110101 | 100011011 | 1000111 | 11011 |
Color Harmonies of #5C1478
Complementary color
Monochromatic Colors of #5C1478
Black with #5C1478
Text Example
Text Example
White with #5C1478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1478; }
p { color: rgb(92,20,120); }
H1.HeaderClassName
{
color: #5C1478;
}
.AnyTagClassName
{
color: #5C1478;
}
</style>
background-color css
<style>
a { background-color: #5C1478; }
a { background-color: rgb(92,20,120); }
div.DivClassName
{
background-color: #5C1478;
}
.BgClassName
{
background-color: #5C1478;
}
</style>
border-color css
<style>
span { border-color: #5C1478; }
span { border-color: rgb(92,20,120); }
td.TdClassName
{
border-color: #5C1478;
}
.TagClassName
{
border-color: #5C1478;
}
</style>