#4A03AE

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

Shades of Indigo #4A03AE

Tints of Indigo #4A03AE

Color information

#4A03AE (or 0x4A03AE) is unknown color: approx Indigo. HEX triplet: 4A, 03 and AE. RGB value is (74,3,174). Sum of RGB (Red+Green+Blue) = 74+3+174=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A03AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A03AE is #B5FC51. Grayscale: #2B2B2B. Windows color (decimal): -11926610 or 11404106. OLE color: 11404106.

HSL color Cylindrical-coordinate representation of color #4A03AE: hue angle of 264.91º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A03AE is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB743174-
CMYK0.570.9800.32
HSL264.91º96.61%34.71%-
HSV(B)264.91º98.28%68.24%-
XYZ10.54.5840.37-
YUV43.72201.52149.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.48%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 174 (68.36% from 255) = 69.32%
R=29.48%
G=1.20%
B=69.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7431740.570.9800.32264.9196.6134.71
Hex4A3AE39620201096123
Octal11232567114204041114143
Binary10010101110101110111001110001001000001000010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A03AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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