Shades of Indigo #4D0363
Tints of Indigo #4D0363
RGB
CMYK
RGB Variations
Color information
#4D0363 (or 0x4D0363) is known color: Indigo. HEX triplet: 4D, 03 and 63. RGB value is (77,3,99). Sum of RGB (Red+Green+Blue) = 77+3+99=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D0363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0363 is #B2FC9C. Grayscale: #232323. Windows color (decimal): -11730077 or 6488909. OLE color: 6488909.
HSL color Cylindrical-coordinate representation of color #4D0363: hue angle of 286.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D0363 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 3 | 99 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.61 |
| HSL | 286.25º | 0.94% | 0.2% | - |
| HSV(B) | 286.25º | 0.97% | 0.39% | - |
| XYZ | 5.35 | 2.54 | 12.01 | - |
| YUV | 36.07 | 163.52 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 99 | 0.22 | 0.97 | 0 | 0.61 | 286.25 | 0.94 | 0.2 |
| Hex | 4D | 3 | 63 | 16 | 61 | 0 | 3D | 11E | 5E | 14 |
| Octal | 115 | 3 | 143 | 26 | 141 | 0 | 75 | 436 | 136 | 24 |
| Binary | 1001101 | 11 | 1100011 | 10110 | 1100001 | 0 | 111101 | 100011110 | 1011110 | 10100 |
Color Harmonies of #4D0363
Complementary color
Monochromatic Colors of #4D0363
Black with #4D0363
Text Example
Text Example
White with #4D0363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0363; }
p { color: rgb(77,3,99); }
H1.HeaderClassName
{
color: #4D0363;
}
.AnyTagClassName
{
color: #4D0363;
}
</style>
background-color css
<style>
a { background-color: #4D0363; }
a { background-color: rgb(77,3,99); }
div.DivClassName
{
background-color: #4D0363;
}
.BgClassName
{
background-color: #4D0363;
}
</style>
border-color css
<style>
span { border-color: #4D0363; }
span { border-color: rgb(77,3,99); }
td.TdClassName
{
border-color: #4D0363;
}
.TagClassName
{
border-color: #4D0363;
}
</style>