Shades of Indigo #4C0972
Tints of Indigo #4C0972
RGB
CMYK
RGB Variations
Color information
#4C0972 (or 0x4C0972) is known color: Indigo. HEX triplet: 4C, 09 and 72. RGB value is (76,9,114). Sum of RGB (Red+Green+Blue) = 76+9+114=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C0972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0972 is #B3F68D. Grayscale: #282828. Windows color (decimal): -11794062 or 7473484. OLE color: 7473484.
HSL color Cylindrical-coordinate representation of color #4C0972: hue angle of 278.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0972 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 9 | 114 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.55 |
| HSL | 278.29º | 0.85% | 0.24% | - |
| HSV(B) | 278.29º | 0.92% | 0.45% | - |
| XYZ | 6.12 | 2.95 | 16.17 | - |
| YUV | 41 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 114 | 0.33 | 0.92 | 0 | 0.55 | 278.29 | 0.85 | 0.24 |
| Hex | 4C | 9 | 72 | 21 | 5C | 0 | 37 | 116 | 55 | 18 |
| Octal | 114 | 11 | 162 | 41 | 134 | 0 | 67 | 426 | 125 | 30 |
| Binary | 1001100 | 1001 | 1110010 | 100001 | 1011100 | 0 | 110111 | 100010110 | 1010101 | 11000 |
Color Harmonies of #4C0972
Complementary color
Monochromatic Colors of #4C0972
Black with #4C0972
Text Example
Text Example
White with #4C0972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0972; }
p { color: rgb(76,9,114); }
H1.HeaderClassName
{
color: #4C0972;
}
.AnyTagClassName
{
color: #4C0972;
}
</style>
background-color css
<style>
a { background-color: #4C0972; }
a { background-color: rgb(76,9,114); }
div.DivClassName
{
background-color: #4C0972;
}
.BgClassName
{
background-color: #4C0972;
}
</style>
border-color css
<style>
span { border-color: #4C0972; }
span { border-color: rgb(76,9,114); }
td.TdClassName
{
border-color: #4C0972;
}
.TagClassName
{
border-color: #4C0972;
}
</style>