Shades of Indigo #4D1099
Tints of Indigo #4D1099
RGB
CMYK
RGB Variations
Color information
#4D1099 (or 0x4D1099) is known color: Indigo. HEX triplet: 4D, 10 and 99. RGB value is (77,16,153). Sum of RGB (Red+Green+Blue) = 77+16+153=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D1099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1099 is #B2EF66. Grayscale: #313131. Windows color (decimal): -11726695 or 10031181. OLE color: 10031181.
HSL color Cylindrical-coordinate representation of color #4D1099: hue angle of 266.72º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D1099 is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 16 | 153 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.4 |
| HSL | 266.72º | 0.81% | 0.33% | - |
| HSV(B) | 266.72º | 0.9% | 0.6% | - |
| XYZ | 9 | 4.25 | 30.48 | - |
| YUV | 49.86 | 186.21 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 153 | 0.50 | 0.90 | 0 | 0.4 | 266.72 | 0.81 | 0.33 |
| Hex | 4D | 10 | 99 | 32 | 5A | 0 | 28 | 10B | 51 | 21 |
| Octal | 115 | 20 | 231 | 62 | 132 | 0 | 50 | 413 | 121 | 41 |
| Binary | 1001101 | 10000 | 10011001 | 110010 | 1011010 | 0 | 101000 | 100001011 | 1010001 | 100001 |
Color Harmonies of #4D1099
Complementary color
Monochromatic Colors of #4D1099
Black with #4D1099
Text Example
Text Example
White with #4D1099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1099; }
p { color: rgb(77,16,153); }
H1.HeaderClassName
{
color: #4D1099;
}
.AnyTagClassName
{
color: #4D1099;
}
</style>
background-color css
<style>
a { background-color: #4D1099; }
a { background-color: rgb(77,16,153); }
div.DivClassName
{
background-color: #4D1099;
}
.BgClassName
{
background-color: #4D1099;
}
</style>
border-color css
<style>
span { border-color: #4D1099; }
span { border-color: rgb(77,16,153); }
td.TdClassName
{
border-color: #4D1099;
}
.TagClassName
{
border-color: #4D1099;
}
</style>