#49027E

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

Shades of Indigo #49027E

Tints of Indigo #49027E

Color information

#49027E (or 0x49027E) is unknown color: approx Indigo. HEX triplet: 49, 02 and 7E. RGB value is (73,2,126). Sum of RGB (Red+Green+Blue) = 73+2+126=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #49027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49027E is #B6FD81. Grayscale: #242424. Windows color (decimal): -11992450 or 8258121. OLE color: 8258121.

HSL color Cylindrical-coordinate representation of color #49027E: hue angle of 274.35º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49027E is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB732126-
CMYK0.420.9800.51
HSL274.35º96.88%25.1%-
HSV(B)274.35º98.41%49.41%-
XYZ6.542.9719.97-
YUV37.36178.02153.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 126 (49.61% from 255) = 62.69%
R=36.32%
G=1.00%
B=62.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7321260.420.9800.51274.3596.8825.1
Hex4927E2A620331126119
Octal11121765214206342214131
Binary100100110111111010101011000100110011100010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49027E; }

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

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

<style>
 a { background-color: #49027E; }

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

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

<style>
 span { border-color: #49027E; }

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

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