Shades of Indigo #4F116D
Tints of Indigo #4F116D
RGB
CMYK
RGB Variations
Color information
#4F116D (or 0x4F116D) is known color: Indigo. HEX triplet: 4F, 11 and 6D. RGB value is (79,17,109). Sum of RGB (Red+Green+Blue) = 79+17+109=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F116D is #B0EE92. Grayscale: #2D2D2D. Windows color (decimal): -11595411 or 7147855. OLE color: 7147855.
HSL color Cylindrical-coordinate representation of color #4F116D: hue angle of 280.43º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F116D is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 17 | 109 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.57 |
| HSL | 280.43º | 0.73% | 0.25% | - |
| HSV(B) | 280.43º | 0.84% | 0.43% | - |
| XYZ | 6.19 | 3.17 | 14.75 | - |
| YUV | 46.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 109 | 0.28 | 0.84 | 0 | 0.57 | 280.43 | 0.73 | 0.25 |
| Hex | 4F | 11 | 6D | 1C | 54 | 0 | 39 | 118 | 49 | 19 |
| Octal | 117 | 21 | 155 | 34 | 124 | 0 | 71 | 430 | 111 | 31 |
| Binary | 1001111 | 10001 | 1101101 | 11100 | 1010100 | 0 | 111001 | 100011000 | 1001001 | 11001 |
Color Harmonies of #4F116D
Complementary color
Monochromatic Colors of #4F116D
Black with #4F116D
Text Example
Text Example
White with #4F116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F116D; }
p { color: rgb(79,17,109); }
H1.HeaderClassName
{
color: #4F116D;
}
.AnyTagClassName
{
color: #4F116D;
}
</style>
background-color css
<style>
a { background-color: #4F116D; }
a { background-color: rgb(79,17,109); }
div.DivClassName
{
background-color: #4F116D;
}
.BgClassName
{
background-color: #4F116D;
}
</style>
border-color css
<style>
span { border-color: #4F116D; }
span { border-color: rgb(79,17,109); }
td.TdClassName
{
border-color: #4F116D;
}
.TagClassName
{
border-color: #4F116D;
}
</style>