#4A037A

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

Shades of Indigo #4A037A

Tints of Indigo #4A037A

Color information

#4A037A (or 0x4A037A) is unknown color: approx Indigo. HEX triplet: 4A, 03 and 7A. RGB value is (74,3,122). Sum of RGB (Red+Green+Blue) = 74+3+122=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A037A is #B5FC85. Grayscale: #252525. Windows color (decimal): -11926662 or 7996234. OLE color: 7996234.

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

Color convert

RGB743122-
CMYK0.390.9800.52
HSL275.8º95.2%24.51%-
HSV(B)275.8º97.54%47.84%-
XYZ6.372.9318.64-
YUV37.8175.52153.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.19%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=37.19%
G=1.51%
B=61.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7431220.390.9800.52275.895.224.51
Hex4A37A27620341145f19
Octal11231724714206442413731
Binary100101011111101010011111000100110100100010100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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