Shades of Indigo #4F146F
Tints of Indigo #4F146F
RGB
CMYK
RGB Variations
Color information
#4F146F (or 0x4F146F) is known color: Indigo. HEX triplet: 4F, 14 and 6F. RGB value is (79,20,111). Sum of RGB (Red+Green+Blue) = 79+20+111=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F146F is #B0EB90. Grayscale: #2F2F2F. Windows color (decimal): -11594641 or 7279695. OLE color: 7279695.
HSL color Cylindrical-coordinate representation of color #4F146F: hue angle of 278.9º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F146F is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 20 | 111 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.56 |
| HSL | 278.9º | 0.69% | 0.26% | - |
| HSV(B) | 278.9º | 0.82% | 0.44% | - |
| XYZ | 6.34 | 3.31 | 15.34 | - |
| YUV | 48.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 111 | 0.29 | 0.82 | 0 | 0.56 | 278.9 | 0.69 | 0.26 |
| Hex | 4F | 14 | 6F | 1D | 52 | 0 | 38 | 117 | 45 | 1A |
| Octal | 117 | 24 | 157 | 35 | 122 | 0 | 70 | 427 | 105 | 32 |
| Binary | 1001111 | 10100 | 1101111 | 11101 | 1010010 | 0 | 111000 | 100010111 | 1000101 | 11010 |
Color Harmonies of #4F146F
Complementary color
Monochromatic Colors of #4F146F
Black with #4F146F
Text Example
Text Example
White with #4F146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F146F; }
p { color: rgb(79,20,111); }
H1.HeaderClassName
{
color: #4F146F;
}
.AnyTagClassName
{
color: #4F146F;
}
</style>
background-color css
<style>
a { background-color: #4F146F; }
a { background-color: rgb(79,20,111); }
div.DivClassName
{
background-color: #4F146F;
}
.BgClassName
{
background-color: #4F146F;
}
</style>
border-color css
<style>
span { border-color: #4F146F; }
span { border-color: rgb(79,20,111); }
td.TdClassName
{
border-color: #4F146F;
}
.TagClassName
{
border-color: #4F146F;
}
</style>