Shades of Indigo #5C099A
Tints of Indigo #5C099A
RGB
CMYK
RGB Variations
Color information
#5C099A (or 0x5C099A) is known color: Indigo. HEX triplet: 5C, 09 and 9A. RGB value is (92,9,154). Sum of RGB (Red+Green+Blue) = 92+9+154=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C099A is #A3F665. Grayscale: #313131. Windows color (decimal): -10745446 or 10094940. OLE color: 10094940.
HSL color Cylindrical-coordinate representation of color #5C099A: hue angle of 274.34º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C099A is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 9 | 154 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.40 |
| HSL | 274.34º | 0.89% | 0.32% | - |
| HSV(B) | 274.34º | 0.94% | 0.6% | - |
| XYZ | 10.34 | 4.8 | 30.95 | - |
| YUV | 50.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 154 | 0.40 | 0.94 | 0 | 0.40 | 274.34 | 0.89 | 0.32 |
| Hex | 5C | 9 | 9A | 28 | 5E | 0 | 28 | 112 | 59 | 20 |
| Octal | 134 | 11 | 232 | 50 | 136 | 0 | 50 | 422 | 131 | 40 |
| Binary | 1011100 | 1001 | 10011010 | 101000 | 1011110 | 0 | 101000 | 100010010 | 1011001 | 100000 |
Color Harmonies of #5C099A
Complementary color
Monochromatic Colors of #5C099A
Black with #5C099A
Text Example
Text Example
White with #5C099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C099A; }
p { color: rgb(92,9,154); }
H1.HeaderClassName
{
color: #5C099A;
}
.AnyTagClassName
{
color: #5C099A;
}
</style>
background-color css
<style>
a { background-color: #5C099A; }
a { background-color: rgb(92,9,154); }
div.DivClassName
{
background-color: #5C099A;
}
.BgClassName
{
background-color: #5C099A;
}
</style>
border-color css
<style>
span { border-color: #5C099A; }
span { border-color: rgb(92,9,154); }
td.TdClassName
{
border-color: #5C099A;
}
.TagClassName
{
border-color: #5C099A;
}
</style>