Shades of Indigo #4F137F
Tints of Indigo #4F137F
RGB
CMYK
RGB Variations
Color information
#4F137F (or 0x4F137F) is known color: Indigo. HEX triplet: 4F, 13 and 7F. RGB value is (79,19,127). Sum of RGB (Red+Green+Blue) = 79+19+127=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F137F is #B0EC80. Grayscale: #303030. Windows color (decimal): -11594881 or 8328015. OLE color: 8328015.
HSL color Cylindrical-coordinate representation of color #4F137F: hue angle of 273.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F137F is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 19 | 127 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.50 |
| HSL | 273.33º | 0.74% | 0.29% | - |
| HSV(B) | 273.33º | 0.85% | 0.5% | - |
| XYZ | 7.29 | 3.66 | 20.4 | - |
| YUV | 49.25 | 171.88 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 127 | 0.38 | 0.85 | 0 | 0.50 | 273.33 | 0.74 | 0.29 |
| Hex | 4F | 13 | 7F | 26 | 55 | 0 | 32 | 111 | 4A | 1D |
| Octal | 117 | 23 | 177 | 46 | 125 | 0 | 62 | 421 | 112 | 35 |
| Binary | 1001111 | 10011 | 1111111 | 100110 | 1010101 | 0 | 110010 | 100010001 | 1001010 | 11101 |
Color Harmonies of #4F137F
Complementary color
Monochromatic Colors of #4F137F
Black with #4F137F
Text Example
Text Example
White with #4F137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F137F; }
p { color: rgb(79,19,127); }
H1.HeaderClassName
{
color: #4F137F;
}
.AnyTagClassName
{
color: #4F137F;
}
</style>
background-color css
<style>
a { background-color: #4F137F; }
a { background-color: rgb(79,19,127); }
div.DivClassName
{
background-color: #4F137F;
}
.BgClassName
{
background-color: #4F137F;
}
</style>
border-color css
<style>
span { border-color: #4F137F; }
span { border-color: rgb(79,19,127); }
td.TdClassName
{
border-color: #4F137F;
}
.TagClassName
{
border-color: #4F137F;
}
</style>