Shades of Indigo #4F048B
Tints of Indigo #4F048B
RGB
CMYK
RGB Variations
Color information
#4F048B (or 0x4F048B) is known color: Indigo. HEX triplet: 4F, 04 and 8B. RGB value is (79,4,139). Sum of RGB (Red+Green+Blue) = 79+4+139=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F048B is #B0FB74. Grayscale: #292929. Windows color (decimal): -11598709 or 9110607. OLE color: 9110607.
HSL color Cylindrical-coordinate representation of color #4F048B: hue angle of 273.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F048B is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 4 | 139 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.45 |
| HSL | 273.33º | 0.94% | 0.28% | - |
| HSV(B) | 273.33º | 0.97% | 0.55% | - |
| XYZ | 7.93 | 3.61 | 24.71 | - |
| YUV | 41.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 139 | 0.43 | 0.97 | 0 | 0.45 | 273.33 | 0.94 | 0.28 |
| Hex | 4F | 4 | 8B | 2B | 61 | 0 | 2D | 111 | 5E | 1C |
| Octal | 117 | 4 | 213 | 53 | 141 | 0 | 55 | 421 | 136 | 34 |
| Binary | 1001111 | 100 | 10001011 | 101011 | 1100001 | 0 | 101101 | 100010001 | 1011110 | 11100 |
Color Harmonies of #4F048B
Complementary color
Monochromatic Colors of #4F048B
Black with #4F048B
Text Example
Text Example
White with #4F048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F048B; }
p { color: rgb(79,4,139); }
H1.HeaderClassName
{
color: #4F048B;
}
.AnyTagClassName
{
color: #4F048B;
}
</style>
background-color css
<style>
a { background-color: #4F048B; }
a { background-color: rgb(79,4,139); }
div.DivClassName
{
background-color: #4F048B;
}
.BgClassName
{
background-color: #4F048B;
}
</style>
border-color css
<style>
span { border-color: #4F048B; }
span { border-color: rgb(79,4,139); }
td.TdClassName
{
border-color: #4F048B;
}
.TagClassName
{
border-color: #4F048B;
}
</style>