Shades of Indigo #4D0468
Tints of Indigo #4D0468
RGB
CMYK
RGB Variations
Color information
#4D0468 (or 0x4D0468) is known color: Indigo. HEX triplet: 4D, 04 and 68. RGB value is (77,4,104). Sum of RGB (Red+Green+Blue) = 77+4+104=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D0468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0468 is #B2FB97. Grayscale: #242424. Windows color (decimal): -11729816 or 6816845. OLE color: 6816845.
HSL color Cylindrical-coordinate representation of color #4D0468: hue angle of 283.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0468 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 4 | 104 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.59 |
| HSL | 283.8º | 0.93% | 0.21% | - |
| HSV(B) | 283.8º | 0.96% | 0.41% | - |
| XYZ | 5.6 | 2.66 | 13.32 | - |
| YUV | 37.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 104 | 0.26 | 0.96 | 0 | 0.59 | 283.8 | 0.93 | 0.21 |
| Hex | 4D | 4 | 68 | 1A | 60 | 0 | 3B | 11C | 5D | 15 |
| Octal | 115 | 4 | 150 | 32 | 140 | 0 | 73 | 434 | 135 | 25 |
| Binary | 1001101 | 100 | 1101000 | 11010 | 1100000 | 0 | 111011 | 100011100 | 1011101 | 10101 |
Color Harmonies of #4D0468
Complementary color
Monochromatic Colors of #4D0468
Black with #4D0468
Text Example
Text Example
White with #4D0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0468; }
p { color: rgb(77,4,104); }
H1.HeaderClassName
{
color: #4D0468;
}
.AnyTagClassName
{
color: #4D0468;
}
</style>
background-color css
<style>
a { background-color: #4D0468; }
a { background-color: rgb(77,4,104); }
div.DivClassName
{
background-color: #4D0468;
}
.BgClassName
{
background-color: #4D0468;
}
</style>
border-color css
<style>
span { border-color: #4D0468; }
span { border-color: rgb(77,4,104); }
td.TdClassName
{
border-color: #4D0468;
}
.TagClassName
{
border-color: #4D0468;
}
</style>