Shades of Indigo #4F0AAA
Tints of Indigo #4F0AAA
RGB
CMYK
RGB Variations
Color information
#4F0AAA (or 0x4F0AAA) is known color: Indigo. HEX triplet: 4F, 0A and AA. RGB value is (79,10,170). Sum of RGB (Red+Green+Blue) = 79+10+170=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F0AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0AAA is #B0F555. Grayscale: #303030. Windows color (decimal): -11597142 or 11143759. OLE color: 11143759.
HSL color Cylindrical-coordinate representation of color #4F0AAA: hue angle of 265.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0AAA is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 10 | 170 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.33 |
| HSL | 265.88º | 0.89% | 0.35% | - |
| HSV(B) | 265.88º | 0.94% | 0.67% | - |
| XYZ | 10.59 | 4.78 | 38.4 | - |
| YUV | 48.87 | 196.36 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 170 | 0.54 | 0.94 | 0 | 0.33 | 265.88 | 0.89 | 0.35 |
| Hex | 4F | A | AA | 36 | 5E | 0 | 21 | 10A | 59 | 23 |
| Octal | 117 | 12 | 252 | 66 | 136 | 0 | 41 | 412 | 131 | 43 |
| Binary | 1001111 | 1010 | 10101010 | 110110 | 1011110 | 0 | 100001 | 100001010 | 1011001 | 100011 |
Color Harmonies of #4F0AAA
Complementary color
Monochromatic Colors of #4F0AAA
Black with #4F0AAA
Text Example
Text Example
White with #4F0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0AAA; }
p { color: rgb(79,10,170); }
H1.HeaderClassName
{
color: #4F0AAA;
}
.AnyTagClassName
{
color: #4F0AAA;
}
</style>
background-color css
<style>
a { background-color: #4F0AAA; }
a { background-color: rgb(79,10,170); }
div.DivClassName
{
background-color: #4F0AAA;
}
.BgClassName
{
background-color: #4F0AAA;
}
</style>
border-color css
<style>
span { border-color: #4F0AAA; }
span { border-color: rgb(79,10,170); }
td.TdClassName
{
border-color: #4F0AAA;
}
.TagClassName
{
border-color: #4F0AAA;
}
</style>