Shades of Indigo #4D169B
Tints of Indigo #4D169B
RGB
CMYK
RGB Variations
Color information
#4D169B (or 0x4D169B) is known color: Indigo. HEX triplet: 4D, 16 and 9B. RGB value is (77,22,155). Sum of RGB (Red+Green+Blue) = 77+22+155=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D169B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D169B is #B2E964. Grayscale: #353535. Windows color (decimal): -11725157 or 10163789. OLE color: 10163789.
HSL color Cylindrical-coordinate representation of color #4D169B: hue angle of 264.81º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D169B is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 22 | 155 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.39 |
| HSL | 264.81º | 0.75% | 0.35% | - |
| HSV(B) | 264.81º | 0.86% | 0.61% | - |
| XYZ | 9.26 | 4.52 | 31.39 | - |
| YUV | 53.61 | 185.22 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 155 | 0.50 | 0.86 | 0 | 0.39 | 264.81 | 0.75 | 0.35 |
| Hex | 4D | 16 | 9B | 32 | 56 | 0 | 27 | 109 | 4B | 23 |
| Octal | 115 | 26 | 233 | 62 | 126 | 0 | 47 | 411 | 113 | 43 |
| Binary | 1001101 | 10110 | 10011011 | 110010 | 1010110 | 0 | 100111 | 100001001 | 1001011 | 100011 |
Color Harmonies of #4D169B
Complementary color
Monochromatic Colors of #4D169B
Black with #4D169B
Text Example
Text Example
White with #4D169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D169B; }
p { color: rgb(77,22,155); }
H1.HeaderClassName
{
color: #4D169B;
}
.AnyTagClassName
{
color: #4D169B;
}
</style>
background-color css
<style>
a { background-color: #4D169B; }
a { background-color: rgb(77,22,155); }
div.DivClassName
{
background-color: #4D169B;
}
.BgClassName
{
background-color: #4D169B;
}
</style>
border-color css
<style>
span { border-color: #4D169B; }
span { border-color: rgb(77,22,155); }
td.TdClassName
{
border-color: #4D169B;
}
.TagClassName
{
border-color: #4D169B;
}
</style>