Shades of Indigo #4D0F6D
Tints of Indigo #4D0F6D
RGB
CMYK
RGB Variations
Color information
#4D0F6D (or 0x4D0F6D) is known color: Indigo. HEX triplet: 4D, 0F and 6D. RGB value is (77,15,109). Sum of RGB (Red+Green+Blue) = 77+15+109=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D0F6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0F6D is #B2F092. Grayscale: #2B2B2B. Windows color (decimal): -11726995 or 7147341. OLE color: 7147341.
HSL color Cylindrical-coordinate representation of color #4D0F6D: hue angle of 279.57º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D0F6D is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 15 | 109 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.57 |
| HSL | 279.57º | 0.76% | 0.24% | - |
| HSV(B) | 279.57º | 0.86% | 0.43% | - |
| XYZ | 5.99 | 3.02 | 14.74 | - |
| YUV | 44.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 15 | 109 | 0.29 | 0.86 | 0 | 0.57 | 279.57 | 0.76 | 0.24 |
| Hex | 4D | F | 6D | 1D | 56 | 0 | 39 | 118 | 4C | 18 |
| Octal | 115 | 17 | 155 | 35 | 126 | 0 | 71 | 430 | 114 | 30 |
| Binary | 1001101 | 1111 | 1101101 | 11101 | 1010110 | 0 | 111001 | 100011000 | 1001100 | 11000 |
Color Harmonies of #4D0F6D
Complementary color
Monochromatic Colors of #4D0F6D
Black with #4D0F6D
Text Example
Text Example
White with #4D0F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0F6D; }
p { color: rgb(77,15,109); }
H1.HeaderClassName
{
color: #4D0F6D;
}
.AnyTagClassName
{
color: #4D0F6D;
}
</style>
background-color css
<style>
a { background-color: #4D0F6D; }
a { background-color: rgb(77,15,109); }
div.DivClassName
{
background-color: #4D0F6D;
}
.BgClassName
{
background-color: #4D0F6D;
}
</style>
border-color css
<style>
span { border-color: #4D0F6D; }
span { border-color: rgb(77,15,109); }
td.TdClassName
{
border-color: #4D0F6D;
}
.TagClassName
{
border-color: #4D0F6D;
}
</style>