Shades of Indigo #4A00A0
Tints of Indigo #4A00A0
RGB
CMYK
RGB Variations
Color information
#4A00A0 (or 0x4A00A0) is known color: Indigo. HEX triplet: 4A, 00 and A0. RGB value is (74,0,160). Sum of RGB (Red+Green+Blue) = 74+0+160=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 160 (62.89% from 255 or 68.38% from 234); Max value from RGB is 160 - color contains mainly: blue. Hex color #4A00A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A00A0 is #B5FF5F. Grayscale: #272727. Windows color (decimal): -11927392 or 10485834. OLE color: 10485834.
HSL color Cylindrical-coordinate representation of color #4A00A0: hue angle of 267.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A00A0 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 0 | 160 | - |
| CMYK | 0.54 | 1 | 0 | 0.37 |
| HSL | 267.75º | 1% | 0.31% | - |
| HSV(B) | 267.75º | 1% | 0.63% | - |
| XYZ | 9.17 | 3.99 | 33.55 | - |
| YUV | 40.37 | 195.52 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 160 | 0.54 | 1 | 0 | 0.37 | 267.75 | 1 | 0.31 |
| Hex | 4A | 0 | A0 | 36 | 64 | 0 | 25 | 10C | 64 | 1F |
| Octal | 112 | 0 | 240 | 66 | 144 | 0 | 45 | 414 | 144 | 37 |
| Binary | 1001010 | 0 | 10100000 | 110110 | 1100100 | 0 | 100101 | 100001100 | 1100100 | 11111 |
Color Harmonies of #4A00A0
Complementary color
Monochromatic Colors of #4A00A0
Black with #4A00A0
Text Example
Text Example
White with #4A00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A00A0; }
p { color: rgb(74,0,160); }
H1.HeaderClassName
{
color: #4A00A0;
}
.AnyTagClassName
{
color: #4A00A0;
}
</style>
background-color css
<style>
a { background-color: #4A00A0; }
a { background-color: rgb(74,0,160); }
div.DivClassName
{
background-color: #4A00A0;
}
.BgClassName
{
background-color: #4A00A0;
}
</style>
border-color css
<style>
span { border-color: #4A00A0; }
span { border-color: rgb(74,0,160); }
td.TdClassName
{
border-color: #4A00A0;
}
.TagClassName
{
border-color: #4A00A0;
}
</style>