Shades of Indigo #4D035D
Tints of Indigo #4D035D
RGB
CMYK
RGB Variations
Color information
#4D035D (or 0x4D035D) is known color: Indigo. HEX triplet: 4D, 03 and 5D. RGB value is (77,3,93). Sum of RGB (Red+Green+Blue) = 77+3+93=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D035D is #B2FCA2. Grayscale: #232323. Windows color (decimal): -11730083 or 6095693. OLE color: 6095693.
HSL color Cylindrical-coordinate representation of color #4D035D: hue angle of 289.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D035D is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 3 | 93 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.64 |
| HSL | 289.33º | 0.94% | 0.19% | - |
| HSV(B) | 289.33º | 0.97% | 0.36% | - |
| XYZ | 5.07 | 2.43 | 10.56 | - |
| YUV | 35.39 | 160.52 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 93 | 0.17 | 0.97 | 0 | 0.64 | 289.33 | 0.94 | 0.19 |
| Hex | 4D | 3 | 5D | 11 | 61 | 0 | 40 | 121 | 5E | 13 |
| Octal | 115 | 3 | 135 | 21 | 141 | 0 | 100 | 441 | 136 | 23 |
| Binary | 1001101 | 11 | 1011101 | 10001 | 1100001 | 0 | 1000000 | 100100001 | 1011110 | 10011 |
Color Harmonies of #4D035D
Complementary color
Monochromatic Colors of #4D035D
Black with #4D035D
Text Example
Text Example
White with #4D035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D035D; }
p { color: rgb(77,3,93); }
H1.HeaderClassName
{
color: #4D035D;
}
.AnyTagClassName
{
color: #4D035D;
}
</style>
background-color css
<style>
a { background-color: #4D035D; }
a { background-color: rgb(77,3,93); }
div.DivClassName
{
background-color: #4D035D;
}
.BgClassName
{
background-color: #4D035D;
}
</style>
border-color css
<style>
span { border-color: #4D035D; }
span { border-color: rgb(77,3,93); }
td.TdClassName
{
border-color: #4D035D;
}
.TagClassName
{
border-color: #4D035D;
}
</style>