Shades of Indigo #4F177D
Tints of Indigo #4F177D
RGB
CMYK
RGB Variations
Color information
#4F177D (or 0x4F177D) is known color: Indigo. HEX triplet: 4F, 17 and 7D. RGB value is (79,23,125). Sum of RGB (Red+Green+Blue) = 79+23+125=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F177D is #B0E882. Grayscale: #333333. Windows color (decimal): -11593859 or 8197967. OLE color: 8197967.
HSL color Cylindrical-coordinate representation of color #4F177D: hue angle of 272.94º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F177D is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 23 | 125 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.51 |
| HSL | 272.94º | 0.69% | 0.29% | - |
| HSV(B) | 272.94º | 0.82% | 0.49% | - |
| XYZ | 7.23 | 3.76 | 19.75 | - |
| YUV | 51.37 | 169.55 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 125 | 0.37 | 0.82 | 0 | 0.51 | 272.94 | 0.69 | 0.29 |
| Hex | 4F | 17 | 7D | 25 | 52 | 0 | 33 | 111 | 45 | 1D |
| Octal | 117 | 27 | 175 | 45 | 122 | 0 | 63 | 421 | 105 | 35 |
| Binary | 1001111 | 10111 | 1111101 | 100101 | 1010010 | 0 | 110011 | 100010001 | 1000101 | 11101 |
Color Harmonies of #4F177D
Complementary color
Monochromatic Colors of #4F177D
Black with #4F177D
Text Example
Text Example
White with #4F177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F177D; }
p { color: rgb(79,23,125); }
H1.HeaderClassName
{
color: #4F177D;
}
.AnyTagClassName
{
color: #4F177D;
}
</style>
background-color css
<style>
a { background-color: #4F177D; }
a { background-color: rgb(79,23,125); }
div.DivClassName
{
background-color: #4F177D;
}
.BgClassName
{
background-color: #4F177D;
}
</style>
border-color css
<style>
span { border-color: #4F177D; }
span { border-color: rgb(79,23,125); }
td.TdClassName
{
border-color: #4F177D;
}
.TagClassName
{
border-color: #4F177D;
}
</style>