Shades of Indigo #5C1099
Tints of Indigo #5C1099
RGB
CMYK
RGB Variations
Color information
#5C1099 (or 0x5C1099) is known color: Indigo. HEX triplet: 5C, 10 and 99. RGB value is (92,16,153). Sum of RGB (Red+Green+Blue) = 92+16+153=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C1099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1099 is #A3EF66. Grayscale: #353535. Windows color (decimal): -10743655 or 10031196. OLE color: 10031196.
HSL color Cylindrical-coordinate representation of color #5C1099: hue angle of 273.28º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C1099 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 16 | 153 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.4 |
| HSL | 273.28º | 0.81% | 0.33% | - |
| HSV(B) | 273.28º | 0.9% | 0.6% | - |
| XYZ | 10.35 | 4.95 | 30.55 | - |
| YUV | 54.34 | 183.68 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 153 | 0.40 | 0.90 | 0 | 0.4 | 273.28 | 0.81 | 0.33 |
| Hex | 5C | 10 | 99 | 28 | 5A | 0 | 28 | 111 | 51 | 21 |
| Octal | 134 | 20 | 231 | 50 | 132 | 0 | 50 | 421 | 121 | 41 |
| Binary | 1011100 | 10000 | 10011001 | 101000 | 1011010 | 0 | 101000 | 100010001 | 1010001 | 100001 |
Color Harmonies of #5C1099
Complementary color
Monochromatic Colors of #5C1099
Black with #5C1099
Text Example
Text Example
White with #5C1099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1099; }
p { color: rgb(92,16,153); }
H1.HeaderClassName
{
color: #5C1099;
}
.AnyTagClassName
{
color: #5C1099;
}
</style>
background-color css
<style>
a { background-color: #5C1099; }
a { background-color: rgb(92,16,153); }
div.DivClassName
{
background-color: #5C1099;
}
.BgClassName
{
background-color: #5C1099;
}
</style>
border-color css
<style>
span { border-color: #5C1099; }
span { border-color: rgb(92,16,153); }
td.TdClassName
{
border-color: #5C1099;
}
.TagClassName
{
border-color: #5C1099;
}
</style>