Shades of Indigo #4C109A
Tints of Indigo #4C109A
RGB
CMYK
RGB Variations
Color information
#4C109A (or 0x4C109A) is known color: Indigo. HEX triplet: 4C, 10 and 9A. RGB value is (76,16,154). Sum of RGB (Red+Green+Blue) = 76+16+154=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C109A is #B3EF65. Grayscale: #313131. Windows color (decimal): -11792230 or 10096716. OLE color: 10096716.
HSL color Cylindrical-coordinate representation of color #4C109A: hue angle of 266.09º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C109A is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 16 | 154 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.40 |
| HSL | 266.09º | 0.81% | 0.33% | - |
| HSV(B) | 266.09º | 0.9% | 0.6% | - |
| XYZ | 9 | 4.24 | 30.92 | - |
| YUV | 49.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 154 | 0.51 | 0.90 | 0 | 0.40 | 266.09 | 0.81 | 0.33 |
| Hex | 4C | 10 | 9A | 33 | 5A | 0 | 28 | 10A | 51 | 21 |
| Octal | 114 | 20 | 232 | 63 | 132 | 0 | 50 | 412 | 121 | 41 |
| Binary | 1001100 | 10000 | 10011010 | 110011 | 1011010 | 0 | 101000 | 100001010 | 1010001 | 100001 |
Color Harmonies of #4C109A
Complementary color
Monochromatic Colors of #4C109A
Black with #4C109A
Text Example
Text Example
White with #4C109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C109A; }
p { color: rgb(76,16,154); }
H1.HeaderClassName
{
color: #4C109A;
}
.AnyTagClassName
{
color: #4C109A;
}
</style>
background-color css
<style>
a { background-color: #4C109A; }
a { background-color: rgb(76,16,154); }
div.DivClassName
{
background-color: #4C109A;
}
.BgClassName
{
background-color: #4C109A;
}
</style>
border-color css
<style>
span { border-color: #4C109A; }
span { border-color: rgb(76,16,154); }
td.TdClassName
{
border-color: #4C109A;
}
.TagClassName
{
border-color: #4C109A;
}
</style>