Shades of Indigo #4C1380
Tints of Indigo #4C1380
RGB
CMYK
RGB Variations
Color information
#4C1380 (or 0x4C1380) is known color: Indigo. HEX triplet: 4C, 13 and 80. RGB value is (76,19,128). Sum of RGB (Red+Green+Blue) = 76+19+128=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C1380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1380 is #B3EC7F. Grayscale: #303030. Windows color (decimal): -11791488 or 8393548. OLE color: 8393548.
HSL color Cylindrical-coordinate representation of color #4C1380: hue angle of 271.38º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C1380 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 19 | 128 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.50 |
| HSL | 271.38º | 0.74% | 0.29% | - |
| HSV(B) | 271.38º | 0.85% | 0.5% | - |
| XYZ | 7.11 | 3.56 | 20.73 | - |
| YUV | 48.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 128 | 0.41 | 0.85 | 0 | 0.50 | 271.38 | 0.74 | 0.29 |
| Hex | 4C | 13 | 80 | 29 | 55 | 0 | 32 | 10F | 4A | 1D |
| Octal | 114 | 23 | 200 | 51 | 125 | 0 | 62 | 417 | 112 | 35 |
| Binary | 1001100 | 10011 | 10000000 | 101001 | 1010101 | 0 | 110010 | 100001111 | 1001010 | 11101 |
Color Harmonies of #4C1380
Complementary color
Monochromatic Colors of #4C1380
Black with #4C1380
Text Example
Text Example
White with #4C1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1380; }
p { color: rgb(76,19,128); }
H1.HeaderClassName
{
color: #4C1380;
}
.AnyTagClassName
{
color: #4C1380;
}
</style>
background-color css
<style>
a { background-color: #4C1380; }
a { background-color: rgb(76,19,128); }
div.DivClassName
{
background-color: #4C1380;
}
.BgClassName
{
background-color: #4C1380;
}
</style>
border-color css
<style>
span { border-color: #4C1380; }
span { border-color: rgb(76,19,128); }
td.TdClassName
{
border-color: #4C1380;
}
.TagClassName
{
border-color: #4C1380;
}
</style>