Shades of Indigo #5C0199
Tints of Indigo #5C0199
RGB
CMYK
RGB Variations
Color information
#5C0199 (or 0x5C0199) is known color: Indigo. HEX triplet: 5C, 01 and 99. RGB value is (92,1,153). Sum of RGB (Red+Green+Blue) = 92+1+153=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C0199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0199 is #A3FE66. Grayscale: #2D2D2D. Windows color (decimal): -10747495 or 10027356. OLE color: 10027356.
HSL color Cylindrical-coordinate representation of color #5C0199: hue angle of 275.92º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0199 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 1 | 153 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.4 |
| HSL | 275.92º | 0.99% | 0.3% | - |
| HSV(B) | 275.92º | 0.99% | 0.6% | - |
| XYZ | 10.17 | 4.6 | 30.49 | - |
| YUV | 45.54 | 188.65 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 153 | 0.40 | 0.99 | 0 | 0.4 | 275.92 | 0.99 | 0.3 |
| Hex | 5C | 1 | 99 | 28 | 63 | 0 | 28 | 114 | 63 | 1E |
| Octal | 134 | 1 | 231 | 50 | 143 | 0 | 50 | 424 | 143 | 36 |
| Binary | 1011100 | 1 | 10011001 | 101000 | 1100011 | 0 | 101000 | 100010100 | 1100011 | 11110 |
Color Harmonies of #5C0199
Complementary color
Monochromatic Colors of #5C0199
Black with #5C0199
Text Example
Text Example
White with #5C0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0199; }
p { color: rgb(92,1,153); }
H1.HeaderClassName
{
color: #5C0199;
}
.AnyTagClassName
{
color: #5C0199;
}
</style>
background-color css
<style>
a { background-color: #5C0199; }
a { background-color: rgb(92,1,153); }
div.DivClassName
{
background-color: #5C0199;
}
.BgClassName
{
background-color: #5C0199;
}
</style>
border-color css
<style>
span { border-color: #5C0199; }
span { border-color: rgb(92,1,153); }
td.TdClassName
{
border-color: #5C0199;
}
.TagClassName
{
border-color: #5C0199;
}
</style>