Shades of Indigo #4C0D88
Tints of Indigo #4C0D88
RGB
CMYK
RGB Variations
Color information
#4C0D88 (or 0x4C0D88) is known color: Indigo. HEX triplet: 4C, 0D and 88. RGB value is (76,13,136). Sum of RGB (Red+Green+Blue) = 76+13+136=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C0D88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0D88 is #B3F277. Grayscale: #2D2D2D. Windows color (decimal): -11793016 or 8916300. OLE color: 8916300.
HSL color Cylindrical-coordinate representation of color #4C0D88: hue angle of 270.73º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C0D88 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 13 | 136 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.47 |
| HSL | 270.73º | 0.83% | 0.29% | - |
| HSV(B) | 270.73º | 0.9% | 0.53% | - |
| XYZ | 7.57 | 3.6 | 23.59 | - |
| YUV | 45.86 | 178.87 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 13 | 136 | 0.44 | 0.90 | 0 | 0.47 | 270.73 | 0.83 | 0.29 |
| Hex | 4C | D | 88 | 2C | 5A | 0 | 2F | 10F | 53 | 1D |
| Octal | 114 | 15 | 210 | 54 | 132 | 0 | 57 | 417 | 123 | 35 |
| Binary | 1001100 | 1101 | 10001000 | 101100 | 1011010 | 0 | 101111 | 100001111 | 1010011 | 11101 |
Color Harmonies of #4C0D88
Complementary color
Monochromatic Colors of #4C0D88
Black with #4C0D88
Text Example
Text Example
White with #4C0D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0D88; }
p { color: rgb(76,13,136); }
H1.HeaderClassName
{
color: #4C0D88;
}
.AnyTagClassName
{
color: #4C0D88;
}
</style>
background-color css
<style>
a { background-color: #4C0D88; }
a { background-color: rgb(76,13,136); }
div.DivClassName
{
background-color: #4C0D88;
}
.BgClassName
{
background-color: #4C0D88;
}
</style>
border-color css
<style>
span { border-color: #4C0D88; }
span { border-color: rgb(76,13,136); }
td.TdClassName
{
border-color: #4C0D88;
}
.TagClassName
{
border-color: #4C0D88;
}
</style>