Shades of Indigo #4F129D
Tints of Indigo #4F129D
RGB
CMYK
RGB Variations
Color information
#4F129D (or 0x4F129D) is known color: Indigo. HEX triplet: 4F, 12 and 9D. RGB value is (79,18,157). Sum of RGB (Red+Green+Blue) = 79+18+157=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F129D is #B0ED62. Grayscale: #333333. Windows color (decimal): -11595107 or 10293839. OLE color: 10293839.
HSL color Cylindrical-coordinate representation of color #4F129D: hue angle of 266.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F129D is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 18 | 157 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.38 |
| HSL | 266.33º | 0.79% | 0.34% | - |
| HSV(B) | 266.33º | 0.89% | 0.62% | - |
| XYZ | 9.53 | 4.53 | 32.27 | - |
| YUV | 52.09 | 187.21 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 157 | 0.50 | 0.89 | 0 | 0.38 | 266.33 | 0.79 | 0.34 |
| Hex | 4F | 12 | 9D | 32 | 59 | 0 | 26 | 10A | 4F | 22 |
| Octal | 117 | 22 | 235 | 62 | 131 | 0 | 46 | 412 | 117 | 42 |
| Binary | 1001111 | 10010 | 10011101 | 110010 | 1011001 | 0 | 100110 | 100001010 | 1001111 | 100010 |
Color Harmonies of #4F129D
Complementary color
Monochromatic Colors of #4F129D
Black with #4F129D
Text Example
Text Example
White with #4F129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F129D; }
p { color: rgb(79,18,157); }
H1.HeaderClassName
{
color: #4F129D;
}
.AnyTagClassName
{
color: #4F129D;
}
</style>
background-color css
<style>
a { background-color: #4F129D; }
a { background-color: rgb(79,18,157); }
div.DivClassName
{
background-color: #4F129D;
}
.BgClassName
{
background-color: #4F129D;
}
</style>
border-color css
<style>
span { border-color: #4F129D; }
span { border-color: rgb(79,18,157); }
td.TdClassName
{
border-color: #4F129D;
}
.TagClassName
{
border-color: #4F129D;
}
</style>