Shades of Indigo #4D099B
Tints of Indigo #4D099B
RGB
CMYK
RGB Variations
Color information
#4D099B (or 0x4D099B) is known color: Indigo. HEX triplet: 4D, 09 and 9B. RGB value is (77,9,155). Sum of RGB (Red+Green+Blue) = 77+9+155=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D099B is #B2F664. Grayscale: #2D2D2D. Windows color (decimal): -11728485 or 10160461. OLE color: 10160461.
HSL color Cylindrical-coordinate representation of color #4D099B: hue angle of 267.95º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D099B is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 9 | 155 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.39 |
| HSL | 267.95º | 0.89% | 0.32% | - |
| HSV(B) | 267.95º | 0.94% | 0.61% | - |
| XYZ | 9.07 | 4.14 | 31.33 | - |
| YUV | 45.98 | 189.53 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 155 | 0.50 | 0.94 | 0 | 0.39 | 267.95 | 0.89 | 0.32 |
| Hex | 4D | 9 | 9B | 32 | 5E | 0 | 27 | 10C | 59 | 20 |
| Octal | 115 | 11 | 233 | 62 | 136 | 0 | 47 | 414 | 131 | 40 |
| Binary | 1001101 | 1001 | 10011011 | 110010 | 1011110 | 0 | 100111 | 100001100 | 1011001 | 100000 |
Color Harmonies of #4D099B
Complementary color
Monochromatic Colors of #4D099B
Black with #4D099B
Text Example
Text Example
White with #4D099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D099B; }
p { color: rgb(77,9,155); }
H1.HeaderClassName
{
color: #4D099B;
}
.AnyTagClassName
{
color: #4D099B;
}
</style>
background-color css
<style>
a { background-color: #4D099B; }
a { background-color: rgb(77,9,155); }
div.DivClassName
{
background-color: #4D099B;
}
.BgClassName
{
background-color: #4D099B;
}
</style>
border-color css
<style>
span { border-color: #4D099B; }
span { border-color: rgb(77,9,155); }
td.TdClassName
{
border-color: #4D099B;
}
.TagClassName
{
border-color: #4D099B;
}
</style>