Shades of Indigo #4D0462
Tints of Indigo #4D0462
RGB
CMYK
RGB Variations
Color information
#4D0462 (or 0x4D0462) is known color: Indigo. HEX triplet: 4D, 04 and 62. RGB value is (77,4,98). Sum of RGB (Red+Green+Blue) = 77+4+98=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #4D0462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0462 is #B2FB9D. Grayscale: #242424. Windows color (decimal): -11729822 or 6423629. OLE color: 6423629.
HSL color Cylindrical-coordinate representation of color #4D0462: hue angle of 286.6º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0462 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 4 | 98 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.62 |
| HSL | 286.6º | 0.92% | 0.2% | - |
| HSV(B) | 286.6º | 0.96% | 0.38% | - |
| XYZ | 5.31 | 2.55 | 11.77 | - |
| YUV | 36.54 | 162.68 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 98 | 0.21 | 0.96 | 0 | 0.62 | 286.6 | 0.92 | 0.2 |
| Hex | 4D | 4 | 62 | 15 | 60 | 0 | 3E | 11F | 5C | 14 |
| Octal | 115 | 4 | 142 | 25 | 140 | 0 | 76 | 437 | 134 | 24 |
| Binary | 1001101 | 100 | 1100010 | 10101 | 1100000 | 0 | 111110 | 100011111 | 1011100 | 10100 |
Color Harmonies of #4D0462
Complementary color
Monochromatic Colors of #4D0462
Black with #4D0462
Text Example
Text Example
White with #4D0462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0462; }
p { color: rgb(77,4,98); }
H1.HeaderClassName
{
color: #4D0462;
}
.AnyTagClassName
{
color: #4D0462;
}
</style>
background-color css
<style>
a { background-color: #4D0462; }
a { background-color: rgb(77,4,98); }
div.DivClassName
{
background-color: #4D0462;
}
.BgClassName
{
background-color: #4D0462;
}
</style>
border-color css
<style>
span { border-color: #4D0462; }
span { border-color: rgb(77,4,98); }
td.TdClassName
{
border-color: #4D0462;
}
.TagClassName
{
border-color: #4D0462;
}
</style>