Shades of Indigo #4F016E
Tints of Indigo #4F016E
RGB
CMYK
RGB Variations
Color information
#4F016E (or 0x4F016E) is known color: Indigo. HEX triplet: 4F, 01 and 6E. RGB value is (79,1,110). Sum of RGB (Red+Green+Blue) = 79+1+110=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F016E is #B0FE91. Grayscale: #242424. Windows color (decimal): -11599506 or 7209295. OLE color: 7209295.
HSL color Cylindrical-coordinate representation of color #4F016E: hue angle of 282.94º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F016E is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 1 | 110 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.57 |
| HSL | 282.94º | 0.98% | 0.22% | - |
| HSV(B) | 282.94º | 0.99% | 0.43% | - |
| XYZ | 6.05 | 2.81 | 14.98 | - |
| YUV | 36.75 | 169.34 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 110 | 0.28 | 0.99 | 0 | 0.57 | 282.94 | 0.98 | 0.22 |
| Hex | 4F | 1 | 6E | 1C | 63 | 0 | 39 | 11B | 62 | 16 |
| Octal | 117 | 1 | 156 | 34 | 143 | 0 | 71 | 433 | 142 | 26 |
| Binary | 1001111 | 1 | 1101110 | 11100 | 1100011 | 0 | 111001 | 100011011 | 1100010 | 10110 |
Color Harmonies of #4F016E
Complementary color
Monochromatic Colors of #4F016E
Black with #4F016E
Text Example
Text Example
White with #4F016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F016E; }
p { color: rgb(79,1,110); }
H1.HeaderClassName
{
color: #4F016E;
}
.AnyTagClassName
{
color: #4F016E;
}
</style>
background-color css
<style>
a { background-color: #4F016E; }
a { background-color: rgb(79,1,110); }
div.DivClassName
{
background-color: #4F016E;
}
.BgClassName
{
background-color: #4F016E;
}
</style>
border-color css
<style>
span { border-color: #4F016E; }
span { border-color: rgb(79,1,110); }
td.TdClassName
{
border-color: #4F016E;
}
.TagClassName
{
border-color: #4F016E;
}
</style>