Shades of Indigo #4D0169
Tints of Indigo #4D0169
RGB
CMYK
RGB Variations
Color information
#4D0169 (or 0x4D0169) is known color: Indigo. HEX triplet: 4D, 01 and 69. RGB value is (77,1,105). Sum of RGB (Red+Green+Blue) = 77+1+105=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D0169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0169 is #B2FE96. Grayscale: #232323. Windows color (decimal): -11730583 or 6881613. OLE color: 6881613.
HSL color Cylindrical-coordinate representation of color #4D0169: hue angle of 283.85º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0169 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 1 | 105 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.59 |
| HSL | 283.85º | 0.98% | 0.21% | - |
| HSV(B) | 283.85º | 0.99% | 0.41% | - |
| XYZ | 5.62 | 2.62 | 13.57 | - |
| YUV | 35.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 105 | 0.27 | 0.99 | 0 | 0.59 | 283.85 | 0.98 | 0.21 |
| Hex | 4D | 1 | 69 | 1B | 63 | 0 | 3B | 11C | 62 | 15 |
| Octal | 115 | 1 | 151 | 33 | 143 | 0 | 73 | 434 | 142 | 25 |
| Binary | 1001101 | 1 | 1101001 | 11011 | 1100011 | 0 | 111011 | 100011100 | 1100010 | 10101 |
Color Harmonies of #4D0169
Complementary color
Monochromatic Colors of #4D0169
Black with #4D0169
Text Example
Text Example
White with #4D0169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0169; }
p { color: rgb(77,1,105); }
H1.HeaderClassName
{
color: #4D0169;
}
.AnyTagClassName
{
color: #4D0169;
}
</style>
background-color css
<style>
a { background-color: #4D0169; }
a { background-color: rgb(77,1,105); }
div.DivClassName
{
background-color: #4D0169;
}
.BgClassName
{
background-color: #4D0169;
}
</style>
border-color css
<style>
span { border-color: #4D0169; }
span { border-color: rgb(77,1,105); }
td.TdClassName
{
border-color: #4D0169;
}
.TagClassName
{
border-color: #4D0169;
}
</style>