Shades of Indigo #4D098D
Tints of Indigo #4D098D
RGB
CMYK
RGB Variations
Color information
#4D098D (or 0x4D098D) is known color: Indigo. HEX triplet: 4D, 09 and 8D. RGB value is (77,9,141). Sum of RGB (Red+Green+Blue) = 77+9+141=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D098D is #B2F672. Grayscale: #2B2B2B. Windows color (decimal): -11728499 or 9242957. OLE color: 9242957.
HSL color Cylindrical-coordinate representation of color #4D098D: hue angle of 270.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D098D is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 9 | 141 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.45 |
| HSL | 270.91º | 0.88% | 0.29% | - |
| HSV(B) | 270.91º | 0.94% | 0.55% | - |
| XYZ | 7.97 | 3.7 | 25.49 | - |
| YUV | 44.38 | 182.53 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 141 | 0.45 | 0.94 | 0 | 0.45 | 270.91 | 0.88 | 0.29 |
| Hex | 4D | 9 | 8D | 2D | 5E | 0 | 2D | 10F | 58 | 1D |
| Octal | 115 | 11 | 215 | 55 | 136 | 0 | 55 | 417 | 130 | 35 |
| Binary | 1001101 | 1001 | 10001101 | 101101 | 1011110 | 0 | 101101 | 100001111 | 1011000 | 11101 |
Color Harmonies of #4D098D
Complementary color
Monochromatic Colors of #4D098D
Black with #4D098D
Text Example
Text Example
White with #4D098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D098D; }
p { color: rgb(77,9,141); }
H1.HeaderClassName
{
color: #4D098D;
}
.AnyTagClassName
{
color: #4D098D;
}
</style>
background-color css
<style>
a { background-color: #4D098D; }
a { background-color: rgb(77,9,141); }
div.DivClassName
{
background-color: #4D098D;
}
.BgClassName
{
background-color: #4D098D;
}
</style>
border-color css
<style>
span { border-color: #4D098D; }
span { border-color: rgb(77,9,141); }
td.TdClassName
{
border-color: #4D098D;
}
.TagClassName
{
border-color: #4D098D;
}
</style>