Shades of Indigo #4F015C
Tints of Indigo #4F015C
RGB
CMYK
RGB Variations
Color information
#4F015C (or 0x4F015C) is known color: Indigo. HEX triplet: 4F, 01 and 5C. RGB value is (79,1,92). Sum of RGB (Red+Green+Blue) = 79+1+92=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F015C is #B0FEA3. Grayscale: #222222. Windows color (decimal): -11599524 or 6029647. OLE color: 6029647.
HSL color Cylindrical-coordinate representation of color #4F015C: hue angle of 291.43º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F015C is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 1 | 92 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.64 |
| HSL | 291.43º | 0.98% | 0.18% | - |
| HSV(B) | 291.43º | 0.99% | 0.36% | - |
| XYZ | 5.17 | 2.46 | 10.33 | - |
| YUV | 34.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 92 | 0.14 | 0.99 | 0 | 0.64 | 291.43 | 0.98 | 0.18 |
| Hex | 4F | 1 | 5C | E | 63 | 0 | 40 | 123 | 62 | 12 |
| Octal | 117 | 1 | 134 | 16 | 143 | 0 | 100 | 443 | 142 | 22 |
| Binary | 1001111 | 1 | 1011100 | 1110 | 1100011 | 0 | 1000000 | 100100011 | 1100010 | 10010 |
Color Harmonies of #4F015C
Complementary color
Monochromatic Colors of #4F015C
Black with #4F015C
Text Example
Text Example
White with #4F015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F015C; }
p { color: rgb(79,1,92); }
H1.HeaderClassName
{
color: #4F015C;
}
.AnyTagClassName
{
color: #4F015C;
}
</style>
background-color css
<style>
a { background-color: #4F015C; }
a { background-color: rgb(79,1,92); }
div.DivClassName
{
background-color: #4F015C;
}
.BgClassName
{
background-color: #4F015C;
}
</style>
border-color css
<style>
span { border-color: #4F015C; }
span { border-color: rgb(79,1,92); }
td.TdClassName
{
border-color: #4F015C;
}
.TagClassName
{
border-color: #4F015C;
}
</style>