Shades of Indigo #5C0696
Tints of Indigo #5C0696
RGB
CMYK
RGB Variations
Color information
#5C0696 (or 0x5C0696) is known color: Indigo. HEX triplet: 5C, 06 and 96. RGB value is (92,6,150). Sum of RGB (Red+Green+Blue) = 92+6+150=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #5C0696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0696 is #A3F969. Grayscale: #2F2F2F. Windows color (decimal): -10746218 or 9832028. OLE color: 9832028.
HSL color Cylindrical-coordinate representation of color #5C0696: hue angle of 275.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0696 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 6 | 150 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.41 |
| HSL | 275.83º | 0.92% | 0.31% | - |
| HSV(B) | 275.83º | 0.96% | 0.59% | - |
| XYZ | 9.98 | 4.61 | 29.22 | - |
| YUV | 48.13 | 185.49 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 6 | 150 | 0.39 | 0.96 | 0 | 0.41 | 275.83 | 0.92 | 0.31 |
| Hex | 5C | 6 | 96 | 27 | 60 | 0 | 29 | 114 | 5C | 1F |
| Octal | 134 | 6 | 226 | 47 | 140 | 0 | 51 | 424 | 134 | 37 |
| Binary | 1011100 | 110 | 10010110 | 100111 | 1100000 | 0 | 101001 | 100010100 | 1011100 | 11111 |
Color Harmonies of #5C0696
Complementary color
Monochromatic Colors of #5C0696
Black with #5C0696
Text Example
Text Example
White with #5C0696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0696; }
p { color: rgb(92,6,150); }
H1.HeaderClassName
{
color: #5C0696;
}
.AnyTagClassName
{
color: #5C0696;
}
</style>
background-color css
<style>
a { background-color: #5C0696; }
a { background-color: rgb(92,6,150); }
div.DivClassName
{
background-color: #5C0696;
}
.BgClassName
{
background-color: #5C0696;
}
</style>
border-color css
<style>
span { border-color: #5C0696; }
span { border-color: rgb(92,6,150); }
td.TdClassName
{
border-color: #5C0696;
}
.TagClassName
{
border-color: #5C0696;
}
</style>