Shades of Indigo #4F109D
Tints of Indigo #4F109D
RGB
CMYK
RGB Variations
Color information
#4F109D (or 0x4F109D) is known color: Indigo. HEX triplet: 4F, 10 and 9D. RGB value is (79,16,157). Sum of RGB (Red+Green+Blue) = 79+16+157=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F109D is #B0EF62. Grayscale: #323232. Windows color (decimal): -11595619 or 10293327. OLE color: 10293327.
HSL color Cylindrical-coordinate representation of color #4F109D: hue angle of 266.81º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F109D is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 16 | 157 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.38 |
| HSL | 266.81º | 0.82% | 0.34% | - |
| HSV(B) | 266.81º | 0.9% | 0.62% | - |
| XYZ | 9.5 | 4.47 | 32.26 | - |
| YUV | 50.91 | 187.87 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 157 | 0.50 | 0.90 | 0 | 0.38 | 266.81 | 0.82 | 0.34 |
| Hex | 4F | 10 | 9D | 32 | 5A | 0 | 26 | 10B | 52 | 22 |
| Octal | 117 | 20 | 235 | 62 | 132 | 0 | 46 | 413 | 122 | 42 |
| Binary | 1001111 | 10000 | 10011101 | 110010 | 1011010 | 0 | 100110 | 100001011 | 1010010 | 100010 |
Color Harmonies of #4F109D
Complementary color
Monochromatic Colors of #4F109D
Black with #4F109D
Text Example
Text Example
White with #4F109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F109D; }
p { color: rgb(79,16,157); }
H1.HeaderClassName
{
color: #4F109D;
}
.AnyTagClassName
{
color: #4F109D;
}
</style>
background-color css
<style>
a { background-color: #4F109D; }
a { background-color: rgb(79,16,157); }
div.DivClassName
{
background-color: #4F109D;
}
.BgClassName
{
background-color: #4F109D;
}
</style>
border-color css
<style>
span { border-color: #4F109D; }
span { border-color: rgb(79,16,157); }
td.TdClassName
{
border-color: #4F109D;
}
.TagClassName
{
border-color: #4F109D;
}
</style>