Shades of Indigo #4D0365
Tints of Indigo #4D0365
RGB
CMYK
RGB Variations
Color information
#4D0365 (or 0x4D0365) is known color: Indigo. HEX triplet: 4D, 03 and 65. RGB value is (77,3,101). Sum of RGB (Red+Green+Blue) = 77+3+101=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D0365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0365 is #B2FC9A. Grayscale: #232323. Windows color (decimal): -11730075 or 6619981. OLE color: 6619981.
HSL color Cylindrical-coordinate representation of color #4D0365: hue angle of 285.31º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D0365 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 3 | 101 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.60 |
| HSL | 285.31º | 0.94% | 0.2% | - |
| HSV(B) | 285.31º | 0.97% | 0.4% | - |
| XYZ | 5.44 | 2.58 | 12.52 | - |
| YUV | 36.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 101 | 0.24 | 0.97 | 0 | 0.60 | 285.31 | 0.94 | 0.2 |
| Hex | 4D | 3 | 65 | 18 | 61 | 0 | 3C | 11D | 5E | 14 |
| Octal | 115 | 3 | 145 | 30 | 141 | 0 | 74 | 435 | 136 | 24 |
| Binary | 1001101 | 11 | 1100101 | 11000 | 1100001 | 0 | 111100 | 100011101 | 1011110 | 10100 |
Color Harmonies of #4D0365
Complementary color
Monochromatic Colors of #4D0365
Black with #4D0365
Text Example
Text Example
White with #4D0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0365; }
p { color: rgb(77,3,101); }
H1.HeaderClassName
{
color: #4D0365;
}
.AnyTagClassName
{
color: #4D0365;
}
</style>
background-color css
<style>
a { background-color: #4D0365; }
a { background-color: rgb(77,3,101); }
div.DivClassName
{
background-color: #4D0365;
}
.BgClassName
{
background-color: #4D0365;
}
</style>
border-color css
<style>
span { border-color: #4D0365; }
span { border-color: rgb(77,3,101); }
td.TdClassName
{
border-color: #4D0365;
}
.TagClassName
{
border-color: #4D0365;
}
</style>