Shades of Indigo #4C039A
Tints of Indigo #4C039A
RGB
CMYK
RGB Variations
Color information
#4C039A (or 0x4C039A) is known color: Indigo. HEX triplet: 4C, 03 and 9A. RGB value is (76,3,154). Sum of RGB (Red+Green+Blue) = 76+3+154=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C039A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C039A is #B3FC65. Grayscale: #292929. Windows color (decimal): -11795558 or 10093388. OLE color: 10093388.
HSL color Cylindrical-coordinate representation of color #4C039A: hue angle of 269.01º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C039A is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 3 | 154 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.40 |
| HSL | 269.01º | 0.96% | 0.31% | - |
| HSV(B) | 269.01º | 0.98% | 0.6% | - |
| XYZ | 8.85 | 3.93 | 30.87 | - |
| YUV | 42.04 | 191.18 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 154 | 0.51 | 0.98 | 0 | 0.40 | 269.01 | 0.96 | 0.31 |
| Hex | 4C | 3 | 9A | 33 | 62 | 0 | 28 | 10D | 60 | 1F |
| Octal | 114 | 3 | 232 | 63 | 142 | 0 | 50 | 415 | 140 | 37 |
| Binary | 1001100 | 11 | 10011010 | 110011 | 1100010 | 0 | 101000 | 100001101 | 1100000 | 11111 |
Color Harmonies of #4C039A
Complementary color
Monochromatic Colors of #4C039A
Black with #4C039A
Text Example
Text Example
White with #4C039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C039A; }
p { color: rgb(76,3,154); }
H1.HeaderClassName
{
color: #4C039A;
}
.AnyTagClassName
{
color: #4C039A;
}
</style>
background-color css
<style>
a { background-color: #4C039A; }
a { background-color: rgb(76,3,154); }
div.DivClassName
{
background-color: #4C039A;
}
.BgClassName
{
background-color: #4C039A;
}
</style>
border-color css
<style>
span { border-color: #4C039A; }
span { border-color: rgb(76,3,154); }
td.TdClassName
{
border-color: #4C039A;
}
.TagClassName
{
border-color: #4C039A;
}
</style>