Shades of Indigo #4A07AA
Tints of Indigo #4A07AA
RGB
CMYK
RGB Variations
Color information
#4A07AA (or 0x4A07AA) is known color: Indigo. HEX triplet: 4A, 07 and AA. RGB value is (74,7,170). Sum of RGB (Red+Green+Blue) = 74+7+170=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A07AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A07AA is #B5F855. Grayscale: #2D2D2D. Windows color (decimal): -11925590 or 11142986. OLE color: 11142986.
HSL color Cylindrical-coordinate representation of color #4A07AA: hue angle of 264.66º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A07AA is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 7 | 170 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.33 |
| HSL | 264.66º | 0.92% | 0.35% | - |
| HSV(B) | 264.66º | 0.96% | 0.67% | - |
| XYZ | 10.16 | 4.51 | 38.37 | - |
| YUV | 45.62 | 198.2 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 170 | 0.56 | 0.96 | 0 | 0.33 | 264.66 | 0.92 | 0.35 |
| Hex | 4A | 7 | AA | 38 | 60 | 0 | 21 | 109 | 5C | 23 |
| Octal | 112 | 7 | 252 | 70 | 140 | 0 | 41 | 411 | 134 | 43 |
| Binary | 1001010 | 111 | 10101010 | 111000 | 1100000 | 0 | 100001 | 100001001 | 1011100 | 100011 |
Color Harmonies of #4A07AA
Complementary color
Monochromatic Colors of #4A07AA
Black with #4A07AA
Text Example
Text Example
White with #4A07AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A07AA; }
p { color: rgb(74,7,170); }
H1.HeaderClassName
{
color: #4A07AA;
}
.AnyTagClassName
{
color: #4A07AA;
}
</style>
background-color css
<style>
a { background-color: #4A07AA; }
a { background-color: rgb(74,7,170); }
div.DivClassName
{
background-color: #4A07AA;
}
.BgClassName
{
background-color: #4A07AA;
}
</style>
border-color css
<style>
span { border-color: #4A07AA; }
span { border-color: rgb(74,7,170); }
td.TdClassName
{
border-color: #4A07AA;
}
.TagClassName
{
border-color: #4A07AA;
}
</style>