Shades of Indigo #4C05A0
Tints of Indigo #4C05A0
RGB
CMYK
RGB Variations
Color information
#4C05A0 (or 0x4C05A0) is known color: Indigo. HEX triplet: 4C, 05 and A0. RGB value is (76,5,160). Sum of RGB (Red+Green+Blue) = 76+5+160=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #4C05A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C05A0 is #B3FA5F. Grayscale: #2B2B2B. Windows color (decimal): -11795040 or 10487116. OLE color: 10487116.
HSL color Cylindrical-coordinate representation of color #4C05A0: hue angle of 267.48º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C05A0 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 5 | 160 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.37 |
| HSL | 267.48º | 0.94% | 0.32% | - |
| HSV(B) | 267.48º | 0.97% | 0.63% | - |
| XYZ | 9.38 | 4.18 | 33.57 | - |
| YUV | 43.9 | 193.52 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 160 | 0.52 | 0.97 | 0 | 0.37 | 267.48 | 0.94 | 0.32 |
| Hex | 4C | 5 | A0 | 34 | 61 | 0 | 25 | 10B | 5E | 20 |
| Octal | 114 | 5 | 240 | 64 | 141 | 0 | 45 | 413 | 136 | 40 |
| Binary | 1001100 | 101 | 10100000 | 110100 | 1100001 | 0 | 100101 | 100001011 | 1011110 | 100000 |
Color Harmonies of #4C05A0
Complementary color
Monochromatic Colors of #4C05A0
Black with #4C05A0
Text Example
Text Example
White with #4C05A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C05A0; }
p { color: rgb(76,5,160); }
H1.HeaderClassName
{
color: #4C05A0;
}
.AnyTagClassName
{
color: #4C05A0;
}
</style>
background-color css
<style>
a { background-color: #4C05A0; }
a { background-color: rgb(76,5,160); }
div.DivClassName
{
background-color: #4C05A0;
}
.BgClassName
{
background-color: #4C05A0;
}
</style>
border-color css
<style>
span { border-color: #4C05A0; }
span { border-color: rgb(76,5,160); }
td.TdClassName
{
border-color: #4C05A0;
}
.TagClassName
{
border-color: #4C05A0;
}
</style>