Shades of Indigo #4F0C69
Tints of Indigo #4F0C69
RGB
CMYK
RGB Variations
Color information
#4F0C69 (or 0x4F0C69) is known color: Indigo. HEX triplet: 4F, 0C and 69. RGB value is (79,12,105). Sum of RGB (Red+Green+Blue) = 79+12+105=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F0C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0C69 is #B0F396. Grayscale: #2A2A2A. Windows color (decimal): -11596695 or 6884431. OLE color: 6884431.
HSL color Cylindrical-coordinate representation of color #4F0C69: hue angle of 283.23º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F0C69 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 12 | 105 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.59 |
| HSL | 283.23º | 0.79% | 0.23% | - |
| HSV(B) | 283.23º | 0.89% | 0.41% | - |
| XYZ | 5.91 | 2.95 | 13.62 | - |
| YUV | 42.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 105 | 0.25 | 0.89 | 0 | 0.59 | 283.23 | 0.79 | 0.23 |
| Hex | 4F | C | 69 | 19 | 59 | 0 | 3B | 11B | 4F | 17 |
| Octal | 117 | 14 | 151 | 31 | 131 | 0 | 73 | 433 | 117 | 27 |
| Binary | 1001111 | 1100 | 1101001 | 11001 | 1011001 | 0 | 111011 | 100011011 | 1001111 | 10111 |
Color Harmonies of #4F0C69
Complementary color
Monochromatic Colors of #4F0C69
Black with #4F0C69
Text Example
Text Example
White with #4F0C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0C69; }
p { color: rgb(79,12,105); }
H1.HeaderClassName
{
color: #4F0C69;
}
.AnyTagClassName
{
color: #4F0C69;
}
</style>
background-color css
<style>
a { background-color: #4F0C69; }
a { background-color: rgb(79,12,105); }
div.DivClassName
{
background-color: #4F0C69;
}
.BgClassName
{
background-color: #4F0C69;
}
</style>
border-color css
<style>
span { border-color: #4F0C69; }
span { border-color: rgb(79,12,105); }
td.TdClassName
{
border-color: #4F0C69;
}
.TagClassName
{
border-color: #4F0C69;
}
</style>