Shades of Indigo #4C037C
Tints of Indigo #4C037C
RGB
CMYK
RGB Variations
Color information
#4C037C (or 0x4C037C) is known color: Indigo. HEX triplet: 4C, 03 and 7C. RGB value is (76,3,124). Sum of RGB (Red+Green+Blue) = 76+3+124=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C037C is #B3FC83. Grayscale: #262626. Windows color (decimal): -11795588 or 8127308. OLE color: 8127308.
HSL color Cylindrical-coordinate representation of color #4C037C: hue angle of 276.2º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C037C is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 3 | 124 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.51 |
| HSL | 276.2º | 0.95% | 0.25% | - |
| HSV(B) | 276.2º | 0.98% | 0.49% | - |
| XYZ | 6.65 | 3.06 | 19.31 | - |
| YUV | 38.62 | 176.18 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 124 | 0.39 | 0.98 | 0 | 0.51 | 276.2 | 0.95 | 0.25 |
| Hex | 4C | 3 | 7C | 27 | 62 | 0 | 33 | 114 | 5F | 19 |
| Octal | 114 | 3 | 174 | 47 | 142 | 0 | 63 | 424 | 137 | 31 |
| Binary | 1001100 | 11 | 1111100 | 100111 | 1100010 | 0 | 110011 | 100010100 | 1011111 | 11001 |
Color Harmonies of #4C037C
Complementary color
Monochromatic Colors of #4C037C
Black with #4C037C
Text Example
Text Example
White with #4C037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C037C; }
p { color: rgb(76,3,124); }
H1.HeaderClassName
{
color: #4C037C;
}
.AnyTagClassName
{
color: #4C037C;
}
</style>
background-color css
<style>
a { background-color: #4C037C; }
a { background-color: rgb(76,3,124); }
div.DivClassName
{
background-color: #4C037C;
}
.BgClassName
{
background-color: #4C037C;
}
</style>
border-color css
<style>
span { border-color: #4C037C; }
span { border-color: rgb(76,3,124); }
td.TdClassName
{
border-color: #4C037C;
}
.TagClassName
{
border-color: #4C037C;
}
</style>