Shades of Indigo #4F136A
Tints of Indigo #4F136A
RGB
CMYK
RGB Variations
Color information
#4F136A (or 0x4F136A) is known color: Indigo. HEX triplet: 4F, 13 and 6A. RGB value is (79,19,106). Sum of RGB (Red+Green+Blue) = 79+19+106=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F136A is #B0EC95. Grayscale: #2E2E2E. Windows color (decimal): -11594902 or 6951759. OLE color: 6951759.
HSL color Cylindrical-coordinate representation of color #4F136A: hue angle of 281.38º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F136A is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 19 | 106 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.58 |
| HSL | 281.38º | 0.7% | 0.25% | - |
| HSV(B) | 281.38º | 0.82% | 0.42% | - |
| XYZ | 6.06 | 3.17 | 13.93 | - |
| YUV | 46.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 106 | 0.25 | 0.82 | 0 | 0.58 | 281.38 | 0.7 | 0.25 |
| Hex | 4F | 13 | 6A | 19 | 52 | 0 | 3A | 119 | 46 | 19 |
| Octal | 117 | 23 | 152 | 31 | 122 | 0 | 72 | 431 | 106 | 31 |
| Binary | 1001111 | 10011 | 1101010 | 11001 | 1010010 | 0 | 111010 | 100011001 | 1000110 | 11001 |
Color Harmonies of #4F136A
Complementary color
Monochromatic Colors of #4F136A
Black with #4F136A
Text Example
Text Example
White with #4F136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F136A; }
p { color: rgb(79,19,106); }
H1.HeaderClassName
{
color: #4F136A;
}
.AnyTagClassName
{
color: #4F136A;
}
</style>
background-color css
<style>
a { background-color: #4F136A; }
a { background-color: rgb(79,19,106); }
div.DivClassName
{
background-color: #4F136A;
}
.BgClassName
{
background-color: #4F136A;
}
</style>
border-color css
<style>
span { border-color: #4F136A; }
span { border-color: rgb(79,19,106); }
td.TdClassName
{
border-color: #4F136A;
}
.TagClassName
{
border-color: #4F136A;
}
</style>