Shades of Indigo #4D0394
Tints of Indigo #4D0394
RGB
CMYK
RGB Variations
Color information
#4D0394 (or 0x4D0394) is known color: Indigo. HEX triplet: 4D, 03 and 94. RGB value is (77,3,148). Sum of RGB (Red+Green+Blue) = 77+3+148=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D0394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0394 is #B2FC6B. Grayscale: #292929. Windows color (decimal): -11730028 or 9700173. OLE color: 9700173.
HSL color Cylindrical-coordinate representation of color #4D0394: hue angle of 270.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D0394 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 3 | 148 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.42 |
| HSL | 270.62º | 0.96% | 0.3% | - |
| HSV(B) | 270.62º | 0.98% | 0.58% | - |
| XYZ | 8.44 | 3.78 | 28.3 | - |
| YUV | 41.66 | 188.02 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 148 | 0.48 | 0.98 | 0 | 0.42 | 270.62 | 0.96 | 0.3 |
| Hex | 4D | 3 | 94 | 30 | 62 | 0 | 2A | 10F | 60 | 1E |
| Octal | 115 | 3 | 224 | 60 | 142 | 0 | 52 | 417 | 140 | 36 |
| Binary | 1001101 | 11 | 10010100 | 110000 | 1100010 | 0 | 101010 | 100001111 | 1100000 | 11110 |
Color Harmonies of #4D0394
Complementary color
Monochromatic Colors of #4D0394
Black with #4D0394
Text Example
Text Example
White with #4D0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0394; }
p { color: rgb(77,3,148); }
H1.HeaderClassName
{
color: #4D0394;
}
.AnyTagClassName
{
color: #4D0394;
}
</style>
background-color css
<style>
a { background-color: #4D0394; }
a { background-color: rgb(77,3,148); }
div.DivClassName
{
background-color: #4D0394;
}
.BgClassName
{
background-color: #4D0394;
}
</style>
border-color css
<style>
span { border-color: #4D0394; }
span { border-color: rgb(77,3,148); }
td.TdClassName
{
border-color: #4D0394;
}
.TagClassName
{
border-color: #4D0394;
}
</style>