Shades of Indigo #4D0D92
Tints of Indigo #4D0D92
RGB
CMYK
RGB Variations
Color information
#4D0D92 (or 0x4D0D92) is known color: Indigo. HEX triplet: 4D, 0D and 92. RGB value is (77,13,146). Sum of RGB (Red+Green+Blue) = 77+13+146=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D0D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0D92 is #B2F26D. Grayscale: #2E2E2E. Windows color (decimal): -11727470 or 9571661. OLE color: 9571661.
HSL color Cylindrical-coordinate representation of color #4D0D92: hue angle of 268.87º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0D92 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 13 | 146 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.43 |
| HSL | 268.87º | 0.84% | 0.31% | - |
| HSV(B) | 268.87º | 0.91% | 0.57% | - |
| XYZ | 8.39 | 3.94 | 27.51 | - |
| YUV | 47.3 | 183.7 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 146 | 0.47 | 0.91 | 0 | 0.43 | 268.87 | 0.84 | 0.31 |
| Hex | 4D | D | 92 | 2F | 5B | 0 | 2B | 10D | 54 | 1F |
| Octal | 115 | 15 | 222 | 57 | 133 | 0 | 53 | 415 | 124 | 37 |
| Binary | 1001101 | 1101 | 10010010 | 101111 | 1011011 | 0 | 101011 | 100001101 | 1010100 | 11111 |
Color Harmonies of #4D0D92
Complementary color
Monochromatic Colors of #4D0D92
Black with #4D0D92
Text Example
Text Example
White with #4D0D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D92; }
p { color: rgb(77,13,146); }
H1.HeaderClassName
{
color: #4D0D92;
}
.AnyTagClassName
{
color: #4D0D92;
}
</style>
background-color css
<style>
a { background-color: #4D0D92; }
a { background-color: rgb(77,13,146); }
div.DivClassName
{
background-color: #4D0D92;
}
.BgClassName
{
background-color: #4D0D92;
}
</style>
border-color css
<style>
span { border-color: #4D0D92; }
span { border-color: rgb(77,13,146); }
td.TdClassName
{
border-color: #4D0D92;
}
.TagClassName
{
border-color: #4D0D92;
}
</style>