Shades of Indigo #4D0399
Tints of Indigo #4D0399
RGB
CMYK
RGB Variations
Color information
#4D0399 (or 0x4D0399) is known color: Indigo. HEX triplet: 4D, 03 and 99. RGB value is (77,3,153). Sum of RGB (Red+Green+Blue) = 77+3+153=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D0399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0399 is #B2FC66. Grayscale: #292929. Windows color (decimal): -11730023 or 10027853. OLE color: 10027853.
HSL color Cylindrical-coordinate representation of color #4D0399: hue angle of 269.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D0399 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 3 | 153 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.4 |
| HSL | 269.6º | 0.96% | 0.31% | - |
| HSV(B) | 269.6º | 0.98% | 0.6% | - |
| XYZ | 8.84 | 3.94 | 30.43 | - |
| YUV | 42.23 | 190.52 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 153 | 0.50 | 0.98 | 0 | 0.4 | 269.6 | 0.96 | 0.31 |
| Hex | 4D | 3 | 99 | 32 | 62 | 0 | 28 | 10E | 60 | 1F |
| Octal | 115 | 3 | 231 | 62 | 142 | 0 | 50 | 416 | 140 | 37 |
| Binary | 1001101 | 11 | 10011001 | 110010 | 1100010 | 0 | 101000 | 100001110 | 1100000 | 11111 |
Color Harmonies of #4D0399
Complementary color
Monochromatic Colors of #4D0399
Black with #4D0399
Text Example
Text Example
White with #4D0399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0399; }
p { color: rgb(77,3,153); }
H1.HeaderClassName
{
color: #4D0399;
}
.AnyTagClassName
{
color: #4D0399;
}
</style>
background-color css
<style>
a { background-color: #4D0399; }
a { background-color: rgb(77,3,153); }
div.DivClassName
{
background-color: #4D0399;
}
.BgClassName
{
background-color: #4D0399;
}
</style>
border-color css
<style>
span { border-color: #4D0399; }
span { border-color: rgb(77,3,153); }
td.TdClassName
{
border-color: #4D0399;
}
.TagClassName
{
border-color: #4D0399;
}
</style>