Shades of Indigo #4F037A
Tints of Indigo #4F037A
RGB
CMYK
RGB Variations
Color information
#4F037A (or 0x4F037A) is known color: Indigo. HEX triplet: 4F, 03 and 7A. RGB value is (79,3,122). Sum of RGB (Red+Green+Blue) = 79+3+122=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F037A is #B0FC85. Grayscale: #262626. Windows color (decimal): -11598982 or 7996239. OLE color: 7996239.
HSL color Cylindrical-coordinate representation of color #4F037A: hue angle of 278.32º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F037A is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 3 | 122 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.52 |
| HSL | 278.32º | 0.95% | 0.25% | - |
| HSV(B) | 278.32º | 0.98% | 0.48% | - |
| XYZ | 6.77 | 3.13 | 18.66 | - |
| YUV | 39.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 122 | 0.35 | 0.98 | 0 | 0.52 | 278.32 | 0.95 | 0.25 |
| Hex | 4F | 3 | 7A | 23 | 62 | 0 | 34 | 116 | 5F | 19 |
| Octal | 117 | 3 | 172 | 43 | 142 | 0 | 64 | 426 | 137 | 31 |
| Binary | 1001111 | 11 | 1111010 | 100011 | 1100010 | 0 | 110100 | 100010110 | 1011111 | 11001 |
Color Harmonies of #4F037A
Complementary color
Monochromatic Colors of #4F037A
Black with #4F037A
Text Example
Text Example
White with #4F037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F037A; }
p { color: rgb(79,3,122); }
H1.HeaderClassName
{
color: #4F037A;
}
.AnyTagClassName
{
color: #4F037A;
}
</style>
background-color css
<style>
a { background-color: #4F037A; }
a { background-color: rgb(79,3,122); }
div.DivClassName
{
background-color: #4F037A;
}
.BgClassName
{
background-color: #4F037A;
}
</style>
border-color css
<style>
span { border-color: #4F037A; }
span { border-color: rgb(79,3,122); }
td.TdClassName
{
border-color: #4F037A;
}
.TagClassName
{
border-color: #4F037A;
}
</style>