Shades of Indigo #5C1098
Tints of Indigo #5C1098
RGB
CMYK
RGB Variations
Color information
#5C1098 (or 0x5C1098) is known color: Indigo. HEX triplet: 5C, 10 and 98. RGB value is (92,16,152). Sum of RGB (Red+Green+Blue) = 92+16+152=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C1098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1098 is #A3EF67. Grayscale: #353535. Windows color (decimal): -10743656 or 9965660. OLE color: 9965660.
HSL color Cylindrical-coordinate representation of color #5C1098: hue angle of 273.53º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C1098 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 16 | 152 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.40 |
| HSL | 273.53º | 0.81% | 0.33% | - |
| HSV(B) | 273.53º | 0.89% | 0.6% | - |
| XYZ | 10.27 | 4.91 | 30.11 | - |
| YUV | 54.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 152 | 0.39 | 0.89 | 0 | 0.40 | 273.53 | 0.81 | 0.33 |
| Hex | 5C | 10 | 98 | 27 | 59 | 0 | 28 | 112 | 51 | 21 |
| Octal | 134 | 20 | 230 | 47 | 131 | 0 | 50 | 422 | 121 | 41 |
| Binary | 1011100 | 10000 | 10011000 | 100111 | 1011001 | 0 | 101000 | 100010010 | 1010001 | 100001 |
Color Harmonies of #5C1098
Complementary color
Monochromatic Colors of #5C1098
Black with #5C1098
Text Example
Text Example
White with #5C1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1098; }
p { color: rgb(92,16,152); }
H1.HeaderClassName
{
color: #5C1098;
}
.AnyTagClassName
{
color: #5C1098;
}
</style>
background-color css
<style>
a { background-color: #5C1098; }
a { background-color: rgb(92,16,152); }
div.DivClassName
{
background-color: #5C1098;
}
.BgClassName
{
background-color: #5C1098;
}
</style>
border-color css
<style>
span { border-color: #5C1098; }
span { border-color: rgb(92,16,152); }
td.TdClassName
{
border-color: #5C1098;
}
.TagClassName
{
border-color: #5C1098;
}
</style>