#4902AA

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

Shades of Indigo #4902AA

Tints of Indigo #4902AA

Color information

#4902AA (or 0x4902AA) is unknown color: approx Indigo. HEX triplet: 49, 02 and AA. RGB value is (73,2,170). Sum of RGB (Red+Green+Blue) = 73+2+170=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #4902AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4902AA is #B6FD55. Grayscale: #292929. Windows color (decimal): -11992406 or 11141705. OLE color: 11141705.

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

Color convert

RGB732170-
CMYK0.570.9900.33
HSL265.36º97.67%33.73%-
HSV(B)265.36º98.82%66.67%-
XYZ10.034.3638.34-
YUV42.38200.02149.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 170 (66.80% from 255) = 69.39%
R=29.80%
G=0.82%
B=69.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7321700.570.9900.33265.3697.6733.73
Hex492AA39630211096222
Octal11122527114304141114242
Binary10010011010101010111001110001101000011000010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4902AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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