Shades of Indigo #4F198A
Tints of Indigo #4F198A
RGB
CMYK
RGB Variations
Color information
#4F198A (or 0x4F198A) is known color: Indigo. HEX triplet: 4F, 19 and 8A. RGB value is (79,25,138). Sum of RGB (Red+Green+Blue) = 79+25+138=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F198A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F198A is #B0E675. Grayscale: #353535. Windows color (decimal): -11593334 or 9050447. OLE color: 9050447.
HSL color Cylindrical-coordinate representation of color #4F198A: hue angle of 268.67º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F198A is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 25 | 138 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.46 |
| HSL | 268.67º | 0.69% | 0.32% | - |
| HSV(B) | 268.67º | 0.82% | 0.54% | - |
| XYZ | 8.16 | 4.19 | 24.42 | - |
| YUV | 54.03 | 175.39 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 138 | 0.43 | 0.82 | 0 | 0.46 | 268.67 | 0.69 | 0.32 |
| Hex | 4F | 19 | 8A | 2B | 52 | 0 | 2E | 10D | 45 | 20 |
| Octal | 117 | 31 | 212 | 53 | 122 | 0 | 56 | 415 | 105 | 40 |
| Binary | 1001111 | 11001 | 10001010 | 101011 | 1010010 | 0 | 101110 | 100001101 | 1000101 | 100000 |
Color Harmonies of #4F198A
Complementary color
Monochromatic Colors of #4F198A
Black with #4F198A
Text Example
Text Example
White with #4F198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F198A; }
p { color: rgb(79,25,138); }
H1.HeaderClassName
{
color: #4F198A;
}
.AnyTagClassName
{
color: #4F198A;
}
</style>
background-color css
<style>
a { background-color: #4F198A; }
a { background-color: rgb(79,25,138); }
div.DivClassName
{
background-color: #4F198A;
}
.BgClassName
{
background-color: #4F198A;
}
</style>
border-color css
<style>
span { border-color: #4F198A; }
span { border-color: rgb(79,25,138); }
td.TdClassName
{
border-color: #4F198A;
}
.TagClassName
{
border-color: #4F198A;
}
</style>