Shades of Indigo #4D036B
Tints of Indigo #4D036B
RGB
CMYK
RGB Variations
Color information
#4D036B (or 0x4D036B) is known color: Indigo. HEX triplet: 4D, 03 and 6B. RGB value is (77,3,107). Sum of RGB (Red+Green+Blue) = 77+3+107=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D036B is #B2FC94. Grayscale: #242424. Windows color (decimal): -11730069 or 7013197. OLE color: 7013197.
HSL color Cylindrical-coordinate representation of color #4D036B: hue angle of 282.69º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D036B is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 3 | 107 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.58 |
| HSL | 282.69º | 0.95% | 0.22% | - |
| HSV(B) | 282.69º | 0.97% | 0.42% | - |
| XYZ | 5.75 | 2.7 | 14.13 | - |
| YUV | 36.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 107 | 0.28 | 0.97 | 0 | 0.58 | 282.69 | 0.95 | 0.22 |
| Hex | 4D | 3 | 6B | 1C | 61 | 0 | 3A | 11B | 5F | 16 |
| Octal | 115 | 3 | 153 | 34 | 141 | 0 | 72 | 433 | 137 | 26 |
| Binary | 1001101 | 11 | 1101011 | 11100 | 1100001 | 0 | 111010 | 100011011 | 1011111 | 10110 |
Color Harmonies of #4D036B
Complementary color
Monochromatic Colors of #4D036B
Black with #4D036B
Text Example
Text Example
White with #4D036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D036B; }
p { color: rgb(77,3,107); }
H1.HeaderClassName
{
color: #4D036B;
}
.AnyTagClassName
{
color: #4D036B;
}
</style>
background-color css
<style>
a { background-color: #4D036B; }
a { background-color: rgb(77,3,107); }
div.DivClassName
{
background-color: #4D036B;
}
.BgClassName
{
background-color: #4D036B;
}
</style>
border-color css
<style>
span { border-color: #4D036B; }
span { border-color: rgb(77,3,107); }
td.TdClassName
{
border-color: #4D036B;
}
.TagClassName
{
border-color: #4D036B;
}
</style>