Shades of Indigo #4F127F
Tints of Indigo #4F127F
RGB
CMYK
RGB Variations
Color information
#4F127F (or 0x4F127F) is known color: Indigo. HEX triplet: 4F, 12 and 7F. RGB value is (79,18,127). Sum of RGB (Red+Green+Blue) = 79+18+127=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F127F is #B0ED80. Grayscale: #303030. Windows color (decimal): -11595137 or 8327759. OLE color: 8327759.
HSL color Cylindrical-coordinate representation of color #4F127F: hue angle of 273.58º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F127F is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 18 | 127 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.50 |
| HSL | 273.58º | 0.75% | 0.28% | - |
| HSV(B) | 273.58º | 0.86% | 0.5% | - |
| XYZ | 7.27 | 3.63 | 20.4 | - |
| YUV | 48.67 | 172.21 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 127 | 0.38 | 0.86 | 0 | 0.50 | 273.58 | 0.75 | 0.28 |
| Hex | 4F | 12 | 7F | 26 | 56 | 0 | 32 | 112 | 4B | 1C |
| Octal | 117 | 22 | 177 | 46 | 126 | 0 | 62 | 422 | 113 | 34 |
| Binary | 1001111 | 10010 | 1111111 | 100110 | 1010110 | 0 | 110010 | 100010010 | 1001011 | 11100 |
Color Harmonies of #4F127F
Complementary color
Monochromatic Colors of #4F127F
Black with #4F127F
Text Example
Text Example
White with #4F127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F127F; }
p { color: rgb(79,18,127); }
H1.HeaderClassName
{
color: #4F127F;
}
.AnyTagClassName
{
color: #4F127F;
}
</style>
background-color css
<style>
a { background-color: #4F127F; }
a { background-color: rgb(79,18,127); }
div.DivClassName
{
background-color: #4F127F;
}
.BgClassName
{
background-color: #4F127F;
}
</style>
border-color css
<style>
span { border-color: #4F127F; }
span { border-color: rgb(79,18,127); }
td.TdClassName
{
border-color: #4F127F;
}
.TagClassName
{
border-color: #4F127F;
}
</style>