Shades of Indigo #4D099F
Tints of Indigo #4D099F
RGB
CMYK
RGB Variations
Color information
#4D099F (or 0x4D099F) is known color: Indigo. HEX triplet: 4D, 09 and 9F. RGB value is (77,9,159). Sum of RGB (Red+Green+Blue) = 77+9+159=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D099F is #B2F660. Grayscale: #2D2D2D. Windows color (decimal): -11728481 or 10422605. OLE color: 10422605.
HSL color Cylindrical-coordinate representation of color #4D099F: hue angle of 267.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D099F is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 9 | 159 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.38 |
| HSL | 267.2º | 0.89% | 0.33% | - |
| HSV(B) | 267.2º | 0.94% | 0.62% | - |
| XYZ | 9.42 | 4.28 | 33.13 | - |
| YUV | 46.43 | 191.53 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 159 | 0.52 | 0.94 | 0 | 0.38 | 267.2 | 0.89 | 0.33 |
| Hex | 4D | 9 | 9F | 34 | 5E | 0 | 26 | 10B | 59 | 21 |
| Octal | 115 | 11 | 237 | 64 | 136 | 0 | 46 | 413 | 131 | 41 |
| Binary | 1001101 | 1001 | 10011111 | 110100 | 1011110 | 0 | 100110 | 100001011 | 1011001 | 100001 |
Color Harmonies of #4D099F
Complementary color
Monochromatic Colors of #4D099F
Black with #4D099F
Text Example
Text Example
White with #4D099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D099F; }
p { color: rgb(77,9,159); }
H1.HeaderClassName
{
color: #4D099F;
}
.AnyTagClassName
{
color: #4D099F;
}
</style>
background-color css
<style>
a { background-color: #4D099F; }
a { background-color: rgb(77,9,159); }
div.DivClassName
{
background-color: #4D099F;
}
.BgClassName
{
background-color: #4D099F;
}
</style>
border-color css
<style>
span { border-color: #4D099F; }
span { border-color: rgb(77,9,159); }
td.TdClassName
{
border-color: #4D099F;
}
.TagClassName
{
border-color: #4D099F;
}
</style>