Shades of Indigo #4C035D
Tints of Indigo #4C035D
RGB
CMYK
RGB Variations
Color information
#4C035D (or 0x4C035D) is known color: Indigo. HEX triplet: 4C, 03 and 5D. RGB value is (76,3,93). Sum of RGB (Red+Green+Blue) = 76+3+93=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C035D is #B3FCA2. Grayscale: #222222. Windows color (decimal): -11795619 or 6095692. OLE color: 6095692.
HSL color Cylindrical-coordinate representation of color #4C035D: hue angle of 288.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C035D is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 3 | 93 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.64 |
| HSL | 288.67º | 0.94% | 0.19% | - |
| HSV(B) | 288.67º | 0.97% | 0.36% | - |
| XYZ | 4.99 | 2.39 | 10.55 | - |
| YUV | 35.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 93 | 0.18 | 0.97 | 0 | 0.64 | 288.67 | 0.94 | 0.19 |
| Hex | 4C | 3 | 5D | 12 | 61 | 0 | 40 | 121 | 5E | 13 |
| Octal | 114 | 3 | 135 | 22 | 141 | 0 | 100 | 441 | 136 | 23 |
| Binary | 1001100 | 11 | 1011101 | 10010 | 1100001 | 0 | 1000000 | 100100001 | 1011110 | 10011 |
Color Harmonies of #4C035D
Complementary color
Monochromatic Colors of #4C035D
Black with #4C035D
Text Example
Text Example
White with #4C035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C035D; }
p { color: rgb(76,3,93); }
H1.HeaderClassName
{
color: #4C035D;
}
.AnyTagClassName
{
color: #4C035D;
}
</style>
background-color css
<style>
a { background-color: #4C035D; }
a { background-color: rgb(76,3,93); }
div.DivClassName
{
background-color: #4C035D;
}
.BgClassName
{
background-color: #4C035D;
}
</style>
border-color css
<style>
span { border-color: #4C035D; }
span { border-color: rgb(76,3,93); }
td.TdClassName
{
border-color: #4C035D;
}
.TagClassName
{
border-color: #4C035D;
}
</style>