Shades of Indigo #4F035E
Tints of Indigo #4F035E
RGB
CMYK
RGB Variations
Color information
#4F035E (or 0x4F035E) is known color: Indigo. HEX triplet: 4F, 03 and 5E. RGB value is (79,3,94). Sum of RGB (Red+Green+Blue) = 79+3+94=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #4F035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F035E is #B0FCA1. Grayscale: #232323. Windows color (decimal): -11599010 or 6161231. OLE color: 6161231.
HSL color Cylindrical-coordinate representation of color #4F035E: hue angle of 290.11º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F035E is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 79 | 3 | 94 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.63 |
| HSL | 290.11º | 0.94% | 0.19% | - |
| HSV(B) | 290.11º | 0.97% | 0.37% | - |
| XYZ | 5.28 | 2.54 | 10.8 | - |
| YUV | 36.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 94 | 0.16 | 0.97 | 0 | 0.63 | 290.11 | 0.94 | 0.19 |
| Hex | 4F | 3 | 5E | 10 | 61 | 0 | 3F | 122 | 5E | 13 |
| Octal | 117 | 3 | 136 | 20 | 141 | 0 | 77 | 442 | 136 | 23 |
| Binary | 1001111 | 11 | 1011110 | 10000 | 1100001 | 0 | 111111 | 100100010 | 1011110 | 10011 |
Color Harmonies of #4F035E
Complementary color
Monochromatic Colors of #4F035E
Black with #4F035E
Text Example
Text Example
White with #4F035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F035E; }
p { color: rgb(79,3,94); }
H1.HeaderClassName
{
color: #4F035E;
}
.AnyTagClassName
{
color: #4F035E;
}
</style>
background-color css
<style>
a { background-color: #4F035E; }
a { background-color: rgb(79,3,94); }
div.DivClassName
{
background-color: #4F035E;
}
.BgClassName
{
background-color: #4F035E;
}
</style>
border-color css
<style>
span { border-color: #4F035E; }
span { border-color: rgb(79,3,94); }
td.TdClassName
{
border-color: #4F035E;
}
.TagClassName
{
border-color: #4F035E;
}
</style>