Shades of Indigo #5C189D
Tints of Indigo #5C189D
RGB
CMYK
RGB Variations
Color information
#5C189D (or 0x5C189D) is known color: Indigo. HEX triplet: 5C, 18 and 9D. RGB value is (92,24,157). Sum of RGB (Red+Green+Blue) = 92+24+157=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C189D is #A3E762. Grayscale: #3B3B3B. Windows color (decimal): -10741603 or 10295388. OLE color: 10295388.
HSL color Cylindrical-coordinate representation of color #5C189D: hue angle of 270.68º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C189D is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 24 | 157 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.38 |
| HSL | 270.68º | 0.73% | 0.35% | - |
| HSV(B) | 270.68º | 0.85% | 0.62% | - |
| XYZ | 10.83 | 5.36 | 32.36 | - |
| YUV | 59.49 | 183.03 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 157 | 0.41 | 0.85 | 0 | 0.38 | 270.68 | 0.73 | 0.35 |
| Hex | 5C | 18 | 9D | 29 | 55 | 0 | 26 | 10F | 49 | 23 |
| Octal | 134 | 30 | 235 | 51 | 125 | 0 | 46 | 417 | 111 | 43 |
| Binary | 1011100 | 11000 | 10011101 | 101001 | 1010101 | 0 | 100110 | 100001111 | 1001001 | 100011 |
Color Harmonies of #5C189D
Complementary color
Monochromatic Colors of #5C189D
Black with #5C189D
Text Example
Text Example
White with #5C189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C189D; }
p { color: rgb(92,24,157); }
H1.HeaderClassName
{
color: #5C189D;
}
.AnyTagClassName
{
color: #5C189D;
}
</style>
background-color css
<style>
a { background-color: #5C189D; }
a { background-color: rgb(92,24,157); }
div.DivClassName
{
background-color: #5C189D;
}
.BgClassName
{
background-color: #5C189D;
}
</style>
border-color css
<style>
span { border-color: #5C189D; }
span { border-color: rgb(92,24,157); }
td.TdClassName
{
border-color: #5C189D;
}
.TagClassName
{
border-color: #5C189D;
}
</style>