Shades of Indigo #4D107A
Tints of Indigo #4D107A
RGB
CMYK
RGB Variations
Color information
#4D107A (or 0x4D107A) is known color: Indigo. HEX triplet: 4D, 10 and 7A. RGB value is (77,16,122). Sum of RGB (Red+Green+Blue) = 77+16+122=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D107A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D107A is #B2EF85. Grayscale: #2D2D2D. Windows color (decimal): -11726726 or 7999565. OLE color: 7999565.
HSL color Cylindrical-coordinate representation of color #4D107A: hue angle of 274.53º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D107A is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 16 | 122 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.52 |
| HSL | 274.53º | 0.77% | 0.27% | - |
| HSV(B) | 274.53º | 0.87% | 0.48% | - |
| XYZ | 6.76 | 3.35 | 18.7 | - |
| YUV | 46.32 | 170.71 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 122 | 0.37 | 0.87 | 0 | 0.52 | 274.53 | 0.77 | 0.27 |
| Hex | 4D | 10 | 7A | 25 | 57 | 0 | 34 | 113 | 4D | 1B |
| Octal | 115 | 20 | 172 | 45 | 127 | 0 | 64 | 423 | 115 | 33 |
| Binary | 1001101 | 10000 | 1111010 | 100101 | 1010111 | 0 | 110100 | 100010011 | 1001101 | 11011 |
Color Harmonies of #4D107A
Complementary color
Monochromatic Colors of #4D107A
Black with #4D107A
Text Example
Text Example
White with #4D107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D107A; }
p { color: rgb(77,16,122); }
H1.HeaderClassName
{
color: #4D107A;
}
.AnyTagClassName
{
color: #4D107A;
}
</style>
background-color css
<style>
a { background-color: #4D107A; }
a { background-color: rgb(77,16,122); }
div.DivClassName
{
background-color: #4D107A;
}
.BgClassName
{
background-color: #4D107A;
}
</style>
border-color css
<style>
span { border-color: #4D107A; }
span { border-color: rgb(77,16,122); }
td.TdClassName
{
border-color: #4D107A;
}
.TagClassName
{
border-color: #4D107A;
}
</style>