Shades of Indigo #4F04AD
Tints of Indigo #4F04AD
RGB
CMYK
RGB Variations
Color information
#4F04AD (or 0x4F04AD) is known color: Indigo. HEX triplet: 4F, 04 and AD. RGB value is (79,4,173). Sum of RGB (Red+Green+Blue) = 79+4+173=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F04AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F04AD is #B0FB52. Grayscale: #2D2D2D. Windows color (decimal): -11598675 or 11338831. OLE color: 11338831.
HSL color Cylindrical-coordinate representation of color #4F04AD: hue angle of 266.63º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F04AD is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 4 | 173 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.32 |
| HSL | 266.63º | 0.95% | 0.35% | - |
| HSV(B) | 266.63º | 0.98% | 0.68% | - |
| XYZ | 10.81 | 4.77 | 39.89 | - |
| YUV | 45.69 | 199.85 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 173 | 0.54 | 0.98 | 0 | 0.32 | 266.63 | 0.95 | 0.35 |
| Hex | 4F | 4 | AD | 36 | 62 | 0 | 20 | 10B | 5F | 23 |
| Octal | 117 | 4 | 255 | 66 | 142 | 0 | 40 | 413 | 137 | 43 |
| Binary | 1001111 | 100 | 10101101 | 110110 | 1100010 | 0 | 100000 | 100001011 | 1011111 | 100011 |
Color Harmonies of #4F04AD
Complementary color
Monochromatic Colors of #4F04AD
Black with #4F04AD
Text Example
Text Example
White with #4F04AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F04AD; }
p { color: rgb(79,4,173); }
H1.HeaderClassName
{
color: #4F04AD;
}
.AnyTagClassName
{
color: #4F04AD;
}
</style>
background-color css
<style>
a { background-color: #4F04AD; }
a { background-color: rgb(79,4,173); }
div.DivClassName
{
background-color: #4F04AD;
}
.BgClassName
{
background-color: #4F04AD;
}
</style>
border-color css
<style>
span { border-color: #4F04AD; }
span { border-color: rgb(79,4,173); }
td.TdClassName
{
border-color: #4F04AD;
}
.TagClassName
{
border-color: #4F04AD;
}
</style>