Shades of Indigo #4F0A64
Tints of Indigo #4F0A64
RGB
CMYK
RGB Variations
Color information
#4F0A64 (or 0x4F0A64) is known color: Indigo. HEX triplet: 4F, 0A and 64. RGB value is (79,10,100). Sum of RGB (Red+Green+Blue) = 79+10+100=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #4F0A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0A64 is #B0F59B. Grayscale: #282828. Windows color (decimal): -11597212 or 6556239. OLE color: 6556239.
HSL color Cylindrical-coordinate representation of color #4F0A64: hue angle of 286º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0A64 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 10 | 100 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.61 |
| HSL | 286º | 0.82% | 0.22% | - |
| HSV(B) | 286º | 0.9% | 0.39% | - |
| XYZ | 5.63 | 2.8 | 12.3 | - |
| YUV | 40.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 100 | 0.21 | 0.90 | 0 | 0.61 | 286 | 0.82 | 0.22 |
| Hex | 4F | A | 64 | 15 | 5A | 0 | 3D | 11E | 52 | 16 |
| Octal | 117 | 12 | 144 | 25 | 132 | 0 | 75 | 436 | 122 | 26 |
| Binary | 1001111 | 1010 | 1100100 | 10101 | 1011010 | 0 | 111101 | 100011110 | 1010010 | 10110 |
Color Harmonies of #4F0A64
Complementary color
Monochromatic Colors of #4F0A64
Black with #4F0A64
Text Example
Text Example
White with #4F0A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0A64; }
p { color: rgb(79,10,100); }
H1.HeaderClassName
{
color: #4F0A64;
}
.AnyTagClassName
{
color: #4F0A64;
}
</style>
background-color css
<style>
a { background-color: #4F0A64; }
a { background-color: rgb(79,10,100); }
div.DivClassName
{
background-color: #4F0A64;
}
.BgClassName
{
background-color: #4F0A64;
}
</style>
border-color css
<style>
span { border-color: #4F0A64; }
span { border-color: rgb(79,10,100); }
td.TdClassName
{
border-color: #4F0A64;
}
.TagClassName
{
border-color: #4F0A64;
}
</style>