Shades of Indigo #4C009C
Tints of Indigo #4C009C
RGB
CMYK
RGB Variations
Color information
#4C009C (or 0x4C009C) is known color: Indigo. HEX triplet: 4C, 00 and 9C. RGB value is (76,0,156). Sum of RGB (Red+Green+Blue) = 76+0+156=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C009C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C009C is #B3FF63. Grayscale: #272727. Windows color (decimal): -11796324 or 10223692. OLE color: 10223692.
HSL color Cylindrical-coordinate representation of color #4C009C: hue angle of 269.23º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C009C is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 0 | 156 | - |
| CMYK | 0.51 | 1 | 0 | 0.39 |
| HSL | 269.23º | 1% | 0.31% | - |
| HSV(B) | 269.23º | 1% | 0.61% | - |
| XYZ | 8.98 | 3.94 | 31.74 | - |
| YUV | 40.51 | 193.18 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 156 | 0.51 | 1 | 0 | 0.39 | 269.23 | 1 | 0.31 |
| Hex | 4C | 0 | 9C | 33 | 64 | 0 | 27 | 10D | 64 | 1F |
| Octal | 114 | 0 | 234 | 63 | 144 | 0 | 47 | 415 | 144 | 37 |
| Binary | 1001100 | 0 | 10011100 | 110011 | 1100100 | 0 | 100111 | 100001101 | 1100100 | 11111 |
Color Harmonies of #4C009C
Complementary color
Monochromatic Colors of #4C009C
Black with #4C009C
Text Example
Text Example
White with #4C009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C009C; }
p { color: rgb(76,0,156); }
H1.HeaderClassName
{
color: #4C009C;
}
.AnyTagClassName
{
color: #4C009C;
}
</style>
background-color css
<style>
a { background-color: #4C009C; }
a { background-color: rgb(76,0,156); }
div.DivClassName
{
background-color: #4C009C;
}
.BgClassName
{
background-color: #4C009C;
}
</style>
border-color css
<style>
span { border-color: #4C009C; }
span { border-color: rgb(76,0,156); }
td.TdClassName
{
border-color: #4C009C;
}
.TagClassName
{
border-color: #4C009C;
}
</style>