Shades of Indigo #4F005D
Tints of Indigo #4F005D
RGB
CMYK
RGB Variations
Color information
#4F005D (or 0x4F005D) is known color: Indigo. HEX triplet: 4F, 00 and 5D. RGB value is (79,0,93). Sum of RGB (Red+Green+Blue) = 79+0+93=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F005D is #B0FFA2. Grayscale: #212121. Windows color (decimal): -11599779 or 6094927. OLE color: 6094927.
HSL color Cylindrical-coordinate representation of color #4F005D: hue angle of 290.97º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F005D is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 0 | 93 | - |
| CMYK | 0.15 | 1 | 0 | 0.64 |
| HSL | 290.97º | 1% | 0.18% | - |
| HSV(B) | 290.97º | 1% | 0.36% | - |
| XYZ | 5.2 | 2.45 | 10.56 | - |
| YUV | 34.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 93 | 0.15 | 1 | 0 | 0.64 | 290.97 | 1 | 0.18 |
| Hex | 4F | 0 | 5D | F | 64 | 0 | 40 | 123 | 64 | 12 |
| Octal | 117 | 0 | 135 | 17 | 144 | 0 | 100 | 443 | 144 | 22 |
| Binary | 1001111 | 0 | 1011101 | 1111 | 1100100 | 0 | 1000000 | 100100011 | 1100100 | 10010 |
Color Harmonies of #4F005D
Complementary color
Monochromatic Colors of #4F005D
Black with #4F005D
Text Example
Text Example
White with #4F005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F005D; }
p { color: rgb(79,0,93); }
H1.HeaderClassName
{
color: #4F005D;
}
.AnyTagClassName
{
color: #4F005D;
}
</style>
background-color css
<style>
a { background-color: #4F005D; }
a { background-color: rgb(79,0,93); }
div.DivClassName
{
background-color: #4F005D;
}
.BgClassName
{
background-color: #4F005D;
}
</style>
border-color css
<style>
span { border-color: #4F005D; }
span { border-color: rgb(79,0,93); }
td.TdClassName
{
border-color: #4F005D;
}
.TagClassName
{
border-color: #4F005D;
}
</style>