Shades of Indigo #4F1172
Tints of Indigo #4F1172
RGB
CMYK
RGB Variations
Color information
#4F1172 (or 0x4F1172) is known color: Indigo. HEX triplet: 4F, 11 and 72. RGB value is (79,17,114). Sum of RGB (Red+Green+Blue) = 79+17+114=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F1172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1172 is #B0EE8D. Grayscale: #2E2E2E. Windows color (decimal): -11595406 or 7475535. OLE color: 7475535.
HSL color Cylindrical-coordinate representation of color #4F1172: hue angle of 278.35º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F1172 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 17 | 114 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.55 |
| HSL | 278.35º | 0.74% | 0.26% | - |
| HSV(B) | 278.35º | 0.85% | 0.45% | - |
| XYZ | 6.46 | 3.28 | 16.21 | - |
| YUV | 46.6 | 166.04 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 114 | 0.31 | 0.85 | 0 | 0.55 | 278.35 | 0.74 | 0.26 |
| Hex | 4F | 11 | 72 | 1F | 55 | 0 | 37 | 116 | 4A | 1A |
| Octal | 117 | 21 | 162 | 37 | 125 | 0 | 67 | 426 | 112 | 32 |
| Binary | 1001111 | 10001 | 1110010 | 11111 | 1010101 | 0 | 110111 | 100010110 | 1001010 | 11010 |
Color Harmonies of #4F1172
Complementary color
Monochromatic Colors of #4F1172
Black with #4F1172
Text Example
Text Example
White with #4F1172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1172; }
p { color: rgb(79,17,114); }
H1.HeaderClassName
{
color: #4F1172;
}
.AnyTagClassName
{
color: #4F1172;
}
</style>
background-color css
<style>
a { background-color: #4F1172; }
a { background-color: rgb(79,17,114); }
div.DivClassName
{
background-color: #4F1172;
}
.BgClassName
{
background-color: #4F1172;
}
</style>
border-color css
<style>
span { border-color: #4F1172; }
span { border-color: rgb(79,17,114); }
td.TdClassName
{
border-color: #4F1172;
}
.TagClassName
{
border-color: #4F1172;
}
</style>