Shades of Indigo #5C0B78
Tints of Indigo #5C0B78
RGB
CMYK
RGB Variations
Color information
#5C0B78 (or 0x5C0B78) is known color: Indigo. HEX triplet: 5C, 0B and 78. RGB value is (92,11,120). Sum of RGB (Red+Green+Blue) = 92+11+120=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C0B78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0B78 is #A3F487. Grayscale: #2F2F2F. Windows color (decimal): -10744968 or 7867228. OLE color: 7867228.
HSL color Cylindrical-coordinate representation of color #5C0B78: hue angle of 284.59º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0B78 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 11 | 120 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.53 |
| HSL | 284.59º | 0.83% | 0.26% | - |
| HSV(B) | 284.59º | 0.91% | 0.47% | - |
| XYZ | 7.92 | 3.87 | 18.1 | - |
| YUV | 47.65 | 168.84 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 11 | 120 | 0.23 | 0.91 | 0 | 0.53 | 284.59 | 0.83 | 0.26 |
| Hex | 5C | B | 78 | 17 | 5B | 0 | 35 | 11D | 53 | 1A |
| Octal | 134 | 13 | 170 | 27 | 133 | 0 | 65 | 435 | 123 | 32 |
| Binary | 1011100 | 1011 | 1111000 | 10111 | 1011011 | 0 | 110101 | 100011101 | 1010011 | 11010 |
Color Harmonies of #5C0B78
Complementary color
Monochromatic Colors of #5C0B78
Black with #5C0B78
Text Example
Text Example
White with #5C0B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0B78; }
p { color: rgb(92,11,120); }
H1.HeaderClassName
{
color: #5C0B78;
}
.AnyTagClassName
{
color: #5C0B78;
}
</style>
background-color css
<style>
a { background-color: #5C0B78; }
a { background-color: rgb(92,11,120); }
div.DivClassName
{
background-color: #5C0B78;
}
.BgClassName
{
background-color: #5C0B78;
}
</style>
border-color css
<style>
span { border-color: #5C0B78; }
span { border-color: rgb(92,11,120); }
td.TdClassName
{
border-color: #5C0B78;
}
.TagClassName
{
border-color: #5C0B78;
}
</style>