Shades of Indigo #4F016B
Tints of Indigo #4F016B
RGB
CMYK
RGB Variations
Color information
#4F016B (or 0x4F016B) is known color: Indigo. HEX triplet: 4F, 01 and 6B. RGB value is (79,1,107). Sum of RGB (Red+Green+Blue) = 79+1+107=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F016B is #B0FE94. Grayscale: #242424. Windows color (decimal): -11599509 or 7012687. OLE color: 7012687.
HSL color Cylindrical-coordinate representation of color #4F016B: hue angle of 284.15º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F016B is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 1 | 107 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.58 |
| HSL | 284.15º | 0.98% | 0.21% | - |
| HSV(B) | 284.15º | 0.99% | 0.42% | - |
| XYZ | 5.89 | 2.75 | 14.13 | - |
| YUV | 36.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 107 | 0.26 | 0.99 | 0 | 0.58 | 284.15 | 0.98 | 0.21 |
| Hex | 4F | 1 | 6B | 1A | 63 | 0 | 3A | 11C | 62 | 15 |
| Octal | 117 | 1 | 153 | 32 | 143 | 0 | 72 | 434 | 142 | 25 |
| Binary | 1001111 | 1 | 1101011 | 11010 | 1100011 | 0 | 111010 | 100011100 | 1100010 | 10101 |
Color Harmonies of #4F016B
Complementary color
Monochromatic Colors of #4F016B
Black with #4F016B
Text Example
Text Example
White with #4F016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F016B; }
p { color: rgb(79,1,107); }
H1.HeaderClassName
{
color: #4F016B;
}
.AnyTagClassName
{
color: #4F016B;
}
</style>
background-color css
<style>
a { background-color: #4F016B; }
a { background-color: rgb(79,1,107); }
div.DivClassName
{
background-color: #4F016B;
}
.BgClassName
{
background-color: #4F016B;
}
</style>
border-color css
<style>
span { border-color: #4F016B; }
span { border-color: rgb(79,1,107); }
td.TdClassName
{
border-color: #4F016B;
}
.TagClassName
{
border-color: #4F016B;
}
</style>