Shades of Indigo #4D139A
Tints of Indigo #4D139A
RGB
CMYK
RGB Variations
Color information
#4D139A (or 0x4D139A) is known color: Indigo. HEX triplet: 4D, 13 and 9A. RGB value is (77,19,154). Sum of RGB (Red+Green+Blue) = 77+19+154=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D139A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D139A is #B2EC65. Grayscale: #333333. Windows color (decimal): -11725926 or 10097485. OLE color: 10097485.
HSL color Cylindrical-coordinate representation of color #4D139A: hue angle of 265.78º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D139A is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 19 | 154 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.40 |
| HSL | 265.78º | 0.78% | 0.34% | - |
| HSV(B) | 265.78º | 0.88% | 0.6% | - |
| XYZ | 9.13 | 4.38 | 30.94 | - |
| YUV | 51.73 | 185.72 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 154 | 0.50 | 0.88 | 0 | 0.40 | 265.78 | 0.78 | 0.34 |
| Hex | 4D | 13 | 9A | 32 | 58 | 0 | 28 | 10A | 4E | 22 |
| Octal | 115 | 23 | 232 | 62 | 130 | 0 | 50 | 412 | 116 | 42 |
| Binary | 1001101 | 10011 | 10011010 | 110010 | 1011000 | 0 | 101000 | 100001010 | 1001110 | 100010 |
Color Harmonies of #4D139A
Complementary color
Monochromatic Colors of #4D139A
Black with #4D139A
Text Example
Text Example
White with #4D139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D139A; }
p { color: rgb(77,19,154); }
H1.HeaderClassName
{
color: #4D139A;
}
.AnyTagClassName
{
color: #4D139A;
}
</style>
background-color css
<style>
a { background-color: #4D139A; }
a { background-color: rgb(77,19,154); }
div.DivClassName
{
background-color: #4D139A;
}
.BgClassName
{
background-color: #4D139A;
}
</style>
border-color css
<style>
span { border-color: #4D139A; }
span { border-color: rgb(77,19,154); }
td.TdClassName
{
border-color: #4D139A;
}
.TagClassName
{
border-color: #4D139A;
}
</style>