Shades of Indigo #4C039E
Tints of Indigo #4C039E
RGB
CMYK
RGB Variations
Color information
#4C039E (or 0x4C039E) is known color: Indigo. HEX triplet: 4C, 03 and 9E. RGB value is (76,3,158). Sum of RGB (Red+Green+Blue) = 76+3+158=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C039E is #B3FC61. Grayscale: #292929. Windows color (decimal): -11795554 or 10355532. OLE color: 10355532.
HSL color Cylindrical-coordinate representation of color #4C039E: hue angle of 268.26º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C039E is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 3 | 158 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.38 |
| HSL | 268.26º | 0.96% | 0.32% | - |
| HSV(B) | 268.26º | 0.98% | 0.62% | - |
| XYZ | 9.18 | 4.07 | 32.65 | - |
| YUV | 42.5 | 193.18 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 158 | 0.52 | 0.98 | 0 | 0.38 | 268.26 | 0.96 | 0.32 |
| Hex | 4C | 3 | 9E | 34 | 62 | 0 | 26 | 10C | 60 | 20 |
| Octal | 114 | 3 | 236 | 64 | 142 | 0 | 46 | 414 | 140 | 40 |
| Binary | 1001100 | 11 | 10011110 | 110100 | 1100010 | 0 | 100110 | 100001100 | 1100000 | 100000 |
Color Harmonies of #4C039E
Complementary color
Monochromatic Colors of #4C039E
Black with #4C039E
Text Example
Text Example
White with #4C039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C039E; }
p { color: rgb(76,3,158); }
H1.HeaderClassName
{
color: #4C039E;
}
.AnyTagClassName
{
color: #4C039E;
}
</style>
background-color css
<style>
a { background-color: #4C039E; }
a { background-color: rgb(76,3,158); }
div.DivClassName
{
background-color: #4C039E;
}
.BgClassName
{
background-color: #4C039E;
}
</style>
border-color css
<style>
span { border-color: #4C039E; }
span { border-color: rgb(76,3,158); }
td.TdClassName
{
border-color: #4C039E;
}
.TagClassName
{
border-color: #4C039E;
}
</style>