Shades of Indigo #4D0D84
Tints of Indigo #4D0D84
RGB
CMYK
RGB Variations
Color information
#4D0D84 (or 0x4D0D84) is known color: Indigo. HEX triplet: 4D, 0D and 84. RGB value is (77,13,132). Sum of RGB (Red+Green+Blue) = 77+13+132=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D0D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0D84 is #B2F27B. Grayscale: #2D2D2D. Windows color (decimal): -11727484 or 8654157. OLE color: 8654157.
HSL color Cylindrical-coordinate representation of color #4D0D84: hue angle of 272.27º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0D84 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 13 | 132 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.48 |
| HSL | 272.27º | 0.82% | 0.28% | - |
| HSV(B) | 272.27º | 0.9% | 0.52% | - |
| XYZ | 7.37 | 3.53 | 22.12 | - |
| YUV | 45.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 132 | 0.42 | 0.90 | 0 | 0.48 | 272.27 | 0.82 | 0.28 |
| Hex | 4D | D | 84 | 2A | 5A | 0 | 30 | 110 | 52 | 1C |
| Octal | 115 | 15 | 204 | 52 | 132 | 0 | 60 | 420 | 122 | 34 |
| Binary | 1001101 | 1101 | 10000100 | 101010 | 1011010 | 0 | 110000 | 100010000 | 1010010 | 11100 |
Color Harmonies of #4D0D84
Complementary color
Monochromatic Colors of #4D0D84
Black with #4D0D84
Text Example
Text Example
White with #4D0D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D84; }
p { color: rgb(77,13,132); }
H1.HeaderClassName
{
color: #4D0D84;
}
.AnyTagClassName
{
color: #4D0D84;
}
</style>
background-color css
<style>
a { background-color: #4D0D84; }
a { background-color: rgb(77,13,132); }
div.DivClassName
{
background-color: #4D0D84;
}
.BgClassName
{
background-color: #4D0D84;
}
</style>
border-color css
<style>
span { border-color: #4D0D84; }
span { border-color: rgb(77,13,132); }
td.TdClassName
{
border-color: #4D0D84;
}
.TagClassName
{
border-color: #4D0D84;
}
</style>