Shades of Indigo #4C036C
Tints of Indigo #4C036C
RGB
CMYK
RGB Variations
Color information
#4C036C (or 0x4C036C) is known color: Indigo. HEX triplet: 4C, 03 and 6C. RGB value is (76,3,108). Sum of RGB (Red+Green+Blue) = 76+3+108=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C036C is #B3FC93. Grayscale: #242424. Windows color (decimal): -11795604 or 7078732. OLE color: 7078732.
HSL color Cylindrical-coordinate representation of color #4C036C: hue angle of 281.71º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C036C is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 3 | 108 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.58 |
| HSL | 281.71º | 0.95% | 0.22% | - |
| HSV(B) | 281.71º | 0.97% | 0.42% | - |
| XYZ | 5.72 | 2.68 | 14.4 | - |
| YUV | 36.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 108 | 0.30 | 0.97 | 0 | 0.58 | 281.71 | 0.95 | 0.22 |
| Hex | 4C | 3 | 6C | 1E | 61 | 0 | 3A | 11A | 5F | 16 |
| Octal | 114 | 3 | 154 | 36 | 141 | 0 | 72 | 432 | 137 | 26 |
| Binary | 1001100 | 11 | 1101100 | 11110 | 1100001 | 0 | 111010 | 100011010 | 1011111 | 10110 |
Color Harmonies of #4C036C
Complementary color
Monochromatic Colors of #4C036C
Black with #4C036C
Text Example
Text Example
White with #4C036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C036C; }
p { color: rgb(76,3,108); }
H1.HeaderClassName
{
color: #4C036C;
}
.AnyTagClassName
{
color: #4C036C;
}
</style>
background-color css
<style>
a { background-color: #4C036C; }
a { background-color: rgb(76,3,108); }
div.DivClassName
{
background-color: #4C036C;
}
.BgClassName
{
background-color: #4C036C;
}
</style>
border-color css
<style>
span { border-color: #4C036C; }
span { border-color: rgb(76,3,108); }
td.TdClassName
{
border-color: #4C036C;
}
.TagClassName
{
border-color: #4C036C;
}
</style>