Shades of Indigo #4D0795
Tints of Indigo #4D0795
RGB
CMYK
RGB Variations
Color information
#4D0795 (or 0x4D0795) is known color: Indigo. HEX triplet: 4D, 07 and 95. RGB value is (77,7,149). Sum of RGB (Red+Green+Blue) = 77+7+149=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D0795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0795 is #B2F86A. Grayscale: #2B2B2B. Windows color (decimal): -11729003 or 9766733. OLE color: 9766733.
HSL color Cylindrical-coordinate representation of color #4D0795: hue angle of 269.58º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0795 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 7 | 149 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.42 |
| HSL | 269.58º | 0.91% | 0.31% | - |
| HSV(B) | 269.58º | 0.95% | 0.58% | - |
| XYZ | 8.56 | 3.9 | 28.74 | - |
| YUV | 44.12 | 187.19 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 149 | 0.48 | 0.95 | 0 | 0.42 | 269.58 | 0.91 | 0.31 |
| Hex | 4D | 7 | 95 | 30 | 5F | 0 | 2A | 10E | 5B | 1F |
| Octal | 115 | 7 | 225 | 60 | 137 | 0 | 52 | 416 | 133 | 37 |
| Binary | 1001101 | 111 | 10010101 | 110000 | 1011111 | 0 | 101010 | 100001110 | 1011011 | 11111 |
Color Harmonies of #4D0795
Complementary color
Monochromatic Colors of #4D0795
Black with #4D0795
Text Example
Text Example
White with #4D0795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0795; }
p { color: rgb(77,7,149); }
H1.HeaderClassName
{
color: #4D0795;
}
.AnyTagClassName
{
color: #4D0795;
}
</style>
background-color css
<style>
a { background-color: #4D0795; }
a { background-color: rgb(77,7,149); }
div.DivClassName
{
background-color: #4D0795;
}
.BgClassName
{
background-color: #4D0795;
}
</style>
border-color css
<style>
span { border-color: #4D0795; }
span { border-color: rgb(77,7,149); }
td.TdClassName
{
border-color: #4D0795;
}
.TagClassName
{
border-color: #4D0795;
}
</style>