Shades of Indigo #4D0299
Tints of Indigo #4D0299
RGB
CMYK
RGB Variations
Color information
#4D0299 (or 0x4D0299) is known color: Indigo. HEX triplet: 4D, 02 and 99. RGB value is (77,2,153). Sum of RGB (Red+Green+Blue) = 77+2+153=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D0299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0299 is #B2FD66. Grayscale: #292929. Windows color (decimal): -11730279 or 10027597. OLE color: 10027597.
HSL color Cylindrical-coordinate representation of color #4D0299: hue angle of 269.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0299 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 2 | 153 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.4 |
| HSL | 269.8º | 0.97% | 0.3% | - |
| HSV(B) | 269.8º | 0.99% | 0.6% | - |
| XYZ | 8.83 | 3.92 | 30.43 | - |
| YUV | 41.64 | 190.85 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 153 | 0.50 | 0.99 | 0 | 0.4 | 269.8 | 0.97 | 0.3 |
| Hex | 4D | 2 | 99 | 32 | 63 | 0 | 28 | 10E | 61 | 1E |
| Octal | 115 | 2 | 231 | 62 | 143 | 0 | 50 | 416 | 141 | 36 |
| Binary | 1001101 | 10 | 10011001 | 110010 | 1100011 | 0 | 101000 | 100001110 | 1100001 | 11110 |
Color Harmonies of #4D0299
Complementary color
Monochromatic Colors of #4D0299
Black with #4D0299
Text Example
Text Example
White with #4D0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0299; }
p { color: rgb(77,2,153); }
H1.HeaderClassName
{
color: #4D0299;
}
.AnyTagClassName
{
color: #4D0299;
}
</style>
background-color css
<style>
a { background-color: #4D0299; }
a { background-color: rgb(77,2,153); }
div.DivClassName
{
background-color: #4D0299;
}
.BgClassName
{
background-color: #4D0299;
}
</style>
border-color css
<style>
span { border-color: #4D0299; }
span { border-color: rgb(77,2,153); }
td.TdClassName
{
border-color: #4D0299;
}
.TagClassName
{
border-color: #4D0299;
}
</style>