Shades of Indigo #5C0095
Tints of Indigo #5C0095
RGB
CMYK
RGB Variations
Color information
#5C0095 (or 0x5C0095) is known color: Indigo. HEX triplet: 5C, 00 and 95. RGB value is (92,0,149). Sum of RGB (Red+Green+Blue) = 92+0+149=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0095 is #A3FF6A. Grayscale: #2B2B2B. Windows color (decimal): -10747755 or 9764956. OLE color: 9764956.
HSL color Cylindrical-coordinate representation of color #5C0095: hue angle of 277.05º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C0095 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 0 | 149 | - |
| CMYK | 0.38 | 1 | 0 | 0.42 |
| HSL | 277.05º | 1% | 0.29% | - |
| HSV(B) | 277.05º | 1% | 0.58% | - |
| XYZ | 9.84 | 4.45 | 28.77 | - |
| YUV | 44.49 | 186.98 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 149 | 0.38 | 1 | 0 | 0.42 | 277.05 | 1 | 0.29 |
| Hex | 5C | 0 | 95 | 26 | 64 | 0 | 2A | 115 | 64 | 1D |
| Octal | 134 | 0 | 225 | 46 | 144 | 0 | 52 | 425 | 144 | 35 |
| Binary | 1011100 | 0 | 10010101 | 100110 | 1100100 | 0 | 101010 | 100010101 | 1100100 | 11101 |
Color Harmonies of #5C0095
Complementary color
Monochromatic Colors of #5C0095
Black with #5C0095
Text Example
Text Example
White with #5C0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0095; }
p { color: rgb(92,0,149); }
H1.HeaderClassName
{
color: #5C0095;
}
.AnyTagClassName
{
color: #5C0095;
}
</style>
background-color css
<style>
a { background-color: #5C0095; }
a { background-color: rgb(92,0,149); }
div.DivClassName
{
background-color: #5C0095;
}
.BgClassName
{
background-color: #5C0095;
}
</style>
border-color css
<style>
span { border-color: #5C0095; }
span { border-color: rgb(92,0,149); }
td.TdClassName
{
border-color: #5C0095;
}
.TagClassName
{
border-color: #5C0095;
}
</style>