#49027D

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

Shades of Indigo #49027D

Tints of Indigo #49027D

Color information

#49027D (or 0x49027D) is unknown color: approx Indigo. HEX triplet: 49, 02 and 7D. RGB value is (73,2,125). Sum of RGB (Red+Green+Blue) = 73+2+125=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #49027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49027D is #B6FD82. Grayscale: #242424. Windows color (decimal): -11992451 or 8192585. OLE color: 8192585.

HSL color Cylindrical-coordinate representation of color #49027D: hue angle of 274.63º 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 #49027D is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB732125-
CMYK0.420.9800.51
HSL274.63º96.85%24.9%-
HSV(B)274.63º98.4%49.02%-
XYZ6.472.9419.63-
YUV37.25177.52153.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 125 (49.22% from 255) = 62.5%
R=36.5%
G=1%
B=62.5%

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
Decimal7321250.420.9800.51274.6396.8524.9
Hex4927D2A620331136119
Octal11121755214206342314131
Binary100100110111110110101011000100110011100010011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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