Shades of Indigo #4C1884
Tints of Indigo #4C1884
RGB
CMYK
RGB Variations
Color information
#4C1884 (or 0x4C1884) is known color: Indigo. HEX triplet: 4C, 18 and 84. RGB value is (76,24,132). Sum of RGB (Red+Green+Blue) = 76+24+132=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C1884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1884 is #B3E77B. Grayscale: #333333. Windows color (decimal): -11790204 or 8656972. OLE color: 8656972.
HSL color Cylindrical-coordinate representation of color #4C1884: hue angle of 268.89º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C1884 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 24 | 132 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.48 |
| HSL | 268.89º | 0.69% | 0.31% | - |
| HSV(B) | 268.89º | 0.82% | 0.52% | - |
| XYZ | 7.47 | 3.86 | 22.18 | - |
| YUV | 51.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 132 | 0.42 | 0.82 | 0 | 0.48 | 268.89 | 0.69 | 0.31 |
| Hex | 4C | 18 | 84 | 2A | 52 | 0 | 30 | 10D | 45 | 1F |
| Octal | 114 | 30 | 204 | 52 | 122 | 0 | 60 | 415 | 105 | 37 |
| Binary | 1001100 | 11000 | 10000100 | 101010 | 1010010 | 0 | 110000 | 100001101 | 1000101 | 11111 |
Color Harmonies of #4C1884
Complementary color
Monochromatic Colors of #4C1884
Black with #4C1884
Text Example
Text Example
White with #4C1884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1884; }
p { color: rgb(76,24,132); }
H1.HeaderClassName
{
color: #4C1884;
}
.AnyTagClassName
{
color: #4C1884;
}
</style>
background-color css
<style>
a { background-color: #4C1884; }
a { background-color: rgb(76,24,132); }
div.DivClassName
{
background-color: #4C1884;
}
.BgClassName
{
background-color: #4C1884;
}
</style>
border-color css
<style>
span { border-color: #4C1884; }
span { border-color: rgb(76,24,132); }
td.TdClassName
{
border-color: #4C1884;
}
.TagClassName
{
border-color: #4C1884;
}
</style>