Shades of Indigo #4D0B6C
Tints of Indigo #4D0B6C
RGB
CMYK
RGB Variations
Color information
#4D0B6C (or 0x4D0B6C) is known color: Indigo. HEX triplet: 4D, 0B and 6C. RGB value is (77,11,108). Sum of RGB (Red+Green+Blue) = 77+11+108=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D0B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0B6C is #B2F493. Grayscale: #292929. Windows color (decimal): -11728020 or 7080781. OLE color: 7080781.
HSL color Cylindrical-coordinate representation of color #4D0B6C: hue angle of 280.82º degrees, saturation: 0.82, 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 #4D0B6C is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 11 | 108 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.58 |
| HSL | 280.82º | 0.82% | 0.23% | - |
| HSV(B) | 280.82º | 0.9% | 0.42% | - |
| XYZ | 5.89 | 2.9 | 14.44 | - |
| YUV | 41.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 108 | 0.29 | 0.90 | 0 | 0.58 | 280.82 | 0.82 | 0.23 |
| Hex | 4D | B | 6C | 1D | 5A | 0 | 3A | 119 | 52 | 17 |
| Octal | 115 | 13 | 154 | 35 | 132 | 0 | 72 | 431 | 122 | 27 |
| Binary | 1001101 | 1011 | 1101100 | 11101 | 1011010 | 0 | 111010 | 100011001 | 1010010 | 10111 |
Color Harmonies of #4D0B6C
Complementary color
Monochromatic Colors of #4D0B6C
Black with #4D0B6C
Text Example
Text Example
White with #4D0B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0B6C; }
p { color: rgb(77,11,108); }
H1.HeaderClassName
{
color: #4D0B6C;
}
.AnyTagClassName
{
color: #4D0B6C;
}
</style>
background-color css
<style>
a { background-color: #4D0B6C; }
a { background-color: rgb(77,11,108); }
div.DivClassName
{
background-color: #4D0B6C;
}
.BgClassName
{
background-color: #4D0B6C;
}
</style>
border-color css
<style>
span { border-color: #4D0B6C; }
span { border-color: rgb(77,11,108); }
td.TdClassName
{
border-color: #4D0B6C;
}
.TagClassName
{
border-color: #4D0B6C;
}
</style>