Shades of Indigo #5C0A69
Tints of Indigo #5C0A69
RGB
CMYK
RGB Variations
Color information
#5C0A69 (or 0x5C0A69) is known color: Indigo. HEX triplet: 5C, 0A and 69. RGB value is (92,10,105). Sum of RGB (Red+Green+Blue) = 92+10+105=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C0A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0A69 is #A3F596. Grayscale: #2D2D2D. Windows color (decimal): -10745239 or 6883932. OLE color: 6883932.
HSL color Cylindrical-coordinate representation of color #5C0A69: hue angle of 291.79º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0A69 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 10 | 105 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.59 |
| HSL | 291.79º | 0.83% | 0.23% | - |
| HSV(B) | 291.79º | 0.9% | 0.41% | - |
| XYZ | 7.07 | 3.51 | 13.67 | - |
| YUV | 45.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 105 | 0.12 | 0.90 | 0 | 0.59 | 291.79 | 0.83 | 0.23 |
| Hex | 5C | A | 69 | C | 5A | 0 | 3B | 124 | 53 | 17 |
| Octal | 134 | 12 | 151 | 14 | 132 | 0 | 73 | 444 | 123 | 27 |
| Binary | 1011100 | 1010 | 1101001 | 1100 | 1011010 | 0 | 111011 | 100100100 | 1010011 | 10111 |
Color Harmonies of #5C0A69
Complementary color
Monochromatic Colors of #5C0A69
Black with #5C0A69
Text Example
Text Example
White with #5C0A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0A69; }
p { color: rgb(92,10,105); }
H1.HeaderClassName
{
color: #5C0A69;
}
.AnyTagClassName
{
color: #5C0A69;
}
</style>
background-color css
<style>
a { background-color: #5C0A69; }
a { background-color: rgb(92,10,105); }
div.DivClassName
{
background-color: #5C0A69;
}
.BgClassName
{
background-color: #5C0A69;
}
</style>
border-color css
<style>
span { border-color: #5C0A69; }
span { border-color: rgb(92,10,105); }
td.TdClassName
{
border-color: #5C0A69;
}
.TagClassName
{
border-color: #5C0A69;
}
</style>