Shades of Indigo #4F005C
Tints of Indigo #4F005C
RGB
CMYK
RGB Variations
Color information
#4F005C (or 0x4F005C) is known color: Indigo. HEX triplet: 4F, 00 and 5C. RGB value is (79,0,92). Sum of RGB (Red+Green+Blue) = 79+0+92=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F005C is #B0FFA3. Grayscale: #212121. Windows color (decimal): -11599780 or 6029391. OLE color: 6029391.
HSL color Cylindrical-coordinate representation of color #4F005C: hue angle of 291.52º 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 #4F005C is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 0 | 92 | - |
| CMYK | 0.14 | 1 | 0 | 0.64 |
| HSL | 291.52º | 1% | 0.18% | - |
| HSV(B) | 291.52º | 1% | 0.36% | - |
| XYZ | 5.16 | 2.43 | 10.32 | - |
| YUV | 34.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 92 | 0.14 | 1 | 0 | 0.64 | 291.52 | 1 | 0.18 |
| Hex | 4F | 0 | 5C | E | 64 | 0 | 40 | 124 | 64 | 12 |
| Octal | 117 | 0 | 134 | 16 | 144 | 0 | 100 | 444 | 144 | 22 |
| Binary | 1001111 | 0 | 1011100 | 1110 | 1100100 | 0 | 1000000 | 100100100 | 1100100 | 10010 |
Color Harmonies of #4F005C
Complementary color
Monochromatic Colors of #4F005C
Black with #4F005C
Text Example
Text Example
White with #4F005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F005C; }
p { color: rgb(79,0,92); }
H1.HeaderClassName
{
color: #4F005C;
}
.AnyTagClassName
{
color: #4F005C;
}
</style>
background-color css
<style>
a { background-color: #4F005C; }
a { background-color: rgb(79,0,92); }
div.DivClassName
{
background-color: #4F005C;
}
.BgClassName
{
background-color: #4F005C;
}
</style>
border-color css
<style>
span { border-color: #4F005C; }
span { border-color: rgb(79,0,92); }
td.TdClassName
{
border-color: #4F005C;
}
.TagClassName
{
border-color: #4F005C;
}
</style>