Shades of Indigo #4D097D
Tints of Indigo #4D097D
RGB
CMYK
RGB Variations
Color information
#4D097D (or 0x4D097D) is known color: Indigo. HEX triplet: 4D, 09 and 7D. RGB value is (77,9,125). Sum of RGB (Red+Green+Blue) = 77+9+125=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D097D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D097D is #B2F682. Grayscale: #2A2A2A. Windows color (decimal): -11728515 or 8194381. OLE color: 8194381.
HSL color Cylindrical-coordinate representation of color #4D097D: hue angle of 275.17º degrees, saturation: 0.87, 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 #4D097D is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 9 | 125 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.51 |
| HSL | 275.17º | 0.87% | 0.26% | - |
| HSV(B) | 275.17º | 0.93% | 0.49% | - |
| XYZ | 6.86 | 3.25 | 19.67 | - |
| YUV | 42.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 125 | 0.38 | 0.93 | 0 | 0.51 | 275.17 | 0.87 | 0.26 |
| Hex | 4D | 9 | 7D | 26 | 5D | 0 | 33 | 113 | 57 | 1A |
| Octal | 115 | 11 | 175 | 46 | 135 | 0 | 63 | 423 | 127 | 32 |
| Binary | 1001101 | 1001 | 1111101 | 100110 | 1011101 | 0 | 110011 | 100010011 | 1010111 | 11010 |
Color Harmonies of #4D097D
Complementary color
Monochromatic Colors of #4D097D
Black with #4D097D
Text Example
Text Example
White with #4D097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D097D; }
p { color: rgb(77,9,125); }
H1.HeaderClassName
{
color: #4D097D;
}
.AnyTagClassName
{
color: #4D097D;
}
</style>
background-color css
<style>
a { background-color: #4D097D; }
a { background-color: rgb(77,9,125); }
div.DivClassName
{
background-color: #4D097D;
}
.BgClassName
{
background-color: #4D097D;
}
</style>
border-color css
<style>
span { border-color: #4D097D; }
span { border-color: rgb(77,9,125); }
td.TdClassName
{
border-color: #4D097D;
}
.TagClassName
{
border-color: #4D097D;
}
</style>