Shades of Indigo #4C059A
Tints of Indigo #4C059A
RGB
CMYK
RGB Variations
Color information
#4C059A (or 0x4C059A) is known color: Indigo. HEX triplet: 4C, 05 and 9A. RGB value is (76,5,154). Sum of RGB (Red+Green+Blue) = 76+5+154=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C059A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C059A is #B3FA65. Grayscale: #2A2A2A. Windows color (decimal): -11795046 or 10093900. OLE color: 10093900.
HSL color Cylindrical-coordinate representation of color #4C059A: hue angle of 268.59º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C059A is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 5 | 154 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.40 |
| HSL | 268.59º | 0.94% | 0.31% | - |
| HSV(B) | 268.59º | 0.97% | 0.6% | - |
| XYZ | 8.87 | 3.98 | 30.87 | - |
| YUV | 43.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 154 | 0.51 | 0.97 | 0 | 0.40 | 268.59 | 0.94 | 0.31 |
| Hex | 4C | 5 | 9A | 33 | 61 | 0 | 28 | 10D | 5E | 1F |
| Octal | 114 | 5 | 232 | 63 | 141 | 0 | 50 | 415 | 136 | 37 |
| Binary | 1001100 | 101 | 10011010 | 110011 | 1100001 | 0 | 101000 | 100001101 | 1011110 | 11111 |
Color Harmonies of #4C059A
Complementary color
Monochromatic Colors of #4C059A
Black with #4C059A
Text Example
Text Example
White with #4C059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C059A; }
p { color: rgb(76,5,154); }
H1.HeaderClassName
{
color: #4C059A;
}
.AnyTagClassName
{
color: #4C059A;
}
</style>
background-color css
<style>
a { background-color: #4C059A; }
a { background-color: rgb(76,5,154); }
div.DivClassName
{
background-color: #4C059A;
}
.BgClassName
{
background-color: #4C059A;
}
</style>
border-color css
<style>
span { border-color: #4C059A; }
span { border-color: rgb(76,5,154); }
td.TdClassName
{
border-color: #4C059A;
}
.TagClassName
{
border-color: #4C059A;
}
</style>