Shades of Indigo #4A07AE
Tints of Indigo #4A07AE
RGB
CMYK
RGB Variations
Color information
#4A07AE (or 0x4A07AE) is known color: Indigo. HEX triplet: 4A, 07 and AE. RGB value is (74,7,174). Sum of RGB (Red+Green+Blue) = 74+7+174=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A07AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A07AE is #B5F851. Grayscale: #2D2D2D. Windows color (decimal): -11925586 or 11405130. OLE color: 11405130.
HSL color Cylindrical-coordinate representation of color #4A07AE: hue angle of 264.07º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A07AE is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 7 | 174 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.32 |
| HSL | 264.07º | 0.92% | 0.35% | - |
| HSV(B) | 264.07º | 0.96% | 0.68% | - |
| XYZ | 10.54 | 4.66 | 40.39 | - |
| YUV | 46.07 | 200.2 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 174 | 0.57 | 0.96 | 0 | 0.32 | 264.07 | 0.92 | 0.35 |
| Hex | 4A | 7 | AE | 39 | 60 | 0 | 20 | 108 | 5C | 23 |
| Octal | 112 | 7 | 256 | 71 | 140 | 0 | 40 | 410 | 134 | 43 |
| Binary | 1001010 | 111 | 10101110 | 111001 | 1100000 | 0 | 100000 | 100001000 | 1011100 | 100011 |
Color Harmonies of #4A07AE
Complementary color
Monochromatic Colors of #4A07AE
Black with #4A07AE
Text Example
Text Example
White with #4A07AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A07AE; }
p { color: rgb(74,7,174); }
H1.HeaderClassName
{
color: #4A07AE;
}
.AnyTagClassName
{
color: #4A07AE;
}
</style>
background-color css
<style>
a { background-color: #4A07AE; }
a { background-color: rgb(74,7,174); }
div.DivClassName
{
background-color: #4A07AE;
}
.BgClassName
{
background-color: #4A07AE;
}
</style>
border-color css
<style>
span { border-color: #4A07AE; }
span { border-color: rgb(74,7,174); }
td.TdClassName
{
border-color: #4A07AE;
}
.TagClassName
{
border-color: #4A07AE;
}
</style>