Shades of Indigo #4D039B
Tints of Indigo #4D039B
RGB
CMYK
RGB Variations
Color information
#4D039B (or 0x4D039B) is known color: Indigo. HEX triplet: 4D, 03 and 9B. RGB value is (77,3,155). Sum of RGB (Red+Green+Blue) = 77+3+155=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D039B is #B2FC64. Grayscale: #292929. Windows color (decimal): -11730021 or 10158925. OLE color: 10158925.
HSL color Cylindrical-coordinate representation of color #4D039B: hue angle of 269.21º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D039B is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 3 | 155 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.39 |
| HSL | 269.21º | 0.96% | 0.31% | - |
| HSV(B) | 269.21º | 0.98% | 0.61% | - |
| XYZ | 9.01 | 4.01 | 31.31 | - |
| YUV | 42.45 | 191.52 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 155 | 0.50 | 0.98 | 0 | 0.39 | 269.21 | 0.96 | 0.31 |
| Hex | 4D | 3 | 9B | 32 | 62 | 0 | 27 | 10D | 60 | 1F |
| Octal | 115 | 3 | 233 | 62 | 142 | 0 | 47 | 415 | 140 | 37 |
| Binary | 1001101 | 11 | 10011011 | 110010 | 1100010 | 0 | 100111 | 100001101 | 1100000 | 11111 |
Color Harmonies of #4D039B
Complementary color
Monochromatic Colors of #4D039B
Black with #4D039B
Text Example
Text Example
White with #4D039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D039B; }
p { color: rgb(77,3,155); }
H1.HeaderClassName
{
color: #4D039B;
}
.AnyTagClassName
{
color: #4D039B;
}
</style>
background-color css
<style>
a { background-color: #4D039B; }
a { background-color: rgb(77,3,155); }
div.DivClassName
{
background-color: #4D039B;
}
.BgClassName
{
background-color: #4D039B;
}
</style>
border-color css
<style>
span { border-color: #4D039B; }
span { border-color: rgb(77,3,155); }
td.TdClassName
{
border-color: #4D039B;
}
.TagClassName
{
border-color: #4D039B;
}
</style>