Shades of Indigo #5C0389
Tints of Indigo #5C0389
RGB
CMYK
RGB Variations
Color information
#5C0389 (or 0x5C0389) is known color: Indigo. HEX triplet: 5C, 03 and 89. RGB value is (92,3,137). Sum of RGB (Red+Green+Blue) = 92+3+137=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #5C0389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0389 is #A3FC76. Grayscale: #2C2C2C. Windows color (decimal): -10746999 or 8979292. OLE color: 8979292.
HSL color Cylindrical-coordinate representation of color #5C0389: hue angle of 279.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0389 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 3 | 137 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.46 |
| HSL | 279.85º | 0.96% | 0.27% | - |
| HSV(B) | 279.85º | 0.98% | 0.54% | - |
| XYZ | 8.96 | 4.15 | 23.99 | - |
| YUV | 44.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 137 | 0.33 | 0.98 | 0 | 0.46 | 279.85 | 0.96 | 0.27 |
| Hex | 5C | 3 | 89 | 21 | 62 | 0 | 2E | 118 | 60 | 1B |
| Octal | 134 | 3 | 211 | 41 | 142 | 0 | 56 | 430 | 140 | 33 |
| Binary | 1011100 | 11 | 10001001 | 100001 | 1100010 | 0 | 101110 | 100011000 | 1100000 | 11011 |
Color Harmonies of #5C0389
Complementary color
Monochromatic Colors of #5C0389
Black with #5C0389
Text Example
Text Example
White with #5C0389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0389; }
p { color: rgb(92,3,137); }
H1.HeaderClassName
{
color: #5C0389;
}
.AnyTagClassName
{
color: #5C0389;
}
</style>
background-color css
<style>
a { background-color: #5C0389; }
a { background-color: rgb(92,3,137); }
div.DivClassName
{
background-color: #5C0389;
}
.BgClassName
{
background-color: #5C0389;
}
</style>
border-color css
<style>
span { border-color: #5C0389; }
span { border-color: rgb(92,3,137); }
td.TdClassName
{
border-color: #5C0389;
}
.TagClassName
{
border-color: #5C0389;
}
</style>