Shades of Indigo #4F0968
Tints of Indigo #4F0968
RGB
CMYK
RGB Variations
Color information
#4F0968 (or 0x4F0968) is known color: Indigo. HEX triplet: 4F, 09 and 68. RGB value is (79,9,104). Sum of RGB (Red+Green+Blue) = 79+9+104=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F0968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0968 is #B0F697. Grayscale: #282828. Windows color (decimal): -11597464 or 6818127. OLE color: 6818127.
HSL color Cylindrical-coordinate representation of color #4F0968: hue angle of 284.21º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0968 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 9 | 104 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.59 |
| HSL | 284.21º | 0.84% | 0.22% | - |
| HSV(B) | 284.21º | 0.91% | 0.41% | - |
| XYZ | 5.82 | 2.86 | 13.34 | - |
| YUV | 40.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 104 | 0.24 | 0.91 | 0 | 0.59 | 284.21 | 0.84 | 0.22 |
| Hex | 4F | 9 | 68 | 18 | 5B | 0 | 3B | 11C | 54 | 16 |
| Octal | 117 | 11 | 150 | 30 | 133 | 0 | 73 | 434 | 124 | 26 |
| Binary | 1001111 | 1001 | 1101000 | 11000 | 1011011 | 0 | 111011 | 100011100 | 1010100 | 10110 |
Color Harmonies of #4F0968
Complementary color
Monochromatic Colors of #4F0968
Black with #4F0968
Text Example
Text Example
White with #4F0968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0968; }
p { color: rgb(79,9,104); }
H1.HeaderClassName
{
color: #4F0968;
}
.AnyTagClassName
{
color: #4F0968;
}
</style>
background-color css
<style>
a { background-color: #4F0968; }
a { background-color: rgb(79,9,104); }
div.DivClassName
{
background-color: #4F0968;
}
.BgClassName
{
background-color: #4F0968;
}
</style>
border-color css
<style>
span { border-color: #4F0968; }
span { border-color: rgb(79,9,104); }
td.TdClassName
{
border-color: #4F0968;
}
.TagClassName
{
border-color: #4F0968;
}
</style>