Shades of Indigo #4F157D
Tints of Indigo #4F157D
RGB
CMYK
RGB Variations
Color information
#4F157D (or 0x4F157D) is known color: Indigo. HEX triplet: 4F, 15 and 7D. RGB value is (79,21,125). Sum of RGB (Red+Green+Blue) = 79+21+125=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F157D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F157D is #B0EA82. Grayscale: #313131. Windows color (decimal): -11594371 or 8197455. OLE color: 8197455.
HSL color Cylindrical-coordinate representation of color #4F157D: hue angle of 273.46º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F157D is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 21 | 125 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.51 |
| HSL | 273.46º | 0.71% | 0.29% | - |
| HSV(B) | 273.46º | 0.83% | 0.49% | - |
| XYZ | 7.19 | 3.68 | 19.73 | - |
| YUV | 50.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 125 | 0.37 | 0.83 | 0 | 0.51 | 273.46 | 0.71 | 0.29 |
| Hex | 4F | 15 | 7D | 25 | 53 | 0 | 33 | 111 | 47 | 1D |
| Octal | 117 | 25 | 175 | 45 | 123 | 0 | 63 | 421 | 107 | 35 |
| Binary | 1001111 | 10101 | 1111101 | 100101 | 1010011 | 0 | 110011 | 100010001 | 1000111 | 11101 |
Color Harmonies of #4F157D
Complementary color
Monochromatic Colors of #4F157D
Black with #4F157D
Text Example
Text Example
White with #4F157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F157D; }
p { color: rgb(79,21,125); }
H1.HeaderClassName
{
color: #4F157D;
}
.AnyTagClassName
{
color: #4F157D;
}
</style>
background-color css
<style>
a { background-color: #4F157D; }
a { background-color: rgb(79,21,125); }
div.DivClassName
{
background-color: #4F157D;
}
.BgClassName
{
background-color: #4F157D;
}
</style>
border-color css
<style>
span { border-color: #4F157D; }
span { border-color: rgb(79,21,125); }
td.TdClassName
{
border-color: #4F157D;
}
.TagClassName
{
border-color: #4F157D;
}
</style>