Shades of Indigo #4F126A
Tints of Indigo #4F126A
RGB
CMYK
RGB Variations
Color information
#4F126A (or 0x4F126A) is known color: Indigo. HEX triplet: 4F, 12 and 6A. RGB value is (79,18,106). Sum of RGB (Red+Green+Blue) = 79+18+106=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F126A is #B0ED95. Grayscale: #2D2D2D. Windows color (decimal): -11595158 or 6951503. OLE color: 6951503.
HSL color Cylindrical-coordinate representation of color #4F126A: hue angle of 281.59º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F126A is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 18 | 106 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.58 |
| HSL | 281.59º | 0.71% | 0.24% | - |
| HSV(B) | 281.59º | 0.83% | 0.42% | - |
| XYZ | 6.04 | 3.14 | 13.92 | - |
| YUV | 46.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 106 | 0.25 | 0.83 | 0 | 0.58 | 281.59 | 0.71 | 0.24 |
| Hex | 4F | 12 | 6A | 19 | 53 | 0 | 3A | 11A | 47 | 18 |
| Octal | 117 | 22 | 152 | 31 | 123 | 0 | 72 | 432 | 107 | 30 |
| Binary | 1001111 | 10010 | 1101010 | 11001 | 1010011 | 0 | 111010 | 100011010 | 1000111 | 11000 |
Color Harmonies of #4F126A
Complementary color
Monochromatic Colors of #4F126A
Black with #4F126A
Text Example
Text Example
White with #4F126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F126A; }
p { color: rgb(79,18,106); }
H1.HeaderClassName
{
color: #4F126A;
}
.AnyTagClassName
{
color: #4F126A;
}
</style>
background-color css
<style>
a { background-color: #4F126A; }
a { background-color: rgb(79,18,106); }
div.DivClassName
{
background-color: #4F126A;
}
.BgClassName
{
background-color: #4F126A;
}
</style>
border-color css
<style>
span { border-color: #4F126A; }
span { border-color: rgb(79,18,106); }
td.TdClassName
{
border-color: #4F126A;
}
.TagClassName
{
border-color: #4F126A;
}
</style>