Shades of Indigo #4D097C
Tints of Indigo #4D097C
RGB
CMYK
RGB Variations
Color information
#4D097C (or 0x4D097C) is known color: Indigo. HEX triplet: 4D, 09 and 7C. RGB value is (77,9,124). Sum of RGB (Red+Green+Blue) = 77+9+124=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D097C is #B2F683. Grayscale: #2A2A2A. Windows color (decimal): -11728516 or 8128845. OLE color: 8128845.
HSL color Cylindrical-coordinate representation of color #4D097C: hue angle of 275.48º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D097C is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 9 | 124 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.51 |
| HSL | 275.48º | 0.86% | 0.26% | - |
| HSV(B) | 275.48º | 0.93% | 0.49% | - |
| XYZ | 6.8 | 3.23 | 19.33 | - |
| YUV | 42.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 124 | 0.38 | 0.93 | 0 | 0.51 | 275.48 | 0.86 | 0.26 |
| Hex | 4D | 9 | 7C | 26 | 5D | 0 | 33 | 113 | 56 | 1A |
| Octal | 115 | 11 | 174 | 46 | 135 | 0 | 63 | 423 | 126 | 32 |
| Binary | 1001101 | 1001 | 1111100 | 100110 | 1011101 | 0 | 110011 | 100010011 | 1010110 | 11010 |
Color Harmonies of #4D097C
Complementary color
Monochromatic Colors of #4D097C
Black with #4D097C
Text Example
Text Example
White with #4D097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D097C; }
p { color: rgb(77,9,124); }
H1.HeaderClassName
{
color: #4D097C;
}
.AnyTagClassName
{
color: #4D097C;
}
</style>
background-color css
<style>
a { background-color: #4D097C; }
a { background-color: rgb(77,9,124); }
div.DivClassName
{
background-color: #4D097C;
}
.BgClassName
{
background-color: #4D097C;
}
</style>
border-color css
<style>
span { border-color: #4D097C; }
span { border-color: rgb(77,9,124); }
td.TdClassName
{
border-color: #4D097C;
}
.TagClassName
{
border-color: #4D097C;
}
</style>