Shades of Indigo #4D158B
Tints of Indigo #4D158B
RGB
CMYK
RGB Variations
Color information
#4D158B (or 0x4D158B) is known color: Indigo. HEX triplet: 4D, 15 and 8B. RGB value is (77,21,139). Sum of RGB (Red+Green+Blue) = 77+21+139=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D158B is #B2EA74. Grayscale: #323232. Windows color (decimal): -11725429 or 9114957. OLE color: 9114957.
HSL color Cylindrical-coordinate representation of color #4D158B: hue angle of 268.47º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D158B is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 21 | 139 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.45 |
| HSL | 268.47º | 0.74% | 0.31% | - |
| HSV(B) | 268.47º | 0.85% | 0.55% | - |
| XYZ | 7.99 | 3.98 | 24.77 | - |
| YUV | 51.2 | 177.55 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 139 | 0.45 | 0.85 | 0 | 0.45 | 268.47 | 0.74 | 0.31 |
| Hex | 4D | 15 | 8B | 2D | 55 | 0 | 2D | 10C | 4A | 1F |
| Octal | 115 | 25 | 213 | 55 | 125 | 0 | 55 | 414 | 112 | 37 |
| Binary | 1001101 | 10101 | 10001011 | 101101 | 1010101 | 0 | 101101 | 100001100 | 1001010 | 11111 |
Color Harmonies of #4D158B
Complementary color
Monochromatic Colors of #4D158B
Black with #4D158B
Text Example
Text Example
White with #4D158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D158B; }
p { color: rgb(77,21,139); }
H1.HeaderClassName
{
color: #4D158B;
}
.AnyTagClassName
{
color: #4D158B;
}
</style>
background-color css
<style>
a { background-color: #4D158B; }
a { background-color: rgb(77,21,139); }
div.DivClassName
{
background-color: #4D158B;
}
.BgClassName
{
background-color: #4D158B;
}
</style>
border-color css
<style>
span { border-color: #4D158B; }
span { border-color: rgb(77,21,139); }
td.TdClassName
{
border-color: #4D158B;
}
.TagClassName
{
border-color: #4D158B;
}
</style>