#4A037F

Color #4A037F Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4A037F

Tints of Indigo #4A037F

Color information

#4A037F (or 0x4A037F) is unknown color: approx Indigo. HEX triplet: 4A, 03 and 7F. RGB value is (74,3,127). Sum of RGB (Red+Green+Blue) = 74+3+127=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A037F is #B5FC80. Grayscale: #252525. Windows color (decimal): -11926657 or 8323914. OLE color: 8323914.

HSL color Cylindrical-coordinate representation of color #4A037F: hue angle of 274.35º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A037F is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB743127-
CMYK0.420.9800.50
HSL274.35º95.38%25.49%-
HSV(B)274.35º97.64%49.8%-
XYZ6.693.0520.32-
YUV38.36178.02153.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 36.27%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 127 (50% from 255) = 62.25%
R=36.27%
G=1.47%
B=62.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7431270.420.9800.50274.3595.3825.49
Hex4A37F2A620321125f19
Octal11231775214206242213731
Binary100101011111111110101011000100110010100010010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A037F; }

 p { color: rgb(74,3,127); }

 H1.HeaderClassName
 {
   color: #4A037F;
 }
 .AnyTagClassName
 {
   color: #4A037F;
 }
</style>
background-color css

<style>
 a { background-color: #4A037F; }

 a { background-color: rgb(74,3,127); }

 div.DivClassName
 {
   background-color: #4A037F;
 }
 .BgClassName
 {
   background-color: #4A037F;
 }
</style>
border-color css

<style>
 span { border-color: #4A037F; }

 span { border-color: rgb(74,3,127); }

 td.TdClassName
 {
   border-color: #4A037F;
 }
 .TagClassName
 {
   border-color: #4A037F;
 }
</style>