Shades of Indigo #4F118C
Tints of Indigo #4F118C
RGB
CMYK
RGB Variations
Color information
#4F118C (or 0x4F118C) is known color: Indigo. HEX triplet: 4F, 11 and 8C. RGB value is (79,17,140). Sum of RGB (Red+Green+Blue) = 79+17+140=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F118C is #B0EE73. Grayscale: #313131. Windows color (decimal): -11595380 or 9179471. OLE color: 9179471.
HSL color Cylindrical-coordinate representation of color #4F118C: hue angle of 270.24º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F118C is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 17 | 140 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.45 |
| HSL | 270.24º | 0.78% | 0.31% | - |
| HSV(B) | 270.24º | 0.88% | 0.55% | - |
| XYZ | 8.16 | 3.96 | 25.14 | - |
| YUV | 49.56 | 179.04 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 140 | 0.44 | 0.88 | 0 | 0.45 | 270.24 | 0.78 | 0.31 |
| Hex | 4F | 11 | 8C | 2C | 58 | 0 | 2D | 10E | 4E | 1F |
| Octal | 117 | 21 | 214 | 54 | 130 | 0 | 55 | 416 | 116 | 37 |
| Binary | 1001111 | 10001 | 10001100 | 101100 | 1011000 | 0 | 101101 | 100001110 | 1001110 | 11111 |
Color Harmonies of #4F118C
Complementary color
Monochromatic Colors of #4F118C
Black with #4F118C
Text Example
Text Example
White with #4F118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F118C; }
p { color: rgb(79,17,140); }
H1.HeaderClassName
{
color: #4F118C;
}
.AnyTagClassName
{
color: #4F118C;
}
</style>
background-color css
<style>
a { background-color: #4F118C; }
a { background-color: rgb(79,17,140); }
div.DivClassName
{
background-color: #4F118C;
}
.BgClassName
{
background-color: #4F118C;
}
</style>
border-color css
<style>
span { border-color: #4F118C; }
span { border-color: rgb(79,17,140); }
td.TdClassName
{
border-color: #4F118C;
}
.TagClassName
{
border-color: #4F118C;
}
</style>