Shades of Indigo #4F02AD
Tints of Indigo #4F02AD
RGB
CMYK
RGB Variations
Color information
#4F02AD (or 0x4F02AD) is known color: Indigo. HEX triplet: 4F, 02 and AD. RGB value is (79,2,173). Sum of RGB (Red+Green+Blue) = 79+2+173=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F02AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F02AD is #B0FD52. Grayscale: #2B2B2B. Windows color (decimal): -11599187 or 11338319. OLE color: 11338319.
HSL color Cylindrical-coordinate representation of color #4F02AD: hue angle of 267.02º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F02AD is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 2 | 173 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.32 |
| HSL | 267.02º | 0.98% | 0.34% | - |
| HSV(B) | 267.02º | 0.99% | 0.68% | - |
| XYZ | 10.79 | 4.72 | 39.88 | - |
| YUV | 44.52 | 200.51 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 173 | 0.54 | 0.99 | 0 | 0.32 | 267.02 | 0.98 | 0.34 |
| Hex | 4F | 2 | AD | 36 | 63 | 0 | 20 | 10B | 62 | 22 |
| Octal | 117 | 2 | 255 | 66 | 143 | 0 | 40 | 413 | 142 | 42 |
| Binary | 1001111 | 10 | 10101101 | 110110 | 1100011 | 0 | 100000 | 100001011 | 1100010 | 100010 |
Color Harmonies of #4F02AD
Complementary color
Monochromatic Colors of #4F02AD
Black with #4F02AD
Text Example
Text Example
White with #4F02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F02AD; }
p { color: rgb(79,2,173); }
H1.HeaderClassName
{
color: #4F02AD;
}
.AnyTagClassName
{
color: #4F02AD;
}
</style>
background-color css
<style>
a { background-color: #4F02AD; }
a { background-color: rgb(79,2,173); }
div.DivClassName
{
background-color: #4F02AD;
}
.BgClassName
{
background-color: #4F02AD;
}
</style>
border-color css
<style>
span { border-color: #4F02AD; }
span { border-color: rgb(79,2,173); }
td.TdClassName
{
border-color: #4F02AD;
}
.TagClassName
{
border-color: #4F02AD;
}
</style>