Shades of Indigo #5C008E
Tints of Indigo #5C008E
RGB
CMYK
RGB Variations
Color information
#5C008E (or 0x5C008E) is known color: Indigo. HEX triplet: 5C, 00 and 8E. RGB value is (92,0,142). Sum of RGB (Red+Green+Blue) = 92+0+142=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C008E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C008E is #A3FF71. Grayscale: #2B2B2B. Windows color (decimal): -10747762 or 9306204. OLE color: 9306204.
HSL color Cylindrical-coordinate representation of color #5C008E: hue angle of 278.87º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C008E is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 0 | 142 | - |
| CMYK | 0.35 | 1 | 0 | 0.44 |
| HSL | 278.87º | 1% | 0.28% | - |
| HSV(B) | 278.87º | 1% | 0.56% | - |
| XYZ | 9.3 | 4.23 | 25.92 | - |
| YUV | 43.7 | 183.48 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 142 | 0.35 | 1 | 0 | 0.44 | 278.87 | 1 | 0.28 |
| Hex | 5C | 0 | 8E | 23 | 64 | 0 | 2C | 117 | 64 | 1C |
| Octal | 134 | 0 | 216 | 43 | 144 | 0 | 54 | 427 | 144 | 34 |
| Binary | 1011100 | 0 | 10001110 | 100011 | 1100100 | 0 | 101100 | 100010111 | 1100100 | 11100 |
Color Harmonies of #5C008E
Complementary color
Monochromatic Colors of #5C008E
Black with #5C008E
Text Example
Text Example
White with #5C008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C008E; }
p { color: rgb(92,0,142); }
H1.HeaderClassName
{
color: #5C008E;
}
.AnyTagClassName
{
color: #5C008E;
}
</style>
background-color css
<style>
a { background-color: #5C008E; }
a { background-color: rgb(92,0,142); }
div.DivClassName
{
background-color: #5C008E;
}
.BgClassName
{
background-color: #5C008E;
}
</style>
border-color css
<style>
span { border-color: #5C008E; }
span { border-color: rgb(92,0,142); }
td.TdClassName
{
border-color: #5C008E;
}
.TagClassName
{
border-color: #5C008E;
}
</style>