Shades of Indigo #5C099D
Tints of Indigo #5C099D
RGB
CMYK
RGB Variations
Color information
#5C099D (or 0x5C099D) is known color: Indigo. HEX triplet: 5C, 09 and 9D. RGB value is (92,9,157). Sum of RGB (Red+Green+Blue) = 92+9+157=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C099D is #A3F662. Grayscale: #323232. Windows color (decimal): -10745443 or 10291548. OLE color: 10291548.
HSL color Cylindrical-coordinate representation of color #5C099D: hue angle of 273.65º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C099D is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 9 | 157 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.38 |
| HSL | 273.65º | 0.89% | 0.33% | - |
| HSV(B) | 273.65º | 0.94% | 0.62% | - |
| XYZ | 10.6 | 4.91 | 32.29 | - |
| YUV | 50.69 | 188 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 157 | 0.41 | 0.94 | 0 | 0.38 | 273.65 | 0.89 | 0.33 |
| Hex | 5C | 9 | 9D | 29 | 5E | 0 | 26 | 112 | 59 | 21 |
| Octal | 134 | 11 | 235 | 51 | 136 | 0 | 46 | 422 | 131 | 41 |
| Binary | 1011100 | 1001 | 10011101 | 101001 | 1011110 | 0 | 100110 | 100010010 | 1011001 | 100001 |
Color Harmonies of #5C099D
Complementary color
Monochromatic Colors of #5C099D
Black with #5C099D
Text Example
Text Example
White with #5C099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C099D; }
p { color: rgb(92,9,157); }
H1.HeaderClassName
{
color: #5C099D;
}
.AnyTagClassName
{
color: #5C099D;
}
</style>
background-color css
<style>
a { background-color: #5C099D; }
a { background-color: rgb(92,9,157); }
div.DivClassName
{
background-color: #5C099D;
}
.BgClassName
{
background-color: #5C099D;
}
</style>
border-color css
<style>
span { border-color: #5C099D; }
span { border-color: rgb(92,9,157); }
td.TdClassName
{
border-color: #5C099D;
}
.TagClassName
{
border-color: #5C099D;
}
</style>