Shades of Indigo #5C006C
Tints of Indigo #5C006C
RGB
CMYK
RGB Variations
Color information
#5C006C (or 0x5C006C) is known color: Indigo. HEX triplet: 5C, 00 and 6C. RGB value is (92,0,108). Sum of RGB (Red+Green+Blue) = 92+0+108=200 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C006C is #A3FF93. Grayscale: #272727. Windows color (decimal): -10747796 or 7077980. OLE color: 7077980.
HSL color Cylindrical-coordinate representation of color #5C006C: hue angle of 291.11º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C006C is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 0 | 108 | - |
| CMYK | 0.15 | 1 | 0 | 0.58 |
| HSL | 291.11º | 1% | 0.21% | - |
| HSV(B) | 291.11º | 1% | 0.42% | - |
| XYZ | 7.12 | 3.36 | 14.46 | - |
| YUV | 39.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 108 | 0.15 | 1 | 0 | 0.58 | 291.11 | 1 | 0.21 |
| Hex | 5C | 0 | 6C | F | 64 | 0 | 3A | 123 | 64 | 15 |
| Octal | 134 | 0 | 154 | 17 | 144 | 0 | 72 | 443 | 144 | 25 |
| Binary | 1011100 | 0 | 1101100 | 1111 | 1100100 | 0 | 111010 | 100100011 | 1100100 | 10101 |
Color Harmonies of #5C006C
Complementary color
Monochromatic Colors of #5C006C
Black with #5C006C
Text Example
Text Example
White with #5C006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C006C; }
p { color: rgb(92,0,108); }
H1.HeaderClassName
{
color: #5C006C;
}
.AnyTagClassName
{
color: #5C006C;
}
</style>
background-color css
<style>
a { background-color: #5C006C; }
a { background-color: rgb(92,0,108); }
div.DivClassName
{
background-color: #5C006C;
}
.BgClassName
{
background-color: #5C006C;
}
</style>
border-color css
<style>
span { border-color: #5C006C; }
span { border-color: rgb(92,0,108); }
td.TdClassName
{
border-color: #5C006C;
}
.TagClassName
{
border-color: #5C006C;
}
</style>