Shades of Indigo #4C0672
Tints of Indigo #4C0672
RGB
CMYK
RGB Variations
Color information
#4C0672 (or 0x4C0672) is known color: Indigo. HEX triplet: 4C, 06 and 72. RGB value is (76,6,114). Sum of RGB (Red+Green+Blue) = 76+6+114=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C0672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0672 is #B3F98D. Grayscale: #262626. Windows color (decimal): -11794830 or 7472716. OLE color: 7472716.
HSL color Cylindrical-coordinate representation of color #4C0672: hue angle of 278.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0672 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 6 | 114 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.55 |
| HSL | 278.89º | 0.9% | 0.24% | - |
| HSV(B) | 278.89º | 0.95% | 0.45% | - |
| XYZ | 6.08 | 2.88 | 16.16 | - |
| YUV | 39.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 6 | 114 | 0.33 | 0.95 | 0 | 0.55 | 278.89 | 0.9 | 0.24 |
| Hex | 4C | 6 | 72 | 21 | 5F | 0 | 37 | 117 | 5A | 18 |
| Octal | 114 | 6 | 162 | 41 | 137 | 0 | 67 | 427 | 132 | 30 |
| Binary | 1001100 | 110 | 1110010 | 100001 | 1011111 | 0 | 110111 | 100010111 | 1011010 | 11000 |
Color Harmonies of #4C0672
Complementary color
Monochromatic Colors of #4C0672
Black with #4C0672
Text Example
Text Example
White with #4C0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0672; }
p { color: rgb(76,6,114); }
H1.HeaderClassName
{
color: #4C0672;
}
.AnyTagClassName
{
color: #4C0672;
}
</style>
background-color css
<style>
a { background-color: #4C0672; }
a { background-color: rgb(76,6,114); }
div.DivClassName
{
background-color: #4C0672;
}
.BgClassName
{
background-color: #4C0672;
}
</style>
border-color css
<style>
span { border-color: #4C0672; }
span { border-color: rgb(76,6,114); }
td.TdClassName
{
border-color: #4C0672;
}
.TagClassName
{
border-color: #4C0672;
}
</style>