Shades of Indigo #4F045F
Tints of Indigo #4F045F
RGB
CMYK
RGB Variations
Color information
#4F045F (or 0x4F045F) is known color: Indigo. HEX triplet: 4F, 04 and 5F. RGB value is (79,4,95). Sum of RGB (Red+Green+Blue) = 79+4+95=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #4F045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F045F is #B0FBA0. Grayscale: #242424. Windows color (decimal): -11598753 or 6227023. OLE color: 6227023.
HSL color Cylindrical-coordinate representation of color #4F045F: hue angle of 289.45º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F045F is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 79 | 4 | 95 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.63 |
| HSL | 289.45º | 0.92% | 0.19% | - |
| HSV(B) | 289.45º | 0.96% | 0.37% | - |
| XYZ | 5.33 | 2.58 | 11.04 | - |
| YUV | 36.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 95 | 0.17 | 0.96 | 0 | 0.63 | 289.45 | 0.92 | 0.19 |
| Hex | 4F | 4 | 5F | 11 | 60 | 0 | 3F | 121 | 5C | 13 |
| Octal | 117 | 4 | 137 | 21 | 140 | 0 | 77 | 441 | 134 | 23 |
| Binary | 1001111 | 100 | 1011111 | 10001 | 1100000 | 0 | 111111 | 100100001 | 1011100 | 10011 |
Color Harmonies of #4F045F
Complementary color
Monochromatic Colors of #4F045F
Black with #4F045F
Text Example
Text Example
White with #4F045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F045F; }
p { color: rgb(79,4,95); }
H1.HeaderClassName
{
color: #4F045F;
}
.AnyTagClassName
{
color: #4F045F;
}
</style>
background-color css
<style>
a { background-color: #4F045F; }
a { background-color: rgb(79,4,95); }
div.DivClassName
{
background-color: #4F045F;
}
.BgClassName
{
background-color: #4F045F;
}
</style>
border-color css
<style>
span { border-color: #4F045F; }
span { border-color: rgb(79,4,95); }
td.TdClassName
{
border-color: #4F045F;
}
.TagClassName
{
border-color: #4F045F;
}
</style>