Shades of Indigo #4F00AD
Tints of Indigo #4F00AD
RGB
CMYK
RGB Variations
Color information
#4F00AD (or 0x4F00AD) is known color: Indigo. HEX triplet: 4F, 00 and AD. RGB value is (79,0,173). Sum of RGB (Red+Green+Blue) = 79+0+173=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F00AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F00AD is #B0FF52. Grayscale: #2A2A2A. Windows color (decimal): -11599699 or 11337807. OLE color: 11337807.
HSL color Cylindrical-coordinate representation of color #4F00AD: hue angle of 267.4º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F00AD is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 0 | 173 | - |
| CMYK | 0.54 | 1 | 0 | 0.32 |
| HSL | 267.4º | 1% | 0.34% | - |
| HSV(B) | 267.4º | 1% | 0.68% | - |
| XYZ | 10.77 | 4.68 | 39.87 | - |
| YUV | 43.34 | 201.17 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 173 | 0.54 | 1 | 0 | 0.32 | 267.4 | 1 | 0.34 |
| Hex | 4F | 0 | AD | 36 | 64 | 0 | 20 | 10B | 64 | 22 |
| Octal | 117 | 0 | 255 | 66 | 144 | 0 | 40 | 413 | 144 | 42 |
| Binary | 1001111 | 0 | 10101101 | 110110 | 1100100 | 0 | 100000 | 100001011 | 1100100 | 100010 |
Color Harmonies of #4F00AD
Complementary color
Monochromatic Colors of #4F00AD
Black with #4F00AD
Text Example
Text Example
White with #4F00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F00AD; }
p { color: rgb(79,0,173); }
H1.HeaderClassName
{
color: #4F00AD;
}
.AnyTagClassName
{
color: #4F00AD;
}
</style>
background-color css
<style>
a { background-color: #4F00AD; }
a { background-color: rgb(79,0,173); }
div.DivClassName
{
background-color: #4F00AD;
}
.BgClassName
{
background-color: #4F00AD;
}
</style>
border-color css
<style>
span { border-color: #4F00AD; }
span { border-color: rgb(79,0,173); }
td.TdClassName
{
border-color: #4F00AD;
}
.TagClassName
{
border-color: #4F00AD;
}
</style>