Shades of Indigo #5C0370
Tints of Indigo #5C0370
RGB
CMYK
RGB Variations
Color information
#5C0370 (or 0x5C0370) is known color: Indigo. HEX triplet: 5C, 03 and 70. RGB value is (92,3,112). Sum of RGB (Red+Green+Blue) = 92+3+112=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #5C0370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0370 is #A3FC8F. Grayscale: #292929. Windows color (decimal): -10747024 or 7340892. OLE color: 7340892.
HSL color Cylindrical-coordinate representation of color #5C0370: hue angle of 288.99º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C0370 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 3 | 112 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.56 |
| HSL | 288.99º | 0.95% | 0.23% | - |
| HSV(B) | 288.99º | 0.97% | 0.44% | - |
| XYZ | 7.37 | 3.51 | 15.62 | - |
| YUV | 42.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 112 | 0.18 | 0.97 | 0 | 0.56 | 288.99 | 0.95 | 0.23 |
| Hex | 5C | 3 | 70 | 12 | 61 | 0 | 38 | 121 | 5F | 17 |
| Octal | 134 | 3 | 160 | 22 | 141 | 0 | 70 | 441 | 137 | 27 |
| Binary | 1011100 | 11 | 1110000 | 10010 | 1100001 | 0 | 111000 | 100100001 | 1011111 | 10111 |
Color Harmonies of #5C0370
Complementary color
Monochromatic Colors of #5C0370
Black with #5C0370
Text Example
Text Example
White with #5C0370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0370; }
p { color: rgb(92,3,112); }
H1.HeaderClassName
{
color: #5C0370;
}
.AnyTagClassName
{
color: #5C0370;
}
</style>
background-color css
<style>
a { background-color: #5C0370; }
a { background-color: rgb(92,3,112); }
div.DivClassName
{
background-color: #5C0370;
}
.BgClassName
{
background-color: #5C0370;
}
</style>
border-color css
<style>
span { border-color: #5C0370; }
span { border-color: rgb(92,3,112); }
td.TdClassName
{
border-color: #5C0370;
}
.TagClassName
{
border-color: #5C0370;
}
</style>