Shades of Indigo #4F157A
Tints of Indigo #4F157A
RGB
CMYK
RGB Variations
Color information
#4F157A (or 0x4F157A) is known color: Indigo. HEX triplet: 4F, 15 and 7A. RGB value is (79,21,122). Sum of RGB (Red+Green+Blue) = 79+21+122=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F157A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F157A is #B0EA85. Grayscale: #313131. Windows color (decimal): -11594374 or 8000847. OLE color: 8000847.
HSL color Cylindrical-coordinate representation of color #4F157A: hue angle of 274.46º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F157A is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 21 | 122 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.52 |
| HSL | 274.46º | 0.71% | 0.28% | - |
| HSV(B) | 274.46º | 0.83% | 0.48% | - |
| XYZ | 7.01 | 3.6 | 18.74 | - |
| YUV | 49.86 | 168.72 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 122 | 0.35 | 0.83 | 0 | 0.52 | 274.46 | 0.71 | 0.28 |
| Hex | 4F | 15 | 7A | 23 | 53 | 0 | 34 | 112 | 47 | 1C |
| Octal | 117 | 25 | 172 | 43 | 123 | 0 | 64 | 422 | 107 | 34 |
| Binary | 1001111 | 10101 | 1111010 | 100011 | 1010011 | 0 | 110100 | 100010010 | 1000111 | 11100 |
Color Harmonies of #4F157A
Complementary color
Monochromatic Colors of #4F157A
Black with #4F157A
Text Example
Text Example
White with #4F157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F157A; }
p { color: rgb(79,21,122); }
H1.HeaderClassName
{
color: #4F157A;
}
.AnyTagClassName
{
color: #4F157A;
}
</style>
background-color css
<style>
a { background-color: #4F157A; }
a { background-color: rgb(79,21,122); }
div.DivClassName
{
background-color: #4F157A;
}
.BgClassName
{
background-color: #4F157A;
}
</style>
border-color css
<style>
span { border-color: #4F157A; }
span { border-color: rgb(79,21,122); }
td.TdClassName
{
border-color: #4F157A;
}
.TagClassName
{
border-color: #4F157A;
}
</style>