Shades of Indigo #4F0667
Tints of Indigo #4F0667
RGB
CMYK
RGB Variations
Color information
#4F0667 (or 0x4F0667) is known color: Indigo. HEX triplet: 4F, 06 and 67. RGB value is (79,6,103). Sum of RGB (Red+Green+Blue) = 79+6+103=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #4F0667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0667 is #B0F998. Grayscale: #262626. Windows color (decimal): -11598233 or 6751823. OLE color: 6751823.
HSL color Cylindrical-coordinate representation of color #4F0667: hue angle of 285.15º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0667 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 6 | 103 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.60 |
| HSL | 285.15º | 0.89% | 0.21% | - |
| HSV(B) | 285.15º | 0.94% | 0.4% | - |
| XYZ | 5.74 | 2.77 | 13.06 | - |
| YUV | 38.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 6 | 103 | 0.23 | 0.94 | 0 | 0.60 | 285.15 | 0.89 | 0.21 |
| Hex | 4F | 6 | 67 | 17 | 5E | 0 | 3C | 11D | 59 | 15 |
| Octal | 117 | 6 | 147 | 27 | 136 | 0 | 74 | 435 | 131 | 25 |
| Binary | 1001111 | 110 | 1100111 | 10111 | 1011110 | 0 | 111100 | 100011101 | 1011001 | 10101 |
Color Harmonies of #4F0667
Complementary color
Monochromatic Colors of #4F0667
Black with #4F0667
Text Example
Text Example
White with #4F0667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0667; }
p { color: rgb(79,6,103); }
H1.HeaderClassName
{
color: #4F0667;
}
.AnyTagClassName
{
color: #4F0667;
}
</style>
background-color css
<style>
a { background-color: #4F0667; }
a { background-color: rgb(79,6,103); }
div.DivClassName
{
background-color: #4F0667;
}
.BgClassName
{
background-color: #4F0667;
}
</style>
border-color css
<style>
span { border-color: #4F0667; }
span { border-color: rgb(79,6,103); }
td.TdClassName
{
border-color: #4F0667;
}
.TagClassName
{
border-color: #4F0667;
}
</style>