Shades of Indigo #5C0978
Tints of Indigo #5C0978
RGB
CMYK
RGB Variations
Color information
#5C0978 (or 0x5C0978) is known color: Indigo. HEX triplet: 5C, 09 and 78. RGB value is (92,9,120). Sum of RGB (Red+Green+Blue) = 92+9+120=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C0978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0978 is #A3F687. Grayscale: #2E2E2E. Windows color (decimal): -10745480 or 7866716. OLE color: 7866716.
HSL color Cylindrical-coordinate representation of color #5C0978: hue angle of 284.86º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0978 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 9 | 120 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.53 |
| HSL | 284.86º | 0.86% | 0.25% | - |
| HSV(B) | 284.86º | 0.93% | 0.47% | - |
| XYZ | 7.9 | 3.83 | 18.09 | - |
| YUV | 46.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 120 | 0.23 | 0.92 | 0 | 0.53 | 284.86 | 0.86 | 0.25 |
| Hex | 5C | 9 | 78 | 17 | 5C | 0 | 35 | 11D | 56 | 19 |
| Octal | 134 | 11 | 170 | 27 | 134 | 0 | 65 | 435 | 126 | 31 |
| Binary | 1011100 | 1001 | 1111000 | 10111 | 1011100 | 0 | 110101 | 100011101 | 1010110 | 11001 |
Color Harmonies of #5C0978
Complementary color
Monochromatic Colors of #5C0978
Black with #5C0978
Text Example
Text Example
White with #5C0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0978; }
p { color: rgb(92,9,120); }
H1.HeaderClassName
{
color: #5C0978;
}
.AnyTagClassName
{
color: #5C0978;
}
</style>
background-color css
<style>
a { background-color: #5C0978; }
a { background-color: rgb(92,9,120); }
div.DivClassName
{
background-color: #5C0978;
}
.BgClassName
{
background-color: #5C0978;
}
</style>
border-color css
<style>
span { border-color: #5C0978; }
span { border-color: rgb(92,9,120); }
td.TdClassName
{
border-color: #5C0978;
}
.TagClassName
{
border-color: #5C0978;
}
</style>