Shades of Indigo #5C006A
Tints of Indigo #5C006A
RGB
CMYK
RGB Variations
Color information
#5C006A (or 0x5C006A) is known color: Indigo. HEX triplet: 5C, 00 and 6A. RGB value is (92,0,106). Sum of RGB (Red+Green+Blue) = 92+0+106=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #5C006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C006A is #A3FF95. Grayscale: #272727. Windows color (decimal): -10747798 or 6946908. OLE color: 6946908.
HSL color Cylindrical-coordinate representation of color #5C006A: hue angle of 292.08º 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 #5C006A is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 0 | 106 | - |
| CMYK | 0.13 | 1 | 0 | 0.58 |
| HSL | 292.08º | 1% | 0.21% | - |
| HSV(B) | 292.08º | 1% | 0.42% | - |
| XYZ | 7.02 | 3.32 | 13.91 | - |
| YUV | 39.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 106 | 0.13 | 1 | 0 | 0.58 | 292.08 | 1 | 0.21 |
| Hex | 5C | 0 | 6A | D | 64 | 0 | 3A | 124 | 64 | 15 |
| Octal | 134 | 0 | 152 | 15 | 144 | 0 | 72 | 444 | 144 | 25 |
| Binary | 1011100 | 0 | 1101010 | 1101 | 1100100 | 0 | 111010 | 100100100 | 1100100 | 10101 |
Color Harmonies of #5C006A
Complementary color
Monochromatic Colors of #5C006A
Black with #5C006A
Text Example
Text Example
White with #5C006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C006A; }
p { color: rgb(92,0,106); }
H1.HeaderClassName
{
color: #5C006A;
}
.AnyTagClassName
{
color: #5C006A;
}
</style>
background-color css
<style>
a { background-color: #5C006A; }
a { background-color: rgb(92,0,106); }
div.DivClassName
{
background-color: #5C006A;
}
.BgClassName
{
background-color: #5C006A;
}
</style>
border-color css
<style>
span { border-color: #5C006A; }
span { border-color: rgb(92,0,106); }
td.TdClassName
{
border-color: #5C006A;
}
.TagClassName
{
border-color: #5C006A;
}
</style>