Shades of Indigo #4F058D
Tints of Indigo #4F058D
RGB
CMYK
RGB Variations
Color information
#4F058D (or 0x4F058D) is known color: Indigo. HEX triplet: 4F, 05 and 8D. RGB value is (79,5,141). Sum of RGB (Red+Green+Blue) = 79+5+141=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F058D is #B0FA72. Grayscale: #2A2A2A. Windows color (decimal): -11598451 or 9241935. OLE color: 9241935.
HSL color Cylindrical-coordinate representation of color #4F058D: hue angle of 272.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F058D is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 5 | 141 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.45 |
| HSL | 272.65º | 0.93% | 0.29% | - |
| HSV(B) | 272.65º | 0.96% | 0.55% | - |
| XYZ | 8.09 | 3.69 | 25.49 | - |
| YUV | 42.63 | 183.52 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 141 | 0.44 | 0.96 | 0 | 0.45 | 272.65 | 0.93 | 0.29 |
| Hex | 4F | 5 | 8D | 2C | 60 | 0 | 2D | 111 | 5D | 1D |
| Octal | 117 | 5 | 215 | 54 | 140 | 0 | 55 | 421 | 135 | 35 |
| Binary | 1001111 | 101 | 10001101 | 101100 | 1100000 | 0 | 101101 | 100010001 | 1011101 | 11101 |
Color Harmonies of #4F058D
Complementary color
Monochromatic Colors of #4F058D
Black with #4F058D
Text Example
Text Example
White with #4F058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F058D; }
p { color: rgb(79,5,141); }
H1.HeaderClassName
{
color: #4F058D;
}
.AnyTagClassName
{
color: #4F058D;
}
</style>
background-color css
<style>
a { background-color: #4F058D; }
a { background-color: rgb(79,5,141); }
div.DivClassName
{
background-color: #4F058D;
}
.BgClassName
{
background-color: #4F058D;
}
</style>
border-color css
<style>
span { border-color: #4F058D; }
span { border-color: rgb(79,5,141); }
td.TdClassName
{
border-color: #4F058D;
}
.TagClassName
{
border-color: #4F058D;
}
</style>