Shades of Indigo #4F0369
Tints of Indigo #4F0369
RGB
CMYK
RGB Variations
Color information
#4F0369 (or 0x4F0369) is known color: Indigo. HEX triplet: 4F, 03 and 69. RGB value is (79,3,105). Sum of RGB (Red+Green+Blue) = 79+3+105=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F0369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0369 is #B0FC96. Grayscale: #252525. Windows color (decimal): -11598999 or 6882127. OLE color: 6882127.
HSL color Cylindrical-coordinate representation of color #4F0369: hue angle of 284.71º 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 #4F0369 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 3 | 105 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.59 |
| HSL | 284.71º | 0.94% | 0.21% | - |
| HSV(B) | 284.71º | 0.97% | 0.41% | - |
| XYZ | 5.81 | 2.75 | 13.59 | - |
| YUV | 37.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 105 | 0.25 | 0.97 | 0 | 0.59 | 284.71 | 0.94 | 0.21 |
| Hex | 4F | 3 | 69 | 19 | 61 | 0 | 3B | 11D | 5E | 15 |
| Octal | 117 | 3 | 151 | 31 | 141 | 0 | 73 | 435 | 136 | 25 |
| Binary | 1001111 | 11 | 1101001 | 11001 | 1100001 | 0 | 111011 | 100011101 | 1011110 | 10101 |
Color Harmonies of #4F0369
Complementary color
Monochromatic Colors of #4F0369
Black with #4F0369
Text Example
Text Example
White with #4F0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0369; }
p { color: rgb(79,3,105); }
H1.HeaderClassName
{
color: #4F0369;
}
.AnyTagClassName
{
color: #4F0369;
}
</style>
background-color css
<style>
a { background-color: #4F0369; }
a { background-color: rgb(79,3,105); }
div.DivClassName
{
background-color: #4F0369;
}
.BgClassName
{
background-color: #4F0369;
}
</style>
border-color css
<style>
span { border-color: #4F0369; }
span { border-color: rgb(79,3,105); }
td.TdClassName
{
border-color: #4F0369;
}
.TagClassName
{
border-color: #4F0369;
}
</style>