Shades of Indigo #4F009D
Tints of Indigo #4F009D
RGB
CMYK
RGB Variations
Color information
#4F009D (or 0x4F009D) is known color: Indigo. HEX triplet: 4F, 00 and 9D. RGB value is (79,0,157). Sum of RGB (Red+Green+Blue) = 79+0+157=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F009D is #B0FF62. Grayscale: #282828. Windows color (decimal): -11599715 or 10289231. OLE color: 10289231.
HSL color Cylindrical-coordinate representation of color #4F009D: hue angle of 270.19º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F009D is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 0 | 157 | - |
| CMYK | 0.50 | 1 | 0 | 0.38 |
| HSL | 270.19º | 1% | 0.31% | - |
| HSV(B) | 270.19º | 1% | 0.62% | - |
| XYZ | 9.31 | 4.1 | 32.2 | - |
| YUV | 41.52 | 193.17 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 157 | 0.50 | 1 | 0 | 0.38 | 270.19 | 1 | 0.31 |
| Hex | 4F | 0 | 9D | 32 | 64 | 0 | 26 | 10E | 64 | 1F |
| Octal | 117 | 0 | 235 | 62 | 144 | 0 | 46 | 416 | 144 | 37 |
| Binary | 1001111 | 0 | 10011101 | 110010 | 1100100 | 0 | 100110 | 100001110 | 1100100 | 11111 |
Color Harmonies of #4F009D
Complementary color
Monochromatic Colors of #4F009D
Black with #4F009D
Text Example
Text Example
White with #4F009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F009D; }
p { color: rgb(79,0,157); }
H1.HeaderClassName
{
color: #4F009D;
}
.AnyTagClassName
{
color: #4F009D;
}
</style>
background-color css
<style>
a { background-color: #4F009D; }
a { background-color: rgb(79,0,157); }
div.DivClassName
{
background-color: #4F009D;
}
.BgClassName
{
background-color: #4F009D;
}
</style>
border-color css
<style>
span { border-color: #4F009D; }
span { border-color: rgb(79,0,157); }
td.TdClassName
{
border-color: #4F009D;
}
.TagClassName
{
border-color: #4F009D;
}
</style>