Shades of Indigo #4F127D
Tints of Indigo #4F127D
RGB
CMYK
RGB Variations
Color information
#4F127D (or 0x4F127D) is known color: Indigo. HEX triplet: 4F, 12 and 7D. RGB value is (79,18,125). Sum of RGB (Red+Green+Blue) = 79+18+125=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F127D is #B0ED82. Grayscale: #303030. Windows color (decimal): -11595139 or 8196687. OLE color: 8196687.
HSL color Cylindrical-coordinate representation of color #4F127D: hue angle of 274.21º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F127D is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 18 | 125 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.51 |
| HSL | 274.21º | 0.75% | 0.28% | - |
| HSV(B) | 274.21º | 0.86% | 0.49% | - |
| XYZ | 7.14 | 3.58 | 19.72 | - |
| YUV | 48.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 125 | 0.37 | 0.86 | 0 | 0.51 | 274.21 | 0.75 | 0.28 |
| Hex | 4F | 12 | 7D | 25 | 56 | 0 | 33 | 112 | 4B | 1C |
| Octal | 117 | 22 | 175 | 45 | 126 | 0 | 63 | 422 | 113 | 34 |
| Binary | 1001111 | 10010 | 1111101 | 100101 | 1010110 | 0 | 110011 | 100010010 | 1001011 | 11100 |
Color Harmonies of #4F127D
Complementary color
Monochromatic Colors of #4F127D
Black with #4F127D
Text Example
Text Example
White with #4F127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F127D; }
p { color: rgb(79,18,125); }
H1.HeaderClassName
{
color: #4F127D;
}
.AnyTagClassName
{
color: #4F127D;
}
</style>
background-color css
<style>
a { background-color: #4F127D; }
a { background-color: rgb(79,18,125); }
div.DivClassName
{
background-color: #4F127D;
}
.BgClassName
{
background-color: #4F127D;
}
</style>
border-color css
<style>
span { border-color: #4F127D; }
span { border-color: rgb(79,18,125); }
td.TdClassName
{
border-color: #4F127D;
}
.TagClassName
{
border-color: #4F127D;
}
</style>