Shades of Indigo #4F039A
Tints of Indigo #4F039A
RGB
CMYK
RGB Variations
Color information
#4F039A (or 0x4F039A) is known color: Indigo. HEX triplet: 4F, 03 and 9A. RGB value is (79,3,154). Sum of RGB (Red+Green+Blue) = 79+3+154=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F039A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F039A is #B0FC65. Grayscale: #2A2A2A. Windows color (decimal): -11598950 or 10093391. OLE color: 10093391.
HSL color Cylindrical-coordinate representation of color #4F039A: hue angle of 270.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F039A is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 3 | 154 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.40 |
| HSL | 270.2º | 0.96% | 0.31% | - |
| HSV(B) | 270.2º | 0.98% | 0.6% | - |
| XYZ | 9.09 | 4.06 | 30.88 | - |
| YUV | 42.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 154 | 0.49 | 0.98 | 0 | 0.40 | 270.2 | 0.96 | 0.31 |
| Hex | 4F | 3 | 9A | 31 | 62 | 0 | 28 | 10E | 60 | 1F |
| Octal | 117 | 3 | 232 | 61 | 142 | 0 | 50 | 416 | 140 | 37 |
| Binary | 1001111 | 11 | 10011010 | 110001 | 1100010 | 0 | 101000 | 100001110 | 1100000 | 11111 |
Color Harmonies of #4F039A
Complementary color
Monochromatic Colors of #4F039A
Black with #4F039A
Text Example
Text Example
White with #4F039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F039A; }
p { color: rgb(79,3,154); }
H1.HeaderClassName
{
color: #4F039A;
}
.AnyTagClassName
{
color: #4F039A;
}
</style>
background-color css
<style>
a { background-color: #4F039A; }
a { background-color: rgb(79,3,154); }
div.DivClassName
{
background-color: #4F039A;
}
.BgClassName
{
background-color: #4F039A;
}
</style>
border-color css
<style>
span { border-color: #4F039A; }
span { border-color: rgb(79,3,154); }
td.TdClassName
{
border-color: #4F039A;
}
.TagClassName
{
border-color: #4F039A;
}
</style>