Shades of Indigo #4D0364
Tints of Indigo #4D0364
RGB
CMYK
RGB Variations
Color information
#4D0364 (or 0x4D0364) is known color: Indigo. HEX triplet: 4D, 03 and 64. RGB value is (77,3,100). Sum of RGB (Red+Green+Blue) = 77+3+100=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 100 (39.45% from 255 or 55.56% from 180); Max value from RGB is 100 - color contains mainly: blue. Hex color #4D0364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0364 is #B2FC9B. Grayscale: #232323. Windows color (decimal): -11730076 or 6554445. OLE color: 6554445.
HSL color Cylindrical-coordinate representation of color #4D0364: hue angle of 285.77º 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 #4D0364 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 3 | 100 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.61 |
| HSL | 285.77º | 0.94% | 0.2% | - |
| HSV(B) | 285.77º | 0.97% | 0.39% | - |
| XYZ | 5.39 | 2.56 | 12.27 | - |
| YUV | 36.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 100 | 0.23 | 0.97 | 0 | 0.61 | 285.77 | 0.94 | 0.2 |
| Hex | 4D | 3 | 64 | 17 | 61 | 0 | 3D | 11E | 5E | 14 |
| Octal | 115 | 3 | 144 | 27 | 141 | 0 | 75 | 436 | 136 | 24 |
| Binary | 1001101 | 11 | 1100100 | 10111 | 1100001 | 0 | 111101 | 100011110 | 1011110 | 10100 |
Color Harmonies of #4D0364
Complementary color
Monochromatic Colors of #4D0364
Black with #4D0364
Text Example
Text Example
White with #4D0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0364; }
p { color: rgb(77,3,100); }
H1.HeaderClassName
{
color: #4D0364;
}
.AnyTagClassName
{
color: #4D0364;
}
</style>
background-color css
<style>
a { background-color: #4D0364; }
a { background-color: rgb(77,3,100); }
div.DivClassName
{
background-color: #4D0364;
}
.BgClassName
{
background-color: #4D0364;
}
</style>
border-color css
<style>
span { border-color: #4D0364; }
span { border-color: rgb(77,3,100); }
td.TdClassName
{
border-color: #4D0364;
}
.TagClassName
{
border-color: #4D0364;
}
</style>