Shades of Indigo #4F047C
Tints of Indigo #4F047C
RGB
CMYK
RGB Variations
Color information
#4F047C (or 0x4F047C) is known color: Indigo. HEX triplet: 4F, 04 and 7C. RGB value is (79,4,124). Sum of RGB (Red+Green+Blue) = 79+4+124=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F047C is #B0FB83. Grayscale: #272727. Windows color (decimal): -11598724 or 8127567. OLE color: 8127567.
HSL color Cylindrical-coordinate representation of color #4F047C: hue angle of 277.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F047C is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 4 | 124 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.51 |
| HSL | 277.5º | 0.94% | 0.25% | - |
| HSV(B) | 277.5º | 0.97% | 0.49% | - |
| XYZ | 6.91 | 3.2 | 19.32 | - |
| YUV | 40.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 124 | 0.36 | 0.97 | 0 | 0.51 | 277.5 | 0.94 | 0.25 |
| Hex | 4F | 4 | 7C | 24 | 61 | 0 | 33 | 116 | 5E | 19 |
| Octal | 117 | 4 | 174 | 44 | 141 | 0 | 63 | 426 | 136 | 31 |
| Binary | 1001111 | 100 | 1111100 | 100100 | 1100001 | 0 | 110011 | 100010110 | 1011110 | 11001 |
Color Harmonies of #4F047C
Complementary color
Monochromatic Colors of #4F047C
Black with #4F047C
Text Example
Text Example
White with #4F047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F047C; }
p { color: rgb(79,4,124); }
H1.HeaderClassName
{
color: #4F047C;
}
.AnyTagClassName
{
color: #4F047C;
}
</style>
background-color css
<style>
a { background-color: #4F047C; }
a { background-color: rgb(79,4,124); }
div.DivClassName
{
background-color: #4F047C;
}
.BgClassName
{
background-color: #4F047C;
}
</style>
border-color css
<style>
span { border-color: #4F047C; }
span { border-color: rgb(79,4,124); }
td.TdClassName
{
border-color: #4F047C;
}
.TagClassName
{
border-color: #4F047C;
}
</style>