Shades of Indigo #4D1575
Tints of Indigo #4D1575
RGB
CMYK
RGB Variations
Color information
#4D1575 (or 0x4D1575) is known color: Indigo. HEX triplet: 4D, 15 and 75. RGB value is (77,21,117). Sum of RGB (Red+Green+Blue) = 77+21+117=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D1575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1575 is #B2EA8A. Grayscale: #303030. Windows color (decimal): -11725451 or 7673165. OLE color: 7673165.
HSL color Cylindrical-coordinate representation of color #4D1575: hue angle of 275º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1575 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 21 | 117 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.54 |
| HSL | 275º | 0.7% | 0.27% | - |
| HSV(B) | 275º | 0.82% | 0.46% | - |
| XYZ | 6.54 | 3.4 | 17.14 | - |
| YUV | 48.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 117 | 0.34 | 0.82 | 0 | 0.54 | 275 | 0.7 | 0.27 |
| Hex | 4D | 15 | 75 | 22 | 52 | 0 | 36 | 113 | 46 | 1B |
| Octal | 115 | 25 | 165 | 42 | 122 | 0 | 66 | 423 | 106 | 33 |
| Binary | 1001101 | 10101 | 1110101 | 100010 | 1010010 | 0 | 110110 | 100010011 | 1000110 | 11011 |
Color Harmonies of #4D1575
Complementary color
Monochromatic Colors of #4D1575
Black with #4D1575
Text Example
Text Example
White with #4D1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1575; }
p { color: rgb(77,21,117); }
H1.HeaderClassName
{
color: #4D1575;
}
.AnyTagClassName
{
color: #4D1575;
}
</style>
background-color css
<style>
a { background-color: #4D1575; }
a { background-color: rgb(77,21,117); }
div.DivClassName
{
background-color: #4D1575;
}
.BgClassName
{
background-color: #4D1575;
}
</style>
border-color css
<style>
span { border-color: #4D1575; }
span { border-color: rgb(77,21,117); }
td.TdClassName
{
border-color: #4D1575;
}
.TagClassName
{
border-color: #4D1575;
}
</style>