Shades of Indigo #4C0382
Tints of Indigo #4C0382
RGB
CMYK
RGB Variations
Color information
#4C0382 (or 0x4C0382) is known color: Indigo. HEX triplet: 4C, 03 and 82. RGB value is (76,3,130). Sum of RGB (Red+Green+Blue) = 76+3+130=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C0382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0382 is #B3FC7D. Grayscale: #262626. Windows color (decimal): -11795582 or 8520524. OLE color: 8520524.
HSL color Cylindrical-coordinate representation of color #4C0382: hue angle of 274.49º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C0382 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 3 | 130 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.49 |
| HSL | 274.49º | 0.95% | 0.26% | - |
| HSV(B) | 274.49º | 0.98% | 0.51% | - |
| XYZ | 7.04 | 3.21 | 21.37 | - |
| YUV | 39.31 | 179.18 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 130 | 0.42 | 0.98 | 0 | 0.49 | 274.49 | 0.95 | 0.26 |
| Hex | 4C | 3 | 82 | 2A | 62 | 0 | 31 | 112 | 5F | 1A |
| Octal | 114 | 3 | 202 | 52 | 142 | 0 | 61 | 422 | 137 | 32 |
| Binary | 1001100 | 11 | 10000010 | 101010 | 1100010 | 0 | 110001 | 100010010 | 1011111 | 11010 |
Color Harmonies of #4C0382
Complementary color
Monochromatic Colors of #4C0382
Black with #4C0382
Text Example
Text Example
White with #4C0382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0382; }
p { color: rgb(76,3,130); }
H1.HeaderClassName
{
color: #4C0382;
}
.AnyTagClassName
{
color: #4C0382;
}
</style>
background-color css
<style>
a { background-color: #4C0382; }
a { background-color: rgb(76,3,130); }
div.DivClassName
{
background-color: #4C0382;
}
.BgClassName
{
background-color: #4C0382;
}
</style>
border-color css
<style>
span { border-color: #4C0382; }
span { border-color: rgb(76,3,130); }
td.TdClassName
{
border-color: #4C0382;
}
.TagClassName
{
border-color: #4C0382;
}
</style>