Shades of Indigo #4F0E85
Tints of Indigo #4F0E85
RGB
CMYK
RGB Variations
Color information
#4F0E85 (or 0x4F0E85) is known color: Indigo. HEX triplet: 4F, 0E and 85. RGB value is (79,14,133). Sum of RGB (Red+Green+Blue) = 79+14+133=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F0E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0E85 is #B0F17A. Grayscale: #2E2E2E. Windows color (decimal): -11596155 or 8719951. OLE color: 8719951.
HSL color Cylindrical-coordinate representation of color #4F0E85: hue angle of 272.77º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F0E85 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 14 | 133 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.48 |
| HSL | 272.77º | 0.81% | 0.29% | - |
| HSV(B) | 272.77º | 0.89% | 0.52% | - |
| XYZ | 7.62 | 3.67 | 22.5 | - |
| YUV | 47 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 14 | 133 | 0.41 | 0.89 | 0 | 0.48 | 272.77 | 0.81 | 0.29 |
| Hex | 4F | E | 85 | 29 | 59 | 0 | 30 | 111 | 51 | 1D |
| Octal | 117 | 16 | 205 | 51 | 131 | 0 | 60 | 421 | 121 | 35 |
| Binary | 1001111 | 1110 | 10000101 | 101001 | 1011001 | 0 | 110000 | 100010001 | 1010001 | 11101 |
Color Harmonies of #4F0E85
Complementary color
Monochromatic Colors of #4F0E85
Black with #4F0E85
Text Example
Text Example
White with #4F0E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0E85; }
p { color: rgb(79,14,133); }
H1.HeaderClassName
{
color: #4F0E85;
}
.AnyTagClassName
{
color: #4F0E85;
}
</style>
background-color css
<style>
a { background-color: #4F0E85; }
a { background-color: rgb(79,14,133); }
div.DivClassName
{
background-color: #4F0E85;
}
.BgClassName
{
background-color: #4F0E85;
}
</style>
border-color css
<style>
span { border-color: #4F0E85; }
span { border-color: rgb(79,14,133); }
td.TdClassName
{
border-color: #4F0E85;
}
.TagClassName
{
border-color: #4F0E85;
}
</style>