Shades of Indigo #5C0A89
Tints of Indigo #5C0A89
RGB
CMYK
RGB Variations
Color information
#5C0A89 (or 0x5C0A89) is known color: Indigo. HEX triplet: 5C, 0A and 89. RGB value is (92,10,137). Sum of RGB (Red+Green+Blue) = 92+10+137=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #5C0A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0A89 is #A3F576. Grayscale: #303030. Windows color (decimal): -10745207 or 8981084. OLE color: 8981084.
HSL color Cylindrical-coordinate representation of color #5C0A89: hue angle of 278.74º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0A89 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 10 | 137 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.46 |
| HSL | 278.74º | 0.86% | 0.29% | - |
| HSV(B) | 278.74º | 0.93% | 0.54% | - |
| XYZ | 9.04 | 4.3 | 24.02 | - |
| YUV | 49 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 137 | 0.33 | 0.93 | 0 | 0.46 | 278.74 | 0.86 | 0.29 |
| Hex | 5C | A | 89 | 21 | 5D | 0 | 2E | 117 | 56 | 1D |
| Octal | 134 | 12 | 211 | 41 | 135 | 0 | 56 | 427 | 126 | 35 |
| Binary | 1011100 | 1010 | 10001001 | 100001 | 1011101 | 0 | 101110 | 100010111 | 1010110 | 11101 |
Color Harmonies of #5C0A89
Complementary color
Monochromatic Colors of #5C0A89
Black with #5C0A89
Text Example
Text Example
White with #5C0A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0A89; }
p { color: rgb(92,10,137); }
H1.HeaderClassName
{
color: #5C0A89;
}
.AnyTagClassName
{
color: #5C0A89;
}
</style>
background-color css
<style>
a { background-color: #5C0A89; }
a { background-color: rgb(92,10,137); }
div.DivClassName
{
background-color: #5C0A89;
}
.BgClassName
{
background-color: #5C0A89;
}
</style>
border-color css
<style>
span { border-color: #5C0A89; }
span { border-color: rgb(92,10,137); }
td.TdClassName
{
border-color: #5C0A89;
}
.TagClassName
{
border-color: #5C0A89;
}
</style>