Shades of Indigo #5C0C6B
Tints of Indigo #5C0C6B
RGB
CMYK
RGB Variations
Color information
#5C0C6B (or 0x5C0C6B) is known color: Indigo. HEX triplet: 5C, 0C and 6B. RGB value is (92,12,107). Sum of RGB (Red+Green+Blue) = 92+12+107=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #5C0C6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0C6B is #A3F394. Grayscale: #2E2E2E. Windows color (decimal): -10744725 or 7015516. OLE color: 7015516.
HSL color Cylindrical-coordinate representation of color #5C0C6B: hue angle of 290.53º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C0C6B is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 12 | 107 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.58 |
| HSL | 290.53º | 0.8% | 0.23% | - |
| HSV(B) | 290.53º | 0.89% | 0.42% | - |
| XYZ | 7.2 | 3.6 | 14.23 | - |
| YUV | 46.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 107 | 0.14 | 0.89 | 0 | 0.58 | 290.53 | 0.8 | 0.23 |
| Hex | 5C | C | 6B | E | 59 | 0 | 3A | 123 | 50 | 17 |
| Octal | 134 | 14 | 153 | 16 | 131 | 0 | 72 | 443 | 120 | 27 |
| Binary | 1011100 | 1100 | 1101011 | 1110 | 1011001 | 0 | 111010 | 100100011 | 1010000 | 10111 |
Color Harmonies of #5C0C6B
Complementary color
Monochromatic Colors of #5C0C6B
Black with #5C0C6B
Text Example
Text Example
White with #5C0C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0C6B; }
p { color: rgb(92,12,107); }
H1.HeaderClassName
{
color: #5C0C6B;
}
.AnyTagClassName
{
color: #5C0C6B;
}
</style>
background-color css
<style>
a { background-color: #5C0C6B; }
a { background-color: rgb(92,12,107); }
div.DivClassName
{
background-color: #5C0C6B;
}
.BgClassName
{
background-color: #5C0C6B;
}
</style>
border-color css
<style>
span { border-color: #5C0C6B; }
span { border-color: rgb(92,12,107); }
td.TdClassName
{
border-color: #5C0C6B;
}
.TagClassName
{
border-color: #5C0C6B;
}
</style>