Shades of Indigo #4F129A
Tints of Indigo #4F129A
RGB
CMYK
RGB Variations
Color information
#4F129A (or 0x4F129A) is known color: Indigo. HEX triplet: 4F, 12 and 9A. RGB value is (79,18,154). Sum of RGB (Red+Green+Blue) = 79+18+154=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F129A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F129A is #B0ED65. Grayscale: #333333. Windows color (decimal): -11595110 or 10097231. OLE color: 10097231.
HSL color Cylindrical-coordinate representation of color #4F129A: hue angle of 266.91º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F129A is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 18 | 154 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.40 |
| HSL | 266.91º | 0.79% | 0.34% | - |
| HSV(B) | 266.91º | 0.88% | 0.6% | - |
| XYZ | 9.27 | 4.43 | 30.94 | - |
| YUV | 51.74 | 185.71 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 154 | 0.49 | 0.88 | 0 | 0.40 | 266.91 | 0.79 | 0.34 |
| Hex | 4F | 12 | 9A | 31 | 58 | 0 | 28 | 10B | 4F | 22 |
| Octal | 117 | 22 | 232 | 61 | 130 | 0 | 50 | 413 | 117 | 42 |
| Binary | 1001111 | 10010 | 10011010 | 110001 | 1011000 | 0 | 101000 | 100001011 | 1001111 | 100010 |
Color Harmonies of #4F129A
Complementary color
Monochromatic Colors of #4F129A
Black with #4F129A
Text Example
Text Example
White with #4F129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F129A; }
p { color: rgb(79,18,154); }
H1.HeaderClassName
{
color: #4F129A;
}
.AnyTagClassName
{
color: #4F129A;
}
</style>
background-color css
<style>
a { background-color: #4F129A; }
a { background-color: rgb(79,18,154); }
div.DivClassName
{
background-color: #4F129A;
}
.BgClassName
{
background-color: #4F129A;
}
</style>
border-color css
<style>
span { border-color: #4F129A; }
span { border-color: rgb(79,18,154); }
td.TdClassName
{
border-color: #4F129A;
}
.TagClassName
{
border-color: #4F129A;
}
</style>