Shades of Indigo #5C0368
Tints of Indigo #5C0368
RGB
CMYK
RGB Variations
Color information
#5C0368 (or 0x5C0368) is known color: Indigo. HEX triplet: 5C, 03 and 68. RGB value is (92,3,104). Sum of RGB (Red+Green+Blue) = 92+3+104=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C0368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0368 is #A3FC97. Grayscale: #282828. Windows color (decimal): -10747032 or 6816604. OLE color: 6816604.
HSL color Cylindrical-coordinate representation of color #5C0368: hue angle of 292.87º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C0368 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 3 | 104 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.59 |
| HSL | 292.87º | 0.94% | 0.21% | - |
| HSV(B) | 292.87º | 0.97% | 0.41% | - |
| XYZ | 6.94 | 3.34 | 13.38 | - |
| YUV | 41.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 104 | 0.12 | 0.97 | 0 | 0.59 | 292.87 | 0.94 | 0.21 |
| Hex | 5C | 3 | 68 | C | 61 | 0 | 3B | 125 | 5E | 15 |
| Octal | 134 | 3 | 150 | 14 | 141 | 0 | 73 | 445 | 136 | 25 |
| Binary | 1011100 | 11 | 1101000 | 1100 | 1100001 | 0 | 111011 | 100100101 | 1011110 | 10101 |
Color Harmonies of #5C0368
Complementary color
Monochromatic Colors of #5C0368
Black with #5C0368
Text Example
Text Example
White with #5C0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0368; }
p { color: rgb(92,3,104); }
H1.HeaderClassName
{
color: #5C0368;
}
.AnyTagClassName
{
color: #5C0368;
}
</style>
background-color css
<style>
a { background-color: #5C0368; }
a { background-color: rgb(92,3,104); }
div.DivClassName
{
background-color: #5C0368;
}
.BgClassName
{
background-color: #5C0368;
}
</style>
border-color css
<style>
span { border-color: #5C0368; }
span { border-color: rgb(92,3,104); }
td.TdClassName
{
border-color: #5C0368;
}
.TagClassName
{
border-color: #5C0368;
}
</style>