Shades of Indigo #4C039C
Tints of Indigo #4C039C
RGB
CMYK
RGB Variations
Color information
#4C039C (or 0x4C039C) is known color: Indigo. HEX triplet: 4C, 03 and 9C. RGB value is (76,3,156). Sum of RGB (Red+Green+Blue) = 76+3+156=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C039C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C039C is #B3FC63. Grayscale: #292929. Windows color (decimal): -11795556 or 10224460. OLE color: 10224460.
HSL color Cylindrical-coordinate representation of color #4C039C: hue angle of 268.63º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C039C is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 3 | 156 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.39 |
| HSL | 268.63º | 0.96% | 0.31% | - |
| HSV(B) | 268.63º | 0.98% | 0.61% | - |
| XYZ | 9.01 | 4 | 31.75 | - |
| YUV | 42.27 | 192.18 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 156 | 0.51 | 0.98 | 0 | 0.39 | 268.63 | 0.96 | 0.31 |
| Hex | 4C | 3 | 9C | 33 | 62 | 0 | 27 | 10D | 60 | 1F |
| Octal | 114 | 3 | 234 | 63 | 142 | 0 | 47 | 415 | 140 | 37 |
| Binary | 1001100 | 11 | 10011100 | 110011 | 1100010 | 0 | 100111 | 100001101 | 1100000 | 11111 |
Color Harmonies of #4C039C
Complementary color
Monochromatic Colors of #4C039C
Black with #4C039C
Text Example
Text Example
White with #4C039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C039C; }
p { color: rgb(76,3,156); }
H1.HeaderClassName
{
color: #4C039C;
}
.AnyTagClassName
{
color: #4C039C;
}
</style>
background-color css
<style>
a { background-color: #4C039C; }
a { background-color: rgb(76,3,156); }
div.DivClassName
{
background-color: #4C039C;
}
.BgClassName
{
background-color: #4C039C;
}
</style>
border-color css
<style>
span { border-color: #4C039C; }
span { border-color: rgb(76,3,156); }
td.TdClassName
{
border-color: #4C039C;
}
.TagClassName
{
border-color: #4C039C;
}
</style>