Shades of Indigo #4D146E
Tints of Indigo #4D146E
RGB
CMYK
RGB Variations
Color information
#4D146E (or 0x4D146E) is known color: Indigo. HEX triplet: 4D, 14 and 6E. RGB value is (77,20,110). Sum of RGB (Red+Green+Blue) = 77+20+110=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D146E is #B2EB91. Grayscale: #2F2F2F. Windows color (decimal): -11725714 or 7214157. OLE color: 7214157.
HSL color Cylindrical-coordinate representation of color #4D146E: hue angle of 278º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D146E is Cyan = 0.3, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 20 | 110 | - |
| CMYK | 0.3 | 0.82 | 0 | 0.57 |
| HSL | 278º | 0.69% | 0.25% | - |
| HSV(B) | 278º | 0.82% | 0.43% | - |
| XYZ | 6.13 | 3.2 | 15.05 | - |
| YUV | 47.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 110 | 0.3 | 0.82 | 0 | 0.57 | 278 | 0.69 | 0.25 |
| Hex | 4D | 14 | 6E | 1E | 52 | 0 | 39 | 116 | 45 | 19 |
| Octal | 115 | 24 | 156 | 36 | 122 | 0 | 71 | 426 | 105 | 31 |
| Binary | 1001101 | 10100 | 1101110 | 11110 | 1010010 | 0 | 111001 | 100010110 | 1000101 | 11001 |
Color Harmonies of #4D146E
Complementary color
Monochromatic Colors of #4D146E
Black with #4D146E
Text Example
Text Example
White with #4D146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D146E; }
p { color: rgb(77,20,110); }
H1.HeaderClassName
{
color: #4D146E;
}
.AnyTagClassName
{
color: #4D146E;
}
</style>
background-color css
<style>
a { background-color: #4D146E; }
a { background-color: rgb(77,20,110); }
div.DivClassName
{
background-color: #4D146E;
}
.BgClassName
{
background-color: #4D146E;
}
</style>
border-color css
<style>
span { border-color: #4D146E; }
span { border-color: rgb(77,20,110); }
td.TdClassName
{
border-color: #4D146E;
}
.TagClassName
{
border-color: #4D146E;
}
</style>