Shades of Indigo #4D097E
Tints of Indigo #4D097E
RGB
CMYK
RGB Variations
Color information
#4D097E (or 0x4D097E) is known color: Indigo. HEX triplet: 4D, 09 and 7E. RGB value is (77,9,126). Sum of RGB (Red+Green+Blue) = 77+9+126=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #4D097E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D097E is #B2F681. Grayscale: #2A2A2A. Windows color (decimal): -11728514 or 8259917. OLE color: 8259917.
HSL color Cylindrical-coordinate representation of color #4D097E: hue angle of 274.87º 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 #4D097E is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 9 | 126 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.51 |
| HSL | 274.87º | 0.87% | 0.26% | - |
| HSV(B) | 274.87º | 0.93% | 0.49% | - |
| XYZ | 6.92 | 3.28 | 20.01 | - |
| YUV | 42.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 126 | 0.39 | 0.93 | 0 | 0.51 | 274.87 | 0.87 | 0.26 |
| Hex | 4D | 9 | 7E | 27 | 5D | 0 | 33 | 113 | 57 | 1A |
| Octal | 115 | 11 | 176 | 47 | 135 | 0 | 63 | 423 | 127 | 32 |
| Binary | 1001101 | 1001 | 1111110 | 100111 | 1011101 | 0 | 110011 | 100010011 | 1010111 | 11010 |
Color Harmonies of #4D097E
Complementary color
Monochromatic Colors of #4D097E
Black with #4D097E
Text Example
Text Example
White with #4D097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D097E; }
p { color: rgb(77,9,126); }
H1.HeaderClassName
{
color: #4D097E;
}
.AnyTagClassName
{
color: #4D097E;
}
</style>
background-color css
<style>
a { background-color: #4D097E; }
a { background-color: rgb(77,9,126); }
div.DivClassName
{
background-color: #4D097E;
}
.BgClassName
{
background-color: #4D097E;
}
</style>
border-color css
<style>
span { border-color: #4D097E; }
span { border-color: rgb(77,9,126); }
td.TdClassName
{
border-color: #4D097E;
}
.TagClassName
{
border-color: #4D097E;
}
</style>