Shades of Indigo #4F0E84
Tints of Indigo #4F0E84
RGB
CMYK
RGB Variations
Color information
#4F0E84 (or 0x4F0E84) is known color: Indigo. HEX triplet: 4F, 0E and 84. RGB value is (79,14,132). Sum of RGB (Red+Green+Blue) = 79+14+132=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F0E84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0E84 is #B0F17B. Grayscale: #2E2E2E. Windows color (decimal): -11596156 or 8654415. OLE color: 8654415.
HSL color Cylindrical-coordinate representation of color #4F0E84: hue angle of 273.05º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F0E84 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 14 | 132 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.48 |
| HSL | 273.05º | 0.81% | 0.29% | - |
| HSV(B) | 273.05º | 0.89% | 0.52% | - |
| XYZ | 7.55 | 3.64 | 22.14 | - |
| YUV | 46.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 14 | 132 | 0.40 | 0.89 | 0 | 0.48 | 273.05 | 0.81 | 0.29 |
| Hex | 4F | E | 84 | 28 | 59 | 0 | 30 | 111 | 51 | 1D |
| Octal | 117 | 16 | 204 | 50 | 131 | 0 | 60 | 421 | 121 | 35 |
| Binary | 1001111 | 1110 | 10000100 | 101000 | 1011001 | 0 | 110000 | 100010001 | 1010001 | 11101 |
Color Harmonies of #4F0E84
Complementary color
Monochromatic Colors of #4F0E84
Black with #4F0E84
Text Example
Text Example
White with #4F0E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0E84; }
p { color: rgb(79,14,132); }
H1.HeaderClassName
{
color: #4F0E84;
}
.AnyTagClassName
{
color: #4F0E84;
}
</style>
background-color css
<style>
a { background-color: #4F0E84; }
a { background-color: rgb(79,14,132); }
div.DivClassName
{
background-color: #4F0E84;
}
.BgClassName
{
background-color: #4F0E84;
}
</style>
border-color css
<style>
span { border-color: #4F0E84; }
span { border-color: rgb(79,14,132); }
td.TdClassName
{
border-color: #4F0E84;
}
.TagClassName
{
border-color: #4F0E84;
}
</style>