Shades of Indigo #4C109C
Tints of Indigo #4C109C
RGB
CMYK
RGB Variations
Color information
#4C109C (or 0x4C109C) is known color: Indigo. HEX triplet: 4C, 10 and 9C. RGB value is (76,16,156). Sum of RGB (Red+Green+Blue) = 76+16+156=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C109C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C109C is #B3EF63. Grayscale: #313131. Windows color (decimal): -11792228 or 10227788. OLE color: 10227788.
HSL color Cylindrical-coordinate representation of color #4C109C: hue angle of 265.71º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C109C is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 16 | 156 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.39 |
| HSL | 265.71º | 0.81% | 0.34% | - |
| HSV(B) | 265.71º | 0.9% | 0.61% | - |
| XYZ | 9.17 | 4.31 | 31.8 | - |
| YUV | 49.9 | 187.88 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 156 | 0.51 | 0.90 | 0 | 0.39 | 265.71 | 0.81 | 0.34 |
| Hex | 4C | 10 | 9C | 33 | 5A | 0 | 27 | 10A | 51 | 22 |
| Octal | 114 | 20 | 234 | 63 | 132 | 0 | 47 | 412 | 121 | 42 |
| Binary | 1001100 | 10000 | 10011100 | 110011 | 1011010 | 0 | 100111 | 100001010 | 1010001 | 100010 |
Color Harmonies of #4C109C
Complementary color
Monochromatic Colors of #4C109C
Black with #4C109C
Text Example
Text Example
White with #4C109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C109C; }
p { color: rgb(76,16,156); }
H1.HeaderClassName
{
color: #4C109C;
}
.AnyTagClassName
{
color: #4C109C;
}
</style>
background-color css
<style>
a { background-color: #4C109C; }
a { background-color: rgb(76,16,156); }
div.DivClassName
{
background-color: #4C109C;
}
.BgClassName
{
background-color: #4C109C;
}
</style>
border-color css
<style>
span { border-color: #4C109C; }
span { border-color: rgb(76,16,156); }
td.TdClassName
{
border-color: #4C109C;
}
.TagClassName
{
border-color: #4C109C;
}
</style>