Shades of Indigo #4C007D
Tints of Indigo #4C007D
RGB
CMYK
RGB Variations
Color information
#4C007D (or 0x4C007D) is known color: Indigo. HEX triplet: 4C, 00 and 7D. RGB value is (76,0,125). Sum of RGB (Red+Green+Blue) = 76+0+125=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C007D is #B3FF82. Grayscale: #242424. Windows color (decimal): -11796355 or 8192076. OLE color: 8192076.
HSL color Cylindrical-coordinate representation of color #4C007D: hue angle of 276.48º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C007D is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 0 | 125 | - |
| CMYK | 0.39 | 1 | 0 | 0.51 |
| HSL | 276.48º | 1% | 0.25% | - |
| HSV(B) | 276.48º | 1% | 0.49% | - |
| XYZ | 6.68 | 3.02 | 19.63 | - |
| YUV | 36.97 | 177.68 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 125 | 0.39 | 1 | 0 | 0.51 | 276.48 | 1 | 0.25 |
| Hex | 4C | 0 | 7D | 27 | 64 | 0 | 33 | 114 | 64 | 19 |
| Octal | 114 | 0 | 175 | 47 | 144 | 0 | 63 | 424 | 144 | 31 |
| Binary | 1001100 | 0 | 1111101 | 100111 | 1100100 | 0 | 110011 | 100010100 | 1100100 | 11001 |
Color Harmonies of #4C007D
Complementary color
Monochromatic Colors of #4C007D
Black with #4C007D
Text Example
Text Example
White with #4C007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C007D; }
p { color: rgb(76,0,125); }
H1.HeaderClassName
{
color: #4C007D;
}
.AnyTagClassName
{
color: #4C007D;
}
</style>
background-color css
<style>
a { background-color: #4C007D; }
a { background-color: rgb(76,0,125); }
div.DivClassName
{
background-color: #4C007D;
}
.BgClassName
{
background-color: #4C007D;
}
</style>
border-color css
<style>
span { border-color: #4C007D; }
span { border-color: rgb(76,0,125); }
td.TdClassName
{
border-color: #4C007D;
}
.TagClassName
{
border-color: #4C007D;
}
</style>