Shades of Indigo #4F0368
Tints of Indigo #4F0368
RGB
CMYK
RGB Variations
Color information
#4F0368 (or 0x4F0368) is known color: Indigo. HEX triplet: 4F, 03 and 68. RGB value is (79,3,104). Sum of RGB (Red+Green+Blue) = 79+3+104=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F0368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0368 is #B0FC97. Grayscale: #242424. Windows color (decimal): -11599000 or 6816591. OLE color: 6816591.
HSL color Cylindrical-coordinate representation of color #4F0368: hue angle of 285.15º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0368 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 3 | 104 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.59 |
| HSL | 285.15º | 0.94% | 0.21% | - |
| HSV(B) | 285.15º | 0.97% | 0.41% | - |
| XYZ | 5.76 | 2.73 | 13.32 | - |
| YUV | 37.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 104 | 0.24 | 0.97 | 0 | 0.59 | 285.15 | 0.94 | 0.21 |
| Hex | 4F | 3 | 68 | 18 | 61 | 0 | 3B | 11D | 5E | 15 |
| Octal | 117 | 3 | 150 | 30 | 141 | 0 | 73 | 435 | 136 | 25 |
| Binary | 1001111 | 11 | 1101000 | 11000 | 1100001 | 0 | 111011 | 100011101 | 1011110 | 10101 |
Color Harmonies of #4F0368
Complementary color
Monochromatic Colors of #4F0368
Black with #4F0368
Text Example
Text Example
White with #4F0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0368; }
p { color: rgb(79,3,104); }
H1.HeaderClassName
{
color: #4F0368;
}
.AnyTagClassName
{
color: #4F0368;
}
</style>
background-color css
<style>
a { background-color: #4F0368; }
a { background-color: rgb(79,3,104); }
div.DivClassName
{
background-color: #4F0368;
}
.BgClassName
{
background-color: #4F0368;
}
</style>
border-color css
<style>
span { border-color: #4F0368; }
span { border-color: rgb(79,3,104); }
td.TdClassName
{
border-color: #4F0368;
}
.TagClassName
{
border-color: #4F0368;
}
</style>