Shades of Indigo #4C0B87
Tints of Indigo #4C0B87
RGB
CMYK
RGB Variations
Color information
#4C0B87 (or 0x4C0B87) is known color: Indigo. HEX triplet: 4C, 0B and 87. RGB value is (76,11,135). Sum of RGB (Red+Green+Blue) = 76+11+135=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #4C0B87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0B87 is #B3F478. Grayscale: #2C2C2C. Windows color (decimal): -11793529 or 8850252. OLE color: 8850252.
HSL color Cylindrical-coordinate representation of color #4C0B87: hue angle of 271.45º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0B87 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 11 | 135 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.47 |
| HSL | 271.45º | 0.85% | 0.29% | - |
| HSV(B) | 271.45º | 0.92% | 0.53% | - |
| XYZ | 7.47 | 3.53 | 23.21 | - |
| YUV | 44.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 135 | 0.44 | 0.92 | 0 | 0.47 | 271.45 | 0.85 | 0.29 |
| Hex | 4C | B | 87 | 2C | 5C | 0 | 2F | 10F | 55 | 1D |
| Octal | 114 | 13 | 207 | 54 | 134 | 0 | 57 | 417 | 125 | 35 |
| Binary | 1001100 | 1011 | 10000111 | 101100 | 1011100 | 0 | 101111 | 100001111 | 1010101 | 11101 |
Color Harmonies of #4C0B87
Complementary color
Monochromatic Colors of #4C0B87
Black with #4C0B87
Text Example
Text Example
White with #4C0B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0B87; }
p { color: rgb(76,11,135); }
H1.HeaderClassName
{
color: #4C0B87;
}
.AnyTagClassName
{
color: #4C0B87;
}
</style>
background-color css
<style>
a { background-color: #4C0B87; }
a { background-color: rgb(76,11,135); }
div.DivClassName
{
background-color: #4C0B87;
}
.BgClassName
{
background-color: #4C0B87;
}
</style>
border-color css
<style>
span { border-color: #4C0B87; }
span { border-color: rgb(76,11,135); }
td.TdClassName
{
border-color: #4C0B87;
}
.TagClassName
{
border-color: #4C0B87;
}
</style>