Shades of Indigo #4C1880
Tints of Indigo #4C1880
RGB
CMYK
RGB Variations
Color information
#4C1880 (or 0x4C1880) is known color: Indigo. HEX triplet: 4C, 18 and 80. RGB value is (76,24,128). Sum of RGB (Red+Green+Blue) = 76+24+128=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C1880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1880 is #B3E77F. Grayscale: #333333. Windows color (decimal): -11790208 or 8394828. OLE color: 8394828.
HSL color Cylindrical-coordinate representation of color #4C1880: hue angle of 270º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C1880 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 24 | 128 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.50 |
| HSL | 270º | 0.68% | 0.3% | - |
| HSV(B) | 270º | 0.81% | 0.5% | - |
| XYZ | 7.2 | 3.75 | 20.77 | - |
| YUV | 51.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 128 | 0.41 | 0.81 | 0 | 0.50 | 270 | 0.68 | 0.3 |
| Hex | 4C | 18 | 80 | 29 | 51 | 0 | 32 | 10E | 44 | 1E |
| Octal | 114 | 30 | 200 | 51 | 121 | 0 | 62 | 416 | 104 | 36 |
| Binary | 1001100 | 11000 | 10000000 | 101001 | 1010001 | 0 | 110010 | 100001110 | 1000100 | 11110 |
Color Harmonies of #4C1880
Complementary color
Monochromatic Colors of #4C1880
Black with #4C1880
Text Example
Text Example
White with #4C1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1880; }
p { color: rgb(76,24,128); }
H1.HeaderClassName
{
color: #4C1880;
}
.AnyTagClassName
{
color: #4C1880;
}
</style>
background-color css
<style>
a { background-color: #4C1880; }
a { background-color: rgb(76,24,128); }
div.DivClassName
{
background-color: #4C1880;
}
.BgClassName
{
background-color: #4C1880;
}
</style>
border-color css
<style>
span { border-color: #4C1880; }
span { border-color: rgb(76,24,128); }
td.TdClassName
{
border-color: #4C1880;
}
.TagClassName
{
border-color: #4C1880;
}
</style>