Shades of Indigo #4D0985
Tints of Indigo #4D0985
RGB
CMYK
RGB Variations
Color information
#4D0985 (or 0x4D0985) is known color: Indigo. HEX triplet: 4D, 09 and 85. RGB value is (77,9,133). Sum of RGB (Red+Green+Blue) = 77+9+133=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D0985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0985 is #B2F67A. Grayscale: #2B2B2B. Windows color (decimal): -11728507 or 8718669. OLE color: 8718669.
HSL color Cylindrical-coordinate representation of color #4D0985: hue angle of 272.9º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0985 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 9 | 133 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.48 |
| HSL | 272.9º | 0.87% | 0.28% | - |
| HSV(B) | 272.9º | 0.93% | 0.52% | - |
| XYZ | 7.39 | 3.47 | 22.47 | - |
| YUV | 43.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 133 | 0.42 | 0.93 | 0 | 0.48 | 272.9 | 0.87 | 0.28 |
| Hex | 4D | 9 | 85 | 2A | 5D | 0 | 30 | 111 | 57 | 1C |
| Octal | 115 | 11 | 205 | 52 | 135 | 0 | 60 | 421 | 127 | 34 |
| Binary | 1001101 | 1001 | 10000101 | 101010 | 1011101 | 0 | 110000 | 100010001 | 1010111 | 11100 |
Color Harmonies of #4D0985
Complementary color
Monochromatic Colors of #4D0985
Black with #4D0985
Text Example
Text Example
White with #4D0985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0985; }
p { color: rgb(77,9,133); }
H1.HeaderClassName
{
color: #4D0985;
}
.AnyTagClassName
{
color: #4D0985;
}
</style>
background-color css
<style>
a { background-color: #4D0985; }
a { background-color: rgb(77,9,133); }
div.DivClassName
{
background-color: #4D0985;
}
.BgClassName
{
background-color: #4D0985;
}
</style>
border-color css
<style>
span { border-color: #4D0985; }
span { border-color: rgb(77,9,133); }
td.TdClassName
{
border-color: #4D0985;
}
.TagClassName
{
border-color: #4D0985;
}
</style>