Shades of Indigo #4F116F
Tints of Indigo #4F116F
RGB
CMYK
RGB Variations
Color information
#4F116F (or 0x4F116F) is known color: Indigo. HEX triplet: 4F, 11 and 6F. RGB value is (79,17,111). Sum of RGB (Red+Green+Blue) = 79+17+111=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F116F is #B0EE90. Grayscale: #2D2D2D. Windows color (decimal): -11595409 or 7278927. OLE color: 7278927.
HSL color Cylindrical-coordinate representation of color #4F116F: hue angle of 279.57º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F116F is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 17 | 111 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.56 |
| HSL | 279.57º | 0.73% | 0.25% | - |
| HSV(B) | 279.57º | 0.85% | 0.44% | - |
| XYZ | 6.29 | 3.21 | 15.33 | - |
| YUV | 46.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 111 | 0.29 | 0.85 | 0 | 0.56 | 279.57 | 0.73 | 0.25 |
| Hex | 4F | 11 | 6F | 1D | 55 | 0 | 38 | 118 | 49 | 19 |
| Octal | 117 | 21 | 157 | 35 | 125 | 0 | 70 | 430 | 111 | 31 |
| Binary | 1001111 | 10001 | 1101111 | 11101 | 1010101 | 0 | 111000 | 100011000 | 1001001 | 11001 |
Color Harmonies of #4F116F
Complementary color
Monochromatic Colors of #4F116F
Black with #4F116F
Text Example
Text Example
White with #4F116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F116F; }
p { color: rgb(79,17,111); }
H1.HeaderClassName
{
color: #4F116F;
}
.AnyTagClassName
{
color: #4F116F;
}
</style>
background-color css
<style>
a { background-color: #4F116F; }
a { background-color: rgb(79,17,111); }
div.DivClassName
{
background-color: #4F116F;
}
.BgClassName
{
background-color: #4F116F;
}
</style>
border-color css
<style>
span { border-color: #4F116F; }
span { border-color: rgb(79,17,111); }
td.TdClassName
{
border-color: #4F116F;
}
.TagClassName
{
border-color: #4F116F;
}
</style>