Shades of Indigo #5C139E
Tints of Indigo #5C139E
RGB
CMYK
RGB Variations
Color information
#5C139E (or 0x5C139E) is known color: Indigo. HEX triplet: 5C, 13 and 9E. RGB value is (92,19,158). Sum of RGB (Red+Green+Blue) = 92+19+158=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C139E is #A3EC61. Grayscale: #383838. Windows color (decimal): -10742882 or 10359644. OLE color: 10359644.
HSL color Cylindrical-coordinate representation of color #5C139E: hue angle of 271.51º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C139E is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 19 | 158 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.38 |
| HSL | 271.51º | 0.79% | 0.35% | - |
| HSV(B) | 271.51º | 0.88% | 0.62% | - |
| XYZ | 10.82 | 5.21 | 32.78 | - |
| YUV | 56.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 158 | 0.42 | 0.88 | 0 | 0.38 | 271.51 | 0.79 | 0.35 |
| Hex | 5C | 13 | 9E | 2A | 58 | 0 | 26 | 110 | 4F | 23 |
| Octal | 134 | 23 | 236 | 52 | 130 | 0 | 46 | 420 | 117 | 43 |
| Binary | 1011100 | 10011 | 10011110 | 101010 | 1011000 | 0 | 100110 | 100010000 | 1001111 | 100011 |
Color Harmonies of #5C139E
Complementary color
Monochromatic Colors of #5C139E
Black with #5C139E
Text Example
Text Example
White with #5C139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C139E; }
p { color: rgb(92,19,158); }
H1.HeaderClassName
{
color: #5C139E;
}
.AnyTagClassName
{
color: #5C139E;
}
</style>
background-color css
<style>
a { background-color: #5C139E; }
a { background-color: rgb(92,19,158); }
div.DivClassName
{
background-color: #5C139E;
}
.BgClassName
{
background-color: #5C139E;
}
</style>
border-color css
<style>
span { border-color: #5C139E; }
span { border-color: rgb(92,19,158); }
td.TdClassName
{
border-color: #5C139E;
}
.TagClassName
{
border-color: #5C139E;
}
</style>