#4903AA

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

Shades of Indigo #4903AA

Tints of Indigo #4903AA

Color information

#4903AA (or 0x4903AA) is unknown color: approx Indigo. HEX triplet: 49, 03 and AA. RGB value is (73,3,170). Sum of RGB (Red+Green+Blue) = 73+3+170=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #4903AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4903AA is #B6FC55. Grayscale: #2A2A2A. Windows color (decimal): -11992150 or 11141961. OLE color: 11141961.

HSL color Cylindrical-coordinate representation of color #4903AA: hue angle of 265.15º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4903AA is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB733170-
CMYK0.570.9800.33
HSL265.15º96.53%33.92%-
HSV(B)265.15º98.24%66.67%-
XYZ10.044.3838.35-
YUV42.97199.69149.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 170 (66.80% from 255) = 69.11%
R=29.67%
G=1.22%
B=69.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7331700.570.9800.33265.1596.5333.92
Hex493AA39620211096122
Octal11132527114204141114142
Binary10010011110101010111001110001001000011000010011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4903AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4903AA; }

 p { color: rgb(73,3,170); }

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

<style>
 a { background-color: #4903AA; }

 a { background-color: rgb(73,3,170); }

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

<style>
 span { border-color: #4903AA; }

 span { border-color: rgb(73,3,170); }

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