Shades of Indigo #4C007C
Tints of Indigo #4C007C
RGB
CMYK
RGB Variations
Color information
#4C007C (or 0x4C007C) is known color: Indigo. HEX triplet: 4C, 00 and 7C. RGB value is (76,0,124). Sum of RGB (Red+Green+Blue) = 76+0+124=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C007C is #B3FF83. Grayscale: #242424. Windows color (decimal): -11796356 or 8126540. OLE color: 8126540.
HSL color Cylindrical-coordinate representation of color #4C007C: hue angle of 276.77º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C007C is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 0 | 124 | - |
| CMYK | 0.39 | 1 | 0 | 0.51 |
| HSL | 276.77º | 1% | 0.24% | - |
| HSV(B) | 276.77º | 1% | 0.49% | - |
| XYZ | 6.62 | 2.99 | 19.3 | - |
| YUV | 36.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 124 | 0.39 | 1 | 0 | 0.51 | 276.77 | 1 | 0.24 |
| Hex | 4C | 0 | 7C | 27 | 64 | 0 | 33 | 115 | 64 | 18 |
| Octal | 114 | 0 | 174 | 47 | 144 | 0 | 63 | 425 | 144 | 30 |
| Binary | 1001100 | 0 | 1111100 | 100111 | 1100100 | 0 | 110011 | 100010101 | 1100100 | 11000 |
Color Harmonies of #4C007C
Complementary color
Monochromatic Colors of #4C007C
Black with #4C007C
Text Example
Text Example
White with #4C007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C007C; }
p { color: rgb(76,0,124); }
H1.HeaderClassName
{
color: #4C007C;
}
.AnyTagClassName
{
color: #4C007C;
}
</style>
background-color css
<style>
a { background-color: #4C007C; }
a { background-color: rgb(76,0,124); }
div.DivClassName
{
background-color: #4C007C;
}
.BgClassName
{
background-color: #4C007C;
}
</style>
border-color css
<style>
span { border-color: #4C007C; }
span { border-color: rgb(76,0,124); }
td.TdClassName
{
border-color: #4C007C;
}
.TagClassName
{
border-color: #4C007C;
}
</style>