Shades of Indigo #4D0269
Tints of Indigo #4D0269
RGB
CMYK
RGB Variations
Color information
#4D0269 (or 0x4D0269) is known color: Indigo. HEX triplet: 4D, 02 and 69. RGB value is (77,2,105). Sum of RGB (Red+Green+Blue) = 77+2+105=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D0269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0269 is #B2FD96. Grayscale: #232323. Windows color (decimal): -11730327 or 6881869. OLE color: 6881869.
HSL color Cylindrical-coordinate representation of color #4D0269: hue angle of 283.69º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D0269 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 2 | 105 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.59 |
| HSL | 283.69º | 0.96% | 0.21% | - |
| HSV(B) | 283.69º | 0.98% | 0.41% | - |
| XYZ | 5.63 | 2.64 | 13.58 | - |
| YUV | 36.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 105 | 0.27 | 0.98 | 0 | 0.59 | 283.69 | 0.96 | 0.21 |
| Hex | 4D | 2 | 69 | 1B | 62 | 0 | 3B | 11C | 60 | 15 |
| Octal | 115 | 2 | 151 | 33 | 142 | 0 | 73 | 434 | 140 | 25 |
| Binary | 1001101 | 10 | 1101001 | 11011 | 1100010 | 0 | 111011 | 100011100 | 1100000 | 10101 |
Color Harmonies of #4D0269
Complementary color
Monochromatic Colors of #4D0269
Black with #4D0269
Text Example
Text Example
White with #4D0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0269; }
p { color: rgb(77,2,105); }
H1.HeaderClassName
{
color: #4D0269;
}
.AnyTagClassName
{
color: #4D0269;
}
</style>
background-color css
<style>
a { background-color: #4D0269; }
a { background-color: rgb(77,2,105); }
div.DivClassName
{
background-color: #4D0269;
}
.BgClassName
{
background-color: #4D0269;
}
</style>
border-color css
<style>
span { border-color: #4D0269; }
span { border-color: rgb(77,2,105); }
td.TdClassName
{
border-color: #4D0269;
}
.TagClassName
{
border-color: #4D0269;
}
</style>