Shades of Indigo #4D0166
Tints of Indigo #4D0166
RGB
CMYK
RGB Variations
Color information
#4D0166 (or 0x4D0166) is known color: Indigo. HEX triplet: 4D, 01 and 66. RGB value is (77,1,102). Sum of RGB (Red+Green+Blue) = 77+1+102=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #4D0166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0166 is #B2FE99. Grayscale: #222222. Windows color (decimal): -11730586 or 6685005. OLE color: 6685005.
HSL color Cylindrical-coordinate representation of color #4D0166: hue angle of 285.15º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0166 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 1 | 102 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.6 |
| HSL | 285.15º | 0.98% | 0.2% | - |
| HSV(B) | 285.15º | 0.99% | 0.4% | - |
| XYZ | 5.47 | 2.56 | 12.78 | - |
| YUV | 35.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 102 | 0.25 | 0.99 | 0 | 0.6 | 285.15 | 0.98 | 0.2 |
| Hex | 4D | 1 | 66 | 19 | 63 | 0 | 3C | 11D | 62 | 14 |
| Octal | 115 | 1 | 146 | 31 | 143 | 0 | 74 | 435 | 142 | 24 |
| Binary | 1001101 | 1 | 1100110 | 11001 | 1100011 | 0 | 111100 | 100011101 | 1100010 | 10100 |
Color Harmonies of #4D0166
Complementary color
Monochromatic Colors of #4D0166
Black with #4D0166
Text Example
Text Example
White with #4D0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0166; }
p { color: rgb(77,1,102); }
H1.HeaderClassName
{
color: #4D0166;
}
.AnyTagClassName
{
color: #4D0166;
}
</style>
background-color css
<style>
a { background-color: #4D0166; }
a { background-color: rgb(77,1,102); }
div.DivClassName
{
background-color: #4D0166;
}
.BgClassName
{
background-color: #4D0166;
}
</style>
border-color css
<style>
span { border-color: #4D0166; }
span { border-color: rgb(77,1,102); }
td.TdClassName
{
border-color: #4D0166;
}
.TagClassName
{
border-color: #4D0166;
}
</style>