Shades of Indigo #4D1694
Tints of Indigo #4D1694
RGB
CMYK
RGB Variations
Color information
#4D1694 (or 0x4D1694) is known color: Indigo. HEX triplet: 4D, 16 and 94. RGB value is (77,22,148). Sum of RGB (Red+Green+Blue) = 77+22+148=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D1694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1694 is #B2E96B. Grayscale: #343434. Windows color (decimal): -11725164 or 9705037. OLE color: 9705037.
HSL color Cylindrical-coordinate representation of color #4D1694: hue angle of 266.19º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1694 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 22 | 148 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.42 |
| HSL | 266.19º | 0.74% | 0.33% | - |
| HSV(B) | 266.19º | 0.85% | 0.58% | - |
| XYZ | 8.69 | 4.29 | 28.39 | - |
| YUV | 52.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 148 | 0.48 | 0.85 | 0 | 0.42 | 266.19 | 0.74 | 0.33 |
| Hex | 4D | 16 | 94 | 30 | 55 | 0 | 2A | 10A | 4A | 21 |
| Octal | 115 | 26 | 224 | 60 | 125 | 0 | 52 | 412 | 112 | 41 |
| Binary | 1001101 | 10110 | 10010100 | 110000 | 1010101 | 0 | 101010 | 100001010 | 1001010 | 100001 |
Color Harmonies of #4D1694
Complementary color
Monochromatic Colors of #4D1694
Black with #4D1694
Text Example
Text Example
White with #4D1694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1694; }
p { color: rgb(77,22,148); }
H1.HeaderClassName
{
color: #4D1694;
}
.AnyTagClassName
{
color: #4D1694;
}
</style>
background-color css
<style>
a { background-color: #4D1694; }
a { background-color: rgb(77,22,148); }
div.DivClassName
{
background-color: #4D1694;
}
.BgClassName
{
background-color: #4D1694;
}
</style>
border-color css
<style>
span { border-color: #4D1694; }
span { border-color: rgb(77,22,148); }
td.TdClassName
{
border-color: #4D1694;
}
.TagClassName
{
border-color: #4D1694;
}
</style>