Shades of Indigo #4C045D
Tints of Indigo #4C045D
RGB
CMYK
RGB Variations
Color information
#4C045D (or 0x4C045D) is known color: Indigo. HEX triplet: 4C, 04 and 5D. RGB value is (76,4,93). Sum of RGB (Red+Green+Blue) = 76+4+93=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C045D is #B3FBA2. Grayscale: #232323. Windows color (decimal): -11795363 or 6095948. OLE color: 6095948.
HSL color Cylindrical-coordinate representation of color #4C045D: hue angle of 288.54º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C045D is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 4 | 93 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.64 |
| HSL | 288.54º | 0.92% | 0.19% | - |
| HSV(B) | 288.54º | 0.96% | 0.36% | - |
| XYZ | 5 | 2.41 | 10.56 | - |
| YUV | 35.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 93 | 0.18 | 0.96 | 0 | 0.64 | 288.54 | 0.92 | 0.19 |
| Hex | 4C | 4 | 5D | 12 | 60 | 0 | 40 | 121 | 5C | 13 |
| Octal | 114 | 4 | 135 | 22 | 140 | 0 | 100 | 441 | 134 | 23 |
| Binary | 1001100 | 100 | 1011101 | 10010 | 1100000 | 0 | 1000000 | 100100001 | 1011100 | 10011 |
Color Harmonies of #4C045D
Complementary color
Monochromatic Colors of #4C045D
Black with #4C045D
Text Example
Text Example
White with #4C045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C045D; }
p { color: rgb(76,4,93); }
H1.HeaderClassName
{
color: #4C045D;
}
.AnyTagClassName
{
color: #4C045D;
}
</style>
background-color css
<style>
a { background-color: #4C045D; }
a { background-color: rgb(76,4,93); }
div.DivClassName
{
background-color: #4C045D;
}
.BgClassName
{
background-color: #4C045D;
}
</style>
border-color css
<style>
span { border-color: #4C045D; }
span { border-color: rgb(76,4,93); }
td.TdClassName
{
border-color: #4C045D;
}
.TagClassName
{
border-color: #4C045D;
}
</style>