Shades of Indigo #4D169D
Tints of Indigo #4D169D
RGB
CMYK
RGB Variations
Color information
#4D169D (or 0x4D169D) is known color: Indigo. HEX triplet: 4D, 16 and 9D. RGB value is (77,22,157). Sum of RGB (Red+Green+Blue) = 77+22+157=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D169D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D169D is #B2E962. Grayscale: #353535. Windows color (decimal): -11725155 or 10294861. OLE color: 10294861.
HSL color Cylindrical-coordinate representation of color #4D169D: hue angle of 264.44º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D169D is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 22 | 157 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.38 |
| HSL | 264.44º | 0.75% | 0.35% | - |
| HSV(B) | 264.44º | 0.86% | 0.62% | - |
| XYZ | 9.43 | 4.59 | 32.29 | - |
| YUV | 53.84 | 186.22 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 157 | 0.51 | 0.86 | 0 | 0.38 | 264.44 | 0.75 | 0.35 |
| Hex | 4D | 16 | 9D | 33 | 56 | 0 | 26 | 108 | 4B | 23 |
| Octal | 115 | 26 | 235 | 63 | 126 | 0 | 46 | 410 | 113 | 43 |
| Binary | 1001101 | 10110 | 10011101 | 110011 | 1010110 | 0 | 100110 | 100001000 | 1001011 | 100011 |
Color Harmonies of #4D169D
Complementary color
Monochromatic Colors of #4D169D
Black with #4D169D
Text Example
Text Example
White with #4D169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D169D; }
p { color: rgb(77,22,157); }
H1.HeaderClassName
{
color: #4D169D;
}
.AnyTagClassName
{
color: #4D169D;
}
</style>
background-color css
<style>
a { background-color: #4D169D; }
a { background-color: rgb(77,22,157); }
div.DivClassName
{
background-color: #4D169D;
}
.BgClassName
{
background-color: #4D169D;
}
</style>
border-color css
<style>
span { border-color: #4D169D; }
span { border-color: rgb(77,22,157); }
td.TdClassName
{
border-color: #4D169D;
}
.TagClassName
{
border-color: #4D169D;
}
</style>