Shades of Indigo #5C099E
Tints of Indigo #5C099E
RGB
CMYK
RGB Variations
Color information
#5C099E (or 0x5C099E) is known color: Indigo. HEX triplet: 5C, 09 and 9E. RGB value is (92,9,158). Sum of RGB (Red+Green+Blue) = 92+9+158=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C099E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C099E is #A3F661. Grayscale: #323232. Windows color (decimal): -10745442 or 10357084. OLE color: 10357084.
HSL color Cylindrical-coordinate representation of color #5C099E: hue angle of 273.42º 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 #5C099E is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 9 | 158 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.38 |
| HSL | 273.42º | 0.89% | 0.33% | - |
| HSV(B) | 273.42º | 0.94% | 0.62% | - |
| XYZ | 10.68 | 4.94 | 32.74 | - |
| YUV | 50.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 158 | 0.42 | 0.94 | 0 | 0.38 | 273.42 | 0.89 | 0.33 |
| Hex | 5C | 9 | 9E | 2A | 5E | 0 | 26 | 111 | 59 | 21 |
| Octal | 134 | 11 | 236 | 52 | 136 | 0 | 46 | 421 | 131 | 41 |
| Binary | 1011100 | 1001 | 10011110 | 101010 | 1011110 | 0 | 100110 | 100010001 | 1011001 | 100001 |
Color Harmonies of #5C099E
Complementary color
Monochromatic Colors of #5C099E
Black with #5C099E
Text Example
Text Example
White with #5C099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C099E; }
p { color: rgb(92,9,158); }
H1.HeaderClassName
{
color: #5C099E;
}
.AnyTagClassName
{
color: #5C099E;
}
</style>
background-color css
<style>
a { background-color: #5C099E; }
a { background-color: rgb(92,9,158); }
div.DivClassName
{
background-color: #5C099E;
}
.BgClassName
{
background-color: #5C099E;
}
</style>
border-color css
<style>
span { border-color: #5C099E; }
span { border-color: rgb(92,9,158); }
td.TdClassName
{
border-color: #5C099E;
}
.TagClassName
{
border-color: #5C099E;
}
</style>