Shades of Indigo #4D0A92
Tints of Indigo #4D0A92
RGB
CMYK
RGB Variations
Color information
#4D0A92 (or 0x4D0A92) is known color: Indigo. HEX triplet: 4D, 0A and 92. RGB value is (77,10,146). Sum of RGB (Red+Green+Blue) = 77+10+146=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D0A92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0A92 is #B2F56D. Grayscale: #2D2D2D. Windows color (decimal): -11728238 or 9570893. OLE color: 9570893.
HSL color Cylindrical-coordinate representation of color #4D0A92: hue angle of 269.56º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0A92 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 10 | 146 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.43 |
| HSL | 269.56º | 0.87% | 0.31% | - |
| HSV(B) | 269.56º | 0.93% | 0.57% | - |
| XYZ | 8.36 | 3.87 | 27.5 | - |
| YUV | 45.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 146 | 0.47 | 0.93 | 0 | 0.43 | 269.56 | 0.87 | 0.31 |
| Hex | 4D | A | 92 | 2F | 5D | 0 | 2B | 10E | 57 | 1F |
| Octal | 115 | 12 | 222 | 57 | 135 | 0 | 53 | 416 | 127 | 37 |
| Binary | 1001101 | 1010 | 10010010 | 101111 | 1011101 | 0 | 101011 | 100001110 | 1010111 | 11111 |
Color Harmonies of #4D0A92
Complementary color
Monochromatic Colors of #4D0A92
Black with #4D0A92
Text Example
Text Example
White with #4D0A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A92; }
p { color: rgb(77,10,146); }
H1.HeaderClassName
{
color: #4D0A92;
}
.AnyTagClassName
{
color: #4D0A92;
}
</style>
background-color css
<style>
a { background-color: #4D0A92; }
a { background-color: rgb(77,10,146); }
div.DivClassName
{
background-color: #4D0A92;
}
.BgClassName
{
background-color: #4D0A92;
}
</style>
border-color css
<style>
span { border-color: #4D0A92; }
span { border-color: rgb(77,10,146); }
td.TdClassName
{
border-color: #4D0A92;
}
.TagClassName
{
border-color: #4D0A92;
}
</style>