Shades of Indigo #4F158E
Tints of Indigo #4F158E
RGB
CMYK
RGB Variations
Color information
#4F158E (or 0x4F158E) is known color: Indigo. HEX triplet: 4F, 15 and 8E. RGB value is (79,21,142). Sum of RGB (Red+Green+Blue) = 79+21+142=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F158E is #B0EA71. Grayscale: #333333. Windows color (decimal): -11594354 or 9311567. OLE color: 9311567.
HSL color Cylindrical-coordinate representation of color #4F158E: hue angle of 268.76º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F158E is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 21 | 142 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.44 |
| HSL | 268.76º | 0.74% | 0.32% | - |
| HSV(B) | 268.76º | 0.85% | 0.56% | - |
| XYZ | 8.38 | 4.15 | 25.95 | - |
| YUV | 52.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 142 | 0.44 | 0.85 | 0 | 0.44 | 268.76 | 0.74 | 0.32 |
| Hex | 4F | 15 | 8E | 2C | 55 | 0 | 2C | 10D | 4A | 20 |
| Octal | 117 | 25 | 216 | 54 | 125 | 0 | 54 | 415 | 112 | 40 |
| Binary | 1001111 | 10101 | 10001110 | 101100 | 1010101 | 0 | 101100 | 100001101 | 1001010 | 100000 |
Color Harmonies of #4F158E
Complementary color
Monochromatic Colors of #4F158E
Black with #4F158E
Text Example
Text Example
White with #4F158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F158E; }
p { color: rgb(79,21,142); }
H1.HeaderClassName
{
color: #4F158E;
}
.AnyTagClassName
{
color: #4F158E;
}
</style>
background-color css
<style>
a { background-color: #4F158E; }
a { background-color: rgb(79,21,142); }
div.DivClassName
{
background-color: #4F158E;
}
.BgClassName
{
background-color: #4F158E;
}
</style>
border-color css
<style>
span { border-color: #4F158E; }
span { border-color: rgb(79,21,142); }
td.TdClassName
{
border-color: #4F158E;
}
.TagClassName
{
border-color: #4F158E;
}
</style>