Shades of Indigo #4D096B
Tints of Indigo #4D096B
RGB
CMYK
RGB Variations
Color information
#4D096B (or 0x4D096B) is known color: Indigo. HEX triplet: 4D, 09 and 6B. RGB value is (77,9,107). Sum of RGB (Red+Green+Blue) = 77+9+107=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D096B is #B2F694. Grayscale: #282828. Windows color (decimal): -11728533 or 7014733. OLE color: 7014733.
HSL color Cylindrical-coordinate representation of color #4D096B: hue angle of 281.63º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D096B is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 9 | 107 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.58 |
| HSL | 281.63º | 0.84% | 0.23% | - |
| HSV(B) | 281.63º | 0.92% | 0.42% | - |
| XYZ | 5.81 | 2.83 | 14.15 | - |
| YUV | 40.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 107 | 0.28 | 0.92 | 0 | 0.58 | 281.63 | 0.84 | 0.23 |
| Hex | 4D | 9 | 6B | 1C | 5C | 0 | 3A | 11A | 54 | 17 |
| Octal | 115 | 11 | 153 | 34 | 134 | 0 | 72 | 432 | 124 | 27 |
| Binary | 1001101 | 1001 | 1101011 | 11100 | 1011100 | 0 | 111010 | 100011010 | 1010100 | 10111 |
Color Harmonies of #4D096B
Complementary color
Monochromatic Colors of #4D096B
Black with #4D096B
Text Example
Text Example
White with #4D096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D096B; }
p { color: rgb(77,9,107); }
H1.HeaderClassName
{
color: #4D096B;
}
.AnyTagClassName
{
color: #4D096B;
}
</style>
background-color css
<style>
a { background-color: #4D096B; }
a { background-color: rgb(77,9,107); }
div.DivClassName
{
background-color: #4D096B;
}
.BgClassName
{
background-color: #4D096B;
}
</style>
border-color css
<style>
span { border-color: #4D096B; }
span { border-color: rgb(77,9,107); }
td.TdClassName
{
border-color: #4D096B;
}
.TagClassName
{
border-color: #4D096B;
}
</style>