#4909aa

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

Shades of Indigo #4909AA

Tints of Indigo #4909AA

Color information

#4909AA (or 0x4909AA) is unknown color: approx Indigo. HEX triplet: 49, 09 and AA. RGB value is (73,9,170). Sum of RGB (Red+Green+Blue) = 73+9+170=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #4909AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4909AA is #B6F655. Grayscale: #2D2D2D. Windows color (decimal): -11990614 or 11143497. OLE color: 11143497.

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

Color convert

RGB739170-
CMYK0.570.9500.33
HSL263.85º89.94%35.1%-
HSV(B)263.85º94.71%66.67%-
XYZ10.14.5138.37-
YUV46.49197.7146.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 9 (3.91% from 255) = 3.57%
BLUE value IS 170 (66.80% from 255) = 67.46%
R=28.97%
G=3.57%
B=67.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7391700.570.9500.33263.8589.9435.1
Hex499AA395F0211085a23
Octal111112527113704141013243
Binary1001001100110101010111001101111101000011000010001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4909aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4909aa; }

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

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

<style>
 a { background-color: #4909aa; }

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

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

<style>
 span { border-color: #4909aa; }

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

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