Shades of Indigo #4C0D75
Tints of Indigo #4C0D75
RGB
CMYK
RGB Variations
Color information
#4C0D75 (or 0x4C0D75) is known color: Indigo. HEX triplet: 4C, 0D and 75. RGB value is (76,13,117). Sum of RGB (Red+Green+Blue) = 76+13+117=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C0D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0D75 is #B3F28A. Grayscale: #2B2B2B. Windows color (decimal): -11793035 or 7671116. OLE color: 7671116.
HSL color Cylindrical-coordinate representation of color #4C0D75: hue angle of 276.35º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C0D75 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 13 | 117 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.54 |
| HSL | 276.35º | 0.8% | 0.25% | - |
| HSV(B) | 276.35º | 0.89% | 0.46% | - |
| XYZ | 6.34 | 3.11 | 17.1 | - |
| YUV | 43.69 | 169.37 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 13 | 117 | 0.35 | 0.89 | 0 | 0.54 | 276.35 | 0.8 | 0.25 |
| Hex | 4C | D | 75 | 23 | 59 | 0 | 36 | 114 | 50 | 19 |
| Octal | 114 | 15 | 165 | 43 | 131 | 0 | 66 | 424 | 120 | 31 |
| Binary | 1001100 | 1101 | 1110101 | 100011 | 1011001 | 0 | 110110 | 100010100 | 1010000 | 11001 |
Color Harmonies of #4C0D75
Complementary color
Monochromatic Colors of #4C0D75
Black with #4C0D75
Text Example
Text Example
White with #4C0D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0D75; }
p { color: rgb(76,13,117); }
H1.HeaderClassName
{
color: #4C0D75;
}
.AnyTagClassName
{
color: #4C0D75;
}
</style>
background-color css
<style>
a { background-color: #4C0D75; }
a { background-color: rgb(76,13,117); }
div.DivClassName
{
background-color: #4C0D75;
}
.BgClassName
{
background-color: #4C0D75;
}
</style>
border-color css
<style>
span { border-color: #4C0D75; }
span { border-color: rgb(76,13,117); }
td.TdClassName
{
border-color: #4C0D75;
}
.TagClassName
{
border-color: #4C0D75;
}
</style>