Shades of Indigo #4C0081
Tints of Indigo #4C0081
RGB
CMYK
RGB Variations
Color information
#4C0081 (or 0x4C0081) is known color: Indigo. HEX triplet: 4C, 00 and 81. RGB value is (76,0,129). Sum of RGB (Red+Green+Blue) = 76+0+129=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 129 (50.78% from 255 or 62.93% from 205); Max value from RGB is 129 - color contains mainly: blue. Hex color #4C0081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0081 is #B3FF7E. Grayscale: #242424. Windows color (decimal): -11796351 or 8454220. OLE color: 8454220.
HSL color Cylindrical-coordinate representation of color #4C0081: hue angle of 275.35º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C0081 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 0 | 129 | - |
| CMYK | 0.41 | 1 | 0 | 0.49 |
| HSL | 275.35º | 1% | 0.25% | - |
| HSV(B) | 275.35º | 1% | 0.51% | - |
| XYZ | 6.94 | 3.12 | 21.01 | - |
| YUV | 37.43 | 179.68 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 129 | 0.41 | 1 | 0 | 0.49 | 275.35 | 1 | 0.25 |
| Hex | 4C | 0 | 81 | 29 | 64 | 0 | 31 | 113 | 64 | 19 |
| Octal | 114 | 0 | 201 | 51 | 144 | 0 | 61 | 423 | 144 | 31 |
| Binary | 1001100 | 0 | 10000001 | 101001 | 1100100 | 0 | 110001 | 100010011 | 1100100 | 11001 |
Color Harmonies of #4C0081
Complementary color
Monochromatic Colors of #4C0081
Black with #4C0081
Text Example
Text Example
White with #4C0081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0081; }
p { color: rgb(76,0,129); }
H1.HeaderClassName
{
color: #4C0081;
}
.AnyTagClassName
{
color: #4C0081;
}
</style>
background-color css
<style>
a { background-color: #4C0081; }
a { background-color: rgb(76,0,129); }
div.DivClassName
{
background-color: #4C0081;
}
.BgClassName
{
background-color: #4C0081;
}
</style>
border-color css
<style>
span { border-color: #4C0081; }
span { border-color: rgb(76,0,129); }
td.TdClassName
{
border-color: #4C0081;
}
.TagClassName
{
border-color: #4C0081;
}
</style>