Shades of Indigo #4C0D73
Tints of Indigo #4C0D73
RGB
CMYK
RGB Variations
Color information
#4C0D73 (or 0x4C0D73) is known color: Indigo. HEX triplet: 4C, 0D and 73. RGB value is (76,13,115). Sum of RGB (Red+Green+Blue) = 76+13+115=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C0D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0D73 is #B3F28C. Grayscale: #2B2B2B. Windows color (decimal): -11793037 or 7540044. OLE color: 7540044.
HSL color Cylindrical-coordinate representation of color #4C0D73: hue angle of 277.06º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C0D73 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 13 | 115 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.55 |
| HSL | 277.06º | 0.8% | 0.25% | - |
| HSV(B) | 277.06º | 0.89% | 0.45% | - |
| XYZ | 6.22 | 3.06 | 16.48 | - |
| YUV | 43.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 13 | 115 | 0.34 | 0.89 | 0 | 0.55 | 277.06 | 0.8 | 0.25 |
| Hex | 4C | D | 73 | 22 | 59 | 0 | 37 | 115 | 50 | 19 |
| Octal | 114 | 15 | 163 | 42 | 131 | 0 | 67 | 425 | 120 | 31 |
| Binary | 1001100 | 1101 | 1110011 | 100010 | 1011001 | 0 | 110111 | 100010101 | 1010000 | 11001 |
Color Harmonies of #4C0D73
Complementary color
Monochromatic Colors of #4C0D73
Black with #4C0D73
Text Example
Text Example
White with #4C0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0D73; }
p { color: rgb(76,13,115); }
H1.HeaderClassName
{
color: #4C0D73;
}
.AnyTagClassName
{
color: #4C0D73;
}
</style>
background-color css
<style>
a { background-color: #4C0D73; }
a { background-color: rgb(76,13,115); }
div.DivClassName
{
background-color: #4C0D73;
}
.BgClassName
{
background-color: #4C0D73;
}
</style>
border-color css
<style>
span { border-color: #4C0D73; }
span { border-color: rgb(76,13,115); }
td.TdClassName
{
border-color: #4C0D73;
}
.TagClassName
{
border-color: #4C0D73;
}
</style>