Shades of Indigo #4C0975
Tints of Indigo #4C0975
RGB
CMYK
RGB Variations
Color information
#4C0975 (or 0x4C0975) is known color: Indigo. HEX triplet: 4C, 09 and 75. RGB value is (76,9,117). Sum of RGB (Red+Green+Blue) = 76+9+117=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C0975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0975 is #B3F68A. Grayscale: #282828. Windows color (decimal): -11794059 or 7670092. OLE color: 7670092.
HSL color Cylindrical-coordinate representation of color #4C0975: hue angle of 277.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0975 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 9 | 117 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.54 |
| HSL | 277.22º | 0.86% | 0.25% | - |
| HSV(B) | 277.22º | 0.92% | 0.46% | - |
| XYZ | 6.29 | 3.02 | 17.08 | - |
| YUV | 41.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 117 | 0.35 | 0.92 | 0 | 0.54 | 277.22 | 0.86 | 0.25 |
| Hex | 4C | 9 | 75 | 23 | 5C | 0 | 36 | 115 | 56 | 19 |
| Octal | 114 | 11 | 165 | 43 | 134 | 0 | 66 | 425 | 126 | 31 |
| Binary | 1001100 | 1001 | 1110101 | 100011 | 1011100 | 0 | 110110 | 100010101 | 1010110 | 11001 |
Color Harmonies of #4C0975
Complementary color
Monochromatic Colors of #4C0975
Black with #4C0975
Text Example
Text Example
White with #4C0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0975; }
p { color: rgb(76,9,117); }
H1.HeaderClassName
{
color: #4C0975;
}
.AnyTagClassName
{
color: #4C0975;
}
</style>
background-color css
<style>
a { background-color: #4C0975; }
a { background-color: rgb(76,9,117); }
div.DivClassName
{
background-color: #4C0975;
}
.BgClassName
{
background-color: #4C0975;
}
</style>
border-color css
<style>
span { border-color: #4C0975; }
span { border-color: rgb(76,9,117); }
td.TdClassName
{
border-color: #4C0975;
}
.TagClassName
{
border-color: #4C0975;
}
</style>