Shades of Indigo #4F14A3
Tints of Indigo #4F14A3
RGB
CMYK
RGB Variations
Color information
#4F14A3 (or 0x4F14A3) is known color: Indigo. HEX triplet: 4F, 14 and A3. RGB value is (79,20,163). Sum of RGB (Red+Green+Blue) = 79+20+163=262 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.15% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 163 (64.06% from 255 or 62.21% from 262); Max value from RGB is 163 - color contains mainly: blue. Hex color #4F14A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F14A3 is #B0EB5C. Grayscale: #353535. Windows color (decimal): -11594589 or 10687567. OLE color: 10687567.
HSL color Cylindrical-coordinate representation of color #4F14A3: hue angle of 264.76º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F14A3 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 20 | 163 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.36 |
| HSL | 264.76º | 0.78% | 0.36% | - |
| HSV(B) | 264.76º | 0.88% | 0.64% | - |
| XYZ | 10.09 | 4.81 | 35.05 | - |
| YUV | 53.94 | 189.55 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 163 | 0.52 | 0.88 | 0 | 0.36 | 264.76 | 0.78 | 0.36 |
| Hex | 4F | 14 | A3 | 34 | 58 | 0 | 24 | 109 | 4E | 24 |
| Octal | 117 | 24 | 243 | 64 | 130 | 0 | 44 | 411 | 116 | 44 |
| Binary | 1001111 | 10100 | 10100011 | 110100 | 1011000 | 0 | 100100 | 100001001 | 1001110 | 100100 |
Color Harmonies of #4F14A3
Complementary color
Monochromatic Colors of #4F14A3
Black with #4F14A3
Text Example
Text Example
White with #4F14A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F14A3; }
p { color: rgb(79,20,163); }
H1.HeaderClassName
{
color: #4F14A3;
}
.AnyTagClassName
{
color: #4F14A3;
}
</style>
background-color css
<style>
a { background-color: #4F14A3; }
a { background-color: rgb(79,20,163); }
div.DivClassName
{
background-color: #4F14A3;
}
.BgClassName
{
background-color: #4F14A3;
}
</style>
border-color css
<style>
span { border-color: #4F14A3; }
span { border-color: rgb(79,20,163); }
td.TdClassName
{
border-color: #4F14A3;
}
.TagClassName
{
border-color: #4F14A3;
}
</style>