Shades of Indigo #4D0B6A
Tints of Indigo #4D0B6A
RGB
CMYK
RGB Variations
Color information
#4D0B6A (or 0x4D0B6A) is known color: Indigo. HEX triplet: 4D, 0B and 6A. RGB value is (77,11,106). Sum of RGB (Red+Green+Blue) = 77+11+106=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D0B6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0B6A is #B2F495. Grayscale: #292929. Windows color (decimal): -11728022 or 6949709. OLE color: 6949709.
HSL color Cylindrical-coordinate representation of color #4D0B6A: hue angle of 281.68º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0B6A is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 11 | 106 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.58 |
| HSL | 281.68º | 0.81% | 0.23% | - |
| HSV(B) | 281.68º | 0.9% | 0.42% | - |
| XYZ | 5.78 | 2.86 | 13.88 | - |
| YUV | 41.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 106 | 0.27 | 0.90 | 0 | 0.58 | 281.68 | 0.81 | 0.23 |
| Hex | 4D | B | 6A | 1B | 5A | 0 | 3A | 11A | 51 | 17 |
| Octal | 115 | 13 | 152 | 33 | 132 | 0 | 72 | 432 | 121 | 27 |
| Binary | 1001101 | 1011 | 1101010 | 11011 | 1011010 | 0 | 111010 | 100011010 | 1010001 | 10111 |
Color Harmonies of #4D0B6A
Complementary color
Monochromatic Colors of #4D0B6A
Black with #4D0B6A
Text Example
Text Example
White with #4D0B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0B6A; }
p { color: rgb(77,11,106); }
H1.HeaderClassName
{
color: #4D0B6A;
}
.AnyTagClassName
{
color: #4D0B6A;
}
</style>
background-color css
<style>
a { background-color: #4D0B6A; }
a { background-color: rgb(77,11,106); }
div.DivClassName
{
background-color: #4D0B6A;
}
.BgClassName
{
background-color: #4D0B6A;
}
</style>
border-color css
<style>
span { border-color: #4D0B6A; }
span { border-color: rgb(77,11,106); }
td.TdClassName
{
border-color: #4D0B6A;
}
.TagClassName
{
border-color: #4D0B6A;
}
</style>