Shades of Indigo #4F126C
Tints of Indigo #4F126C
RGB
CMYK
RGB Variations
Color information
#4F126C (or 0x4F126C) is known color: Indigo. HEX triplet: 4F, 12 and 6C. RGB value is (79,18,108). Sum of RGB (Red+Green+Blue) = 79+18+108=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F126C is #B0ED93. Grayscale: #2E2E2E. Windows color (decimal): -11595156 or 7082575. OLE color: 7082575.
HSL color Cylindrical-coordinate representation of color #4F126C: hue angle of 280.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F126C is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 18 | 108 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.58 |
| HSL | 280.67º | 0.71% | 0.25% | - |
| HSV(B) | 280.67º | 0.83% | 0.42% | - |
| XYZ | 6.15 | 3.18 | 14.48 | - |
| YUV | 46.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 108 | 0.27 | 0.83 | 0 | 0.58 | 280.67 | 0.71 | 0.25 |
| Hex | 4F | 12 | 6C | 1B | 53 | 0 | 3A | 119 | 47 | 19 |
| Octal | 117 | 22 | 154 | 33 | 123 | 0 | 72 | 431 | 107 | 31 |
| Binary | 1001111 | 10010 | 1101100 | 11011 | 1010011 | 0 | 111010 | 100011001 | 1000111 | 11001 |
Color Harmonies of #4F126C
Complementary color
Monochromatic Colors of #4F126C
Black with #4F126C
Text Example
Text Example
White with #4F126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F126C; }
p { color: rgb(79,18,108); }
H1.HeaderClassName
{
color: #4F126C;
}
.AnyTagClassName
{
color: #4F126C;
}
</style>
background-color css
<style>
a { background-color: #4F126C; }
a { background-color: rgb(79,18,108); }
div.DivClassName
{
background-color: #4F126C;
}
.BgClassName
{
background-color: #4F126C;
}
</style>
border-color css
<style>
span { border-color: #4F126C; }
span { border-color: rgb(79,18,108); }
td.TdClassName
{
border-color: #4F126C;
}
.TagClassName
{
border-color: #4F126C;
}
</style>