Shades of Indigo #4C1882
Tints of Indigo #4C1882
RGB
CMYK
RGB Variations
Color information
#4C1882 (or 0x4C1882) is known color: Indigo. HEX triplet: 4C, 18 and 82. RGB value is (76,24,130). Sum of RGB (Red+Green+Blue) = 76+24+130=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C1882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1882 is #B3E77D. Grayscale: #333333. Windows color (decimal): -11790206 or 8525900. OLE color: 8525900.
HSL color Cylindrical-coordinate representation of color #4C1882: hue angle of 269.43º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C1882 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 24 | 130 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.49 |
| HSL | 269.43º | 0.69% | 0.3% | - |
| HSV(B) | 269.43º | 0.82% | 0.51% | - |
| XYZ | 7.34 | 3.8 | 21.47 | - |
| YUV | 51.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 130 | 0.42 | 0.82 | 0 | 0.49 | 269.43 | 0.69 | 0.3 |
| Hex | 4C | 18 | 82 | 2A | 52 | 0 | 31 | 10D | 45 | 1E |
| Octal | 114 | 30 | 202 | 52 | 122 | 0 | 61 | 415 | 105 | 36 |
| Binary | 1001100 | 11000 | 10000010 | 101010 | 1010010 | 0 | 110001 | 100001101 | 1000101 | 11110 |
Color Harmonies of #4C1882
Complementary color
Monochromatic Colors of #4C1882
Black with #4C1882
Text Example
Text Example
White with #4C1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1882; }
p { color: rgb(76,24,130); }
H1.HeaderClassName
{
color: #4C1882;
}
.AnyTagClassName
{
color: #4C1882;
}
</style>
background-color css
<style>
a { background-color: #4C1882; }
a { background-color: rgb(76,24,130); }
div.DivClassName
{
background-color: #4C1882;
}
.BgClassName
{
background-color: #4C1882;
}
</style>
border-color css
<style>
span { border-color: #4C1882; }
span { border-color: rgb(76,24,130); }
td.TdClassName
{
border-color: #4C1882;
}
.TagClassName
{
border-color: #4C1882;
}
</style>