Shades of Indigo #4F0161
Tints of Indigo #4F0161
RGB
CMYK
RGB Variations
Color information
#4F0161 (or 0x4F0161) is known color: Indigo. HEX triplet: 4F, 01 and 61. RGB value is (79,1,97). Sum of RGB (Red+Green+Blue) = 79+1+97=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F0161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0161 is #B0FE9E. Grayscale: #222222. Windows color (decimal): -11599519 or 6357327. OLE color: 6357327.
HSL color Cylindrical-coordinate representation of color #4F0161: hue angle of 288.75º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0161 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 1 | 97 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.62 |
| HSL | 288.75º | 0.98% | 0.19% | - |
| HSV(B) | 288.75º | 0.99% | 0.38% | - |
| XYZ | 5.39 | 2.55 | 11.52 | - |
| YUV | 35.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 97 | 0.19 | 0.99 | 0 | 0.62 | 288.75 | 0.98 | 0.19 |
| Hex | 4F | 1 | 61 | 13 | 63 | 0 | 3E | 121 | 62 | 13 |
| Octal | 117 | 1 | 141 | 23 | 143 | 0 | 76 | 441 | 142 | 23 |
| Binary | 1001111 | 1 | 1100001 | 10011 | 1100011 | 0 | 111110 | 100100001 | 1100010 | 10011 |
Color Harmonies of #4F0161
Complementary color
Monochromatic Colors of #4F0161
Black with #4F0161
Text Example
Text Example
White with #4F0161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0161; }
p { color: rgb(79,1,97); }
H1.HeaderClassName
{
color: #4F0161;
}
.AnyTagClassName
{
color: #4F0161;
}
</style>
background-color css
<style>
a { background-color: #4F0161; }
a { background-color: rgb(79,1,97); }
div.DivClassName
{
background-color: #4F0161;
}
.BgClassName
{
background-color: #4F0161;
}
</style>
border-color css
<style>
span { border-color: #4F0161; }
span { border-color: rgb(79,1,97); }
td.TdClassName
{
border-color: #4F0161;
}
.TagClassName
{
border-color: #4F0161;
}
</style>