Shades of Indigo #5C1299
Tints of Indigo #5C1299
RGB
CMYK
RGB Variations
Color information
#5C1299 (or 0x5C1299) is known color: Indigo. HEX triplet: 5C, 12 and 99. RGB value is (92,18,153). Sum of RGB (Red+Green+Blue) = 92+18+153=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C1299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1299 is #A3ED66. Grayscale: #373737. Windows color (decimal): -10743143 or 10031708. OLE color: 10031708.
HSL color Cylindrical-coordinate representation of color #5C1299: hue angle of 272.89º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C1299 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 18 | 153 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.4 |
| HSL | 272.89º | 0.79% | 0.34% | - |
| HSV(B) | 272.89º | 0.88% | 0.6% | - |
| XYZ | 10.38 | 5.01 | 30.56 | - |
| YUV | 55.52 | 183.02 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 153 | 0.40 | 0.88 | 0 | 0.4 | 272.89 | 0.79 | 0.34 |
| Hex | 5C | 12 | 99 | 28 | 58 | 0 | 28 | 111 | 4F | 22 |
| Octal | 134 | 22 | 231 | 50 | 130 | 0 | 50 | 421 | 117 | 42 |
| Binary | 1011100 | 10010 | 10011001 | 101000 | 1011000 | 0 | 101000 | 100010001 | 1001111 | 100010 |
Color Harmonies of #5C1299
Complementary color
Monochromatic Colors of #5C1299
Black with #5C1299
Text Example
Text Example
White with #5C1299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1299; }
p { color: rgb(92,18,153); }
H1.HeaderClassName
{
color: #5C1299;
}
.AnyTagClassName
{
color: #5C1299;
}
</style>
background-color css
<style>
a { background-color: #5C1299; }
a { background-color: rgb(92,18,153); }
div.DivClassName
{
background-color: #5C1299;
}
.BgClassName
{
background-color: #5C1299;
}
</style>
border-color css
<style>
span { border-color: #5C1299; }
span { border-color: rgb(92,18,153); }
td.TdClassName
{
border-color: #5C1299;
}
.TagClassName
{
border-color: #5C1299;
}
</style>