Shades of Indigo #4F015F
Tints of Indigo #4F015F
RGB
CMYK
RGB Variations
Color information
#4F015F (or 0x4F015F) is known color: Indigo. HEX triplet: 4F, 01 and 5F. RGB value is (79,1,95). Sum of RGB (Red+Green+Blue) = 79+1+95=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #4F015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F015F is #B0FEA0. Grayscale: #222222. Windows color (decimal): -11599521 or 6226255. OLE color: 6226255.
HSL color Cylindrical-coordinate representation of color #4F015F: hue angle of 289.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F015F is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 79 | 1 | 95 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.63 |
| HSL | 289.79º | 0.98% | 0.19% | - |
| HSV(B) | 289.79º | 0.99% | 0.37% | - |
| XYZ | 5.3 | 2.51 | 11.03 | - |
| YUV | 35.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 95 | 0.17 | 0.99 | 0 | 0.63 | 289.79 | 0.98 | 0.19 |
| Hex | 4F | 1 | 5F | 11 | 63 | 0 | 3F | 122 | 62 | 13 |
| Octal | 117 | 1 | 137 | 21 | 143 | 0 | 77 | 442 | 142 | 23 |
| Binary | 1001111 | 1 | 1011111 | 10001 | 1100011 | 0 | 111111 | 100100010 | 1100010 | 10011 |
Color Harmonies of #4F015F
Complementary color
Monochromatic Colors of #4F015F
Black with #4F015F
Text Example
Text Example
White with #4F015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F015F; }
p { color: rgb(79,1,95); }
H1.HeaderClassName
{
color: #4F015F;
}
.AnyTagClassName
{
color: #4F015F;
}
</style>
background-color css
<style>
a { background-color: #4F015F; }
a { background-color: rgb(79,1,95); }
div.DivClassName
{
background-color: #4F015F;
}
.BgClassName
{
background-color: #4F015F;
}
</style>
border-color css
<style>
span { border-color: #4F015F; }
span { border-color: rgb(79,1,95); }
td.TdClassName
{
border-color: #4F015F;
}
.TagClassName
{
border-color: #4F015F;
}
</style>