Shades of Indigo #4C038A
Tints of Indigo #4C038A
RGB
CMYK
RGB Variations
Color information
#4C038A (or 0x4C038A) is known color: Indigo. HEX triplet: 4C, 03 and 8A. RGB value is (76,3,138). Sum of RGB (Red+Green+Blue) = 76+3+138=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C038A is #B3FC75. Grayscale: #272727. Windows color (decimal): -11795574 or 9044812. OLE color: 9044812.
HSL color Cylindrical-coordinate representation of color #4C038A: hue angle of 272.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C038A is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 3 | 138 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.46 |
| HSL | 272.44º | 0.96% | 0.28% | - |
| HSV(B) | 272.44º | 0.98% | 0.54% | - |
| XYZ | 7.6 | 3.44 | 24.31 | - |
| YUV | 40.22 | 183.18 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 138 | 0.45 | 0.98 | 0 | 0.46 | 272.44 | 0.96 | 0.28 |
| Hex | 4C | 3 | 8A | 2D | 62 | 0 | 2E | 110 | 60 | 1C |
| Octal | 114 | 3 | 212 | 55 | 142 | 0 | 56 | 420 | 140 | 34 |
| Binary | 1001100 | 11 | 10001010 | 101101 | 1100010 | 0 | 101110 | 100010000 | 1100000 | 11100 |
Color Harmonies of #4C038A
Complementary color
Monochromatic Colors of #4C038A
Black with #4C038A
Text Example
Text Example
White with #4C038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C038A; }
p { color: rgb(76,3,138); }
H1.HeaderClassName
{
color: #4C038A;
}
.AnyTagClassName
{
color: #4C038A;
}
</style>
background-color css
<style>
a { background-color: #4C038A; }
a { background-color: rgb(76,3,138); }
div.DivClassName
{
background-color: #4C038A;
}
.BgClassName
{
background-color: #4C038A;
}
</style>
border-color css
<style>
span { border-color: #4C038A; }
span { border-color: rgb(76,3,138); }
td.TdClassName
{
border-color: #4C038A;
}
.TagClassName
{
border-color: #4C038A;
}
</style>