Shades of Indigo #4F038D
Tints of Indigo #4F038D
RGB
CMYK
RGB Variations
Color information
#4F038D (or 0x4F038D) is known color: Indigo. HEX triplet: 4F, 03 and 8D. RGB value is (79,3,141). Sum of RGB (Red+Green+Blue) = 79+3+141=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F038D is #B0FC72. Grayscale: #282828. Windows color (decimal): -11598963 or 9241423. OLE color: 9241423.
HSL color Cylindrical-coordinate representation of color #4F038D: hue angle of 273.04º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F038D is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 3 | 141 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.45 |
| HSL | 273.04º | 0.96% | 0.28% | - |
| HSV(B) | 273.04º | 0.98% | 0.55% | - |
| XYZ | 8.06 | 3.65 | 25.48 | - |
| YUV | 41.46 | 184.18 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 141 | 0.44 | 0.98 | 0 | 0.45 | 273.04 | 0.96 | 0.28 |
| Hex | 4F | 3 | 8D | 2C | 62 | 0 | 2D | 111 | 60 | 1C |
| Octal | 117 | 3 | 215 | 54 | 142 | 0 | 55 | 421 | 140 | 34 |
| Binary | 1001111 | 11 | 10001101 | 101100 | 1100010 | 0 | 101101 | 100010001 | 1100000 | 11100 |
Color Harmonies of #4F038D
Complementary color
Monochromatic Colors of #4F038D
Black with #4F038D
Text Example
Text Example
White with #4F038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F038D; }
p { color: rgb(79,3,141); }
H1.HeaderClassName
{
color: #4F038D;
}
.AnyTagClassName
{
color: #4F038D;
}
</style>
background-color css
<style>
a { background-color: #4F038D; }
a { background-color: rgb(79,3,141); }
div.DivClassName
{
background-color: #4F038D;
}
.BgClassName
{
background-color: #4F038D;
}
</style>
border-color css
<style>
span { border-color: #4F038D; }
span { border-color: rgb(79,3,141); }
td.TdClassName
{
border-color: #4F038D;
}
.TagClassName
{
border-color: #4F038D;
}
</style>