Shades of Indigo #5C1278
Tints of Indigo #5C1278
RGB
CMYK
RGB Variations
Color information
#5C1278 (or 0x5C1278) is known color: Indigo. HEX triplet: 5C, 12 and 78. RGB value is (92,18,120). Sum of RGB (Red+Green+Blue) = 92+18+120=230 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C1278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1278 is #A3ED87. Grayscale: #333333. Windows color (decimal): -10743176 or 7869020. OLE color: 7869020.
HSL color Cylindrical-coordinate representation of color #5C1278: hue angle of 283.53º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C1278 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 18 | 120 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.53 |
| HSL | 283.53º | 0.74% | 0.27% | - |
| HSV(B) | 283.53º | 0.85% | 0.47% | - |
| XYZ | 8.02 | 4.06 | 18.13 | - |
| YUV | 51.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 120 | 0.23 | 0.85 | 0 | 0.53 | 283.53 | 0.74 | 0.27 |
| Hex | 5C | 12 | 78 | 17 | 55 | 0 | 35 | 11C | 4A | 1B |
| Octal | 134 | 22 | 170 | 27 | 125 | 0 | 65 | 434 | 112 | 33 |
| Binary | 1011100 | 10010 | 1111000 | 10111 | 1010101 | 0 | 110101 | 100011100 | 1001010 | 11011 |
Color Harmonies of #5C1278
Complementary color
Monochromatic Colors of #5C1278
Black with #5C1278
Text Example
Text Example
White with #5C1278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1278; }
p { color: rgb(92,18,120); }
H1.HeaderClassName
{
color: #5C1278;
}
.AnyTagClassName
{
color: #5C1278;
}
</style>
background-color css
<style>
a { background-color: #5C1278; }
a { background-color: rgb(92,18,120); }
div.DivClassName
{
background-color: #5C1278;
}
.BgClassName
{
background-color: #5C1278;
}
</style>
border-color css
<style>
span { border-color: #5C1278; }
span { border-color: rgb(92,18,120); }
td.TdClassName
{
border-color: #5C1278;
}
.TagClassName
{
border-color: #5C1278;
}
</style>