Shades of Indigo #4F03A3
Tints of Indigo #4F03A3
RGB
CMYK
RGB Variations
Color information
#4F03A3 (or 0x4F03A3) is known color: Indigo. HEX triplet: 4F, 03 and A3. RGB value is (79,3,163). Sum of RGB (Red+Green+Blue) = 79+3+163=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 163 (64.06% from 255 or 66.53% from 245); Max value from RGB is 163 - color contains mainly: blue. Hex color #4F03A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F03A3 is #B0FC5C. Grayscale: #2B2B2B. Windows color (decimal): -11598941 or 10683215. OLE color: 10683215.
HSL color Cylindrical-coordinate representation of color #4F03A3: hue angle of 268.5º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F03A3 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 3 | 163 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.36 |
| HSL | 268.5º | 0.96% | 0.33% | - |
| HSV(B) | 268.5º | 0.98% | 0.64% | - |
| XYZ | 9.87 | 4.37 | 34.97 | - |
| YUV | 43.96 | 195.18 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 163 | 0.52 | 0.98 | 0 | 0.36 | 268.5 | 0.96 | 0.33 |
| Hex | 4F | 3 | A3 | 34 | 62 | 0 | 24 | 10C | 60 | 21 |
| Octal | 117 | 3 | 243 | 64 | 142 | 0 | 44 | 414 | 140 | 41 |
| Binary | 1001111 | 11 | 10100011 | 110100 | 1100010 | 0 | 100100 | 100001100 | 1100000 | 100001 |
Color Harmonies of #4F03A3
Complementary color
Monochromatic Colors of #4F03A3
Black with #4F03A3
Text Example
Text Example
White with #4F03A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F03A3; }
p { color: rgb(79,3,163); }
H1.HeaderClassName
{
color: #4F03A3;
}
.AnyTagClassName
{
color: #4F03A3;
}
</style>
background-color css
<style>
a { background-color: #4F03A3; }
a { background-color: rgb(79,3,163); }
div.DivClassName
{
background-color: #4F03A3;
}
.BgClassName
{
background-color: #4F03A3;
}
</style>
border-color css
<style>
span { border-color: #4F03A3; }
span { border-color: rgb(79,3,163); }
td.TdClassName
{
border-color: #4F03A3;
}
.TagClassName
{
border-color: #4F03A3;
}
</style>