Shades of Indigo #5C0A6E
Tints of Indigo #5C0A6E
RGB
CMYK
RGB Variations
Color information
#5C0A6E (or 0x5C0A6E) is known color: Indigo. HEX triplet: 5C, 0A and 6E. RGB value is (92,10,110). Sum of RGB (Red+Green+Blue) = 92+10+110=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C0A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0A6E is #A3F591. Grayscale: #2D2D2D. Windows color (decimal): -10745234 or 7211612. OLE color: 7211612.
HSL color Cylindrical-coordinate representation of color #5C0A6E: hue angle of 289.2º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0A6E is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 10 | 110 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.57 |
| HSL | 289.2º | 0.83% | 0.24% | - |
| HSV(B) | 289.2º | 0.91% | 0.43% | - |
| XYZ | 7.34 | 3.62 | 15.06 | - |
| YUV | 45.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 110 | 0.16 | 0.91 | 0 | 0.57 | 289.2 | 0.83 | 0.24 |
| Hex | 5C | A | 6E | 10 | 5B | 0 | 39 | 121 | 53 | 18 |
| Octal | 134 | 12 | 156 | 20 | 133 | 0 | 71 | 441 | 123 | 30 |
| Binary | 1011100 | 1010 | 1101110 | 10000 | 1011011 | 0 | 111001 | 100100001 | 1010011 | 11000 |
Color Harmonies of #5C0A6E
Complementary color
Monochromatic Colors of #5C0A6E
Black with #5C0A6E
Text Example
Text Example
White with #5C0A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0A6E; }
p { color: rgb(92,10,110); }
H1.HeaderClassName
{
color: #5C0A6E;
}
.AnyTagClassName
{
color: #5C0A6E;
}
</style>
background-color css
<style>
a { background-color: #5C0A6E; }
a { background-color: rgb(92,10,110); }
div.DivClassName
{
background-color: #5C0A6E;
}
.BgClassName
{
background-color: #5C0A6E;
}
</style>
border-color css
<style>
span { border-color: #5C0A6E; }
span { border-color: rgb(92,10,110); }
td.TdClassName
{
border-color: #5C0A6E;
}
.TagClassName
{
border-color: #5C0A6E;
}
</style>