Shades of Indigo #4F158D
Tints of Indigo #4F158D
RGB
CMYK
RGB Variations
Color information
#4F158D (or 0x4F158D) is known color: Indigo. HEX triplet: 4F, 15 and 8D. RGB value is (79,21,141). Sum of RGB (Red+Green+Blue) = 79+21+141=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F158D is #B0EA72. Grayscale: #333333. Windows color (decimal): -11594355 or 9246031. OLE color: 9246031.
HSL color Cylindrical-coordinate representation of color #4F158D: hue angle of 269º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F158D is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 21 | 141 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.45 |
| HSL | 269º | 0.74% | 0.32% | - |
| HSV(B) | 269º | 0.85% | 0.55% | - |
| XYZ | 8.3 | 4.12 | 25.56 | - |
| YUV | 52.02 | 178.22 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 141 | 0.44 | 0.85 | 0 | 0.45 | 269 | 0.74 | 0.32 |
| Hex | 4F | 15 | 8D | 2C | 55 | 0 | 2D | 10D | 4A | 20 |
| Octal | 117 | 25 | 215 | 54 | 125 | 0 | 55 | 415 | 112 | 40 |
| Binary | 1001111 | 10101 | 10001101 | 101100 | 1010101 | 0 | 101101 | 100001101 | 1001010 | 100000 |
Color Harmonies of #4F158D
Complementary color
Monochromatic Colors of #4F158D
Black with #4F158D
Text Example
Text Example
White with #4F158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F158D; }
p { color: rgb(79,21,141); }
H1.HeaderClassName
{
color: #4F158D;
}
.AnyTagClassName
{
color: #4F158D;
}
</style>
background-color css
<style>
a { background-color: #4F158D; }
a { background-color: rgb(79,21,141); }
div.DivClassName
{
background-color: #4F158D;
}
.BgClassName
{
background-color: #4F158D;
}
</style>
border-color css
<style>
span { border-color: #4F158D; }
span { border-color: rgb(79,21,141); }
td.TdClassName
{
border-color: #4F158D;
}
.TagClassName
{
border-color: #4F158D;
}
</style>