#4904A3

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

Shades of Indigo #4904A3

Tints of Indigo #4904A3

Color information

#4904A3 (or 0x4904A3) is unknown color: approx Indigo. HEX triplet: 49, 04 and A3. RGB value is (73,4,163). Sum of RGB (Red+Green+Blue) = 73+4+163=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 163 (64.06% from 255 or 67.92% from 240); Max value from RGB is 163 - color contains mainly: blue. Hex color #4904A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4904A3 is #B6FB5C. Grayscale: #2A2A2A. Windows color (decimal): -11991901 or 10683465. OLE color: 10683465.

HSL color Cylindrical-coordinate representation of color #4904A3: hue angle of 266.04º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4904A3 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB734163-
CMYK0.550.9800.36
HSL266.04º95.21%32.75%-
HSV(B)266.04º97.55%63.92%-
XYZ9.44.1534.96-
YUV42.76195.86149.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 163 (64.06% from 255) = 67.92%
R=30.42%
G=1.67%
B=67.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7341630.550.9800.36266.0495.2132.75
Hex494A3376202410a5f21
Octal11142436714204441213741
Binary100100110010100011110111110001001001001000010101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4904A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4904A3; }

 p { color: rgb(73,4,163); }

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

<style>
 a { background-color: #4904A3; }

 a { background-color: rgb(73,4,163); }

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

<style>
 span { border-color: #4904A3; }

 span { border-color: rgb(73,4,163); }

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