#49047C

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

Shades of Indigo #49047C

Tints of Indigo #49047C

Color information

#49047C (or 0x49047C) is unknown color: approx Indigo. HEX triplet: 49, 04 and 7C. RGB value is (73,4,124). Sum of RGB (Red+Green+Blue) = 73+4+124=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #49047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49047C is #B6FB83. Grayscale: #252525. Windows color (decimal): -11991940 or 8127561. OLE color: 8127561.

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

Color convert

RGB734124-
CMYK0.410.9700.51
HSL274.5º93.75%25.1%-
HSV(B)274.5º96.77%48.63%-
XYZ6.432.9619.3-
YUV38.31176.36152.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 4 (1.95% from 255) = 1.99%
BLUE value IS 124 (48.83% from 255) = 61.69%
R=36.32%
G=1.99%
B=61.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7341240.410.9700.51274.593.7525.1
Hex4947C29610331125e19
Octal11141745114106342213631
Binary1001001100111110010100111000010110011100010010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49047C; }

 p { color: rgb(73,4,124); }

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

<style>
 a { background-color: #49047C; }

 a { background-color: rgb(73,4,124); }

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

<style>
 span { border-color: #49047C; }

 span { border-color: rgb(73,4,124); }

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