Shades of Indigo #4F157B
Tints of Indigo #4F157B
RGB
CMYK
RGB Variations
Color information
#4F157B (or 0x4F157B) is known color: Indigo. HEX triplet: 4F, 15 and 7B. RGB value is (79,21,123). Sum of RGB (Red+Green+Blue) = 79+21+123=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F157B is #B0EA84. Grayscale: #313131. Windows color (decimal): -11594373 or 8066383. OLE color: 8066383.
HSL color Cylindrical-coordinate representation of color #4F157B: hue angle of 274.12º 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 #4F157B is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 21 | 123 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.52 |
| HSL | 274.12º | 0.71% | 0.28% | - |
| HSV(B) | 274.12º | 0.83% | 0.48% | - |
| XYZ | 7.07 | 3.63 | 19.07 | - |
| YUV | 49.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 123 | 0.36 | 0.83 | 0 | 0.52 | 274.12 | 0.71 | 0.28 |
| Hex | 4F | 15 | 7B | 24 | 53 | 0 | 34 | 112 | 47 | 1C |
| Octal | 117 | 25 | 173 | 44 | 123 | 0 | 64 | 422 | 107 | 34 |
| Binary | 1001111 | 10101 | 1111011 | 100100 | 1010011 | 0 | 110100 | 100010010 | 1000111 | 11100 |
Color Harmonies of #4F157B
Complementary color
Monochromatic Colors of #4F157B
Black with #4F157B
Text Example
Text Example
White with #4F157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F157B; }
p { color: rgb(79,21,123); }
H1.HeaderClassName
{
color: #4F157B;
}
.AnyTagClassName
{
color: #4F157B;
}
</style>
background-color css
<style>
a { background-color: #4F157B; }
a { background-color: rgb(79,21,123); }
div.DivClassName
{
background-color: #4F157B;
}
.BgClassName
{
background-color: #4F157B;
}
</style>
border-color css
<style>
span { border-color: #4F157B; }
span { border-color: rgb(79,21,123); }
td.TdClassName
{
border-color: #4F157B;
}
.TagClassName
{
border-color: #4F157B;
}
</style>