Shades of Indigo #5C078A
Tints of Indigo #5C078A
RGB
CMYK
RGB Variations
Color information
#5C078A (or 0x5C078A) is known color: Indigo. HEX triplet: 5C, 07 and 8A. RGB value is (92,7,138). Sum of RGB (Red+Green+Blue) = 92+7+138=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C078A is #A3F875. Grayscale: #2E2E2E. Windows color (decimal): -10745974 or 9045852. OLE color: 9045852.
HSL color Cylindrical-coordinate representation of color #5C078A: hue angle of 278.93º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C078A is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 7 | 138 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.46 |
| HSL | 278.93º | 0.9% | 0.28% | - |
| HSV(B) | 278.93º | 0.95% | 0.54% | - |
| XYZ | 9.08 | 4.26 | 24.39 | - |
| YUV | 47.35 | 179.16 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 7 | 138 | 0.33 | 0.95 | 0 | 0.46 | 278.93 | 0.9 | 0.28 |
| Hex | 5C | 7 | 8A | 21 | 5F | 0 | 2E | 117 | 5A | 1C |
| Octal | 134 | 7 | 212 | 41 | 137 | 0 | 56 | 427 | 132 | 34 |
| Binary | 1011100 | 111 | 10001010 | 100001 | 1011111 | 0 | 101110 | 100010111 | 1011010 | 11100 |
Color Harmonies of #5C078A
Complementary color
Monochromatic Colors of #5C078A
Black with #5C078A
Text Example
Text Example
White with #5C078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C078A; }
p { color: rgb(92,7,138); }
H1.HeaderClassName
{
color: #5C078A;
}
.AnyTagClassName
{
color: #5C078A;
}
</style>
background-color css
<style>
a { background-color: #5C078A; }
a { background-color: rgb(92,7,138); }
div.DivClassName
{
background-color: #5C078A;
}
.BgClassName
{
background-color: #5C078A;
}
</style>
border-color css
<style>
span { border-color: #5C078A; }
span { border-color: rgb(92,7,138); }
td.TdClassName
{
border-color: #5C078A;
}
.TagClassName
{
border-color: #5C078A;
}
</style>