Shades of Indigo #4F149D
Tints of Indigo #4F149D
RGB
CMYK
RGB Variations
Color information
#4F149D (or 0x4F149D) is known color: Indigo. HEX triplet: 4F, 14 and 9D. RGB value is (79,20,157). Sum of RGB (Red+Green+Blue) = 79+20+157=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F149D is #B0EB62. Grayscale: #343434. Windows color (decimal): -11594595 or 10294351. OLE color: 10294351.
HSL color Cylindrical-coordinate representation of color #4F149D: hue angle of 265.84º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F149D is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 20 | 157 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.38 |
| HSL | 265.84º | 0.77% | 0.35% | - |
| HSV(B) | 265.84º | 0.87% | 0.62% | - |
| XYZ | 9.56 | 4.6 | 32.28 | - |
| YUV | 53.26 | 186.55 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 157 | 0.50 | 0.87 | 0 | 0.38 | 265.84 | 0.77 | 0.35 |
| Hex | 4F | 14 | 9D | 32 | 57 | 0 | 26 | 10A | 4D | 23 |
| Octal | 117 | 24 | 235 | 62 | 127 | 0 | 46 | 412 | 115 | 43 |
| Binary | 1001111 | 10100 | 10011101 | 110010 | 1010111 | 0 | 100110 | 100001010 | 1001101 | 100011 |
Color Harmonies of #4F149D
Complementary color
Monochromatic Colors of #4F149D
Black with #4F149D
Text Example
Text Example
White with #4F149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F149D; }
p { color: rgb(79,20,157); }
H1.HeaderClassName
{
color: #4F149D;
}
.AnyTagClassName
{
color: #4F149D;
}
</style>
background-color css
<style>
a { background-color: #4F149D; }
a { background-color: rgb(79,20,157); }
div.DivClassName
{
background-color: #4F149D;
}
.BgClassName
{
background-color: #4F149D;
}
</style>
border-color css
<style>
span { border-color: #4F149D; }
span { border-color: rgb(79,20,157); }
td.TdClassName
{
border-color: #4F149D;
}
.TagClassName
{
border-color: #4F149D;
}
</style>