Shades of Indigo #4D0168
Tints of Indigo #4D0168
RGB
CMYK
RGB Variations
Color information
#4D0168 (or 0x4D0168) is known color: Indigo. HEX triplet: 4D, 01 and 68. RGB value is (77,1,104). Sum of RGB (Red+Green+Blue) = 77+1+104=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D0168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0168 is #B2FE97. Grayscale: #232323. Windows color (decimal): -11730584 or 6816077. OLE color: 6816077.
HSL color Cylindrical-coordinate representation of color #4D0168: hue angle of 284.27º 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 #4D0168 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 1 | 104 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.59 |
| HSL | 284.27º | 0.98% | 0.21% | - |
| HSV(B) | 284.27º | 0.99% | 0.41% | - |
| XYZ | 5.57 | 2.6 | 13.3 | - |
| YUV | 35.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 104 | 0.26 | 0.99 | 0 | 0.59 | 284.27 | 0.98 | 0.21 |
| Hex | 4D | 1 | 68 | 1A | 63 | 0 | 3B | 11C | 62 | 15 |
| Octal | 115 | 1 | 150 | 32 | 143 | 0 | 73 | 434 | 142 | 25 |
| Binary | 1001101 | 1 | 1101000 | 11010 | 1100011 | 0 | 111011 | 100011100 | 1100010 | 10101 |
Color Harmonies of #4D0168
Complementary color
Monochromatic Colors of #4D0168
Black with #4D0168
Text Example
Text Example
White with #4D0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0168; }
p { color: rgb(77,1,104); }
H1.HeaderClassName
{
color: #4D0168;
}
.AnyTagClassName
{
color: #4D0168;
}
</style>
background-color css
<style>
a { background-color: #4D0168; }
a { background-color: rgb(77,1,104); }
div.DivClassName
{
background-color: #4D0168;
}
.BgClassName
{
background-color: #4D0168;
}
</style>
border-color css
<style>
span { border-color: #4D0168; }
span { border-color: rgb(77,1,104); }
td.TdClassName
{
border-color: #4D0168;
}
.TagClassName
{
border-color: #4D0168;
}
</style>