Html Css Color HEX #49049E Indigo

📋 copy color: '#49049E'

red 73 ◦ green 4 ◦ blue 158

#49049E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #49049E

Tints of Indigo #49049E

RGB

 RED value IS 73 (28.91% from 255) = 31.06%

 GREEN value IS 4 (1.95% from 255) = 1.7%

 BLUE value IS 158 (62.11% from 255) = 67.23%

R = 31.06%
G = 1.7%
B = 67.23%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49049E (or 0x49049E) is known color: Indigo. HEX triplet: 49, 04 and 9E. RGB value is (73,4,158). Sum of RGB (Red+Green+Blue) = 73+4+158=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #49049E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49049E is #B6FB61. Grayscale: #292929. Windows color (decimal): -11991906 or 10355785. OLE color: 10355785.

HSL color Cylindrical-coordinate representation of color #49049E: hue angle of 266.88º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49049E is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 4 158 -
CMYK 0.54 0.97 0 0.38
HSL 266.88º 0.95% 0.32% -
HSV(B) 266.88º 0.97% 0.62% -
XYZ 8.96 3.97 32.64 -
YUV 42.19 193.36 149.98 -
System Red Green Blue C M Y K H S L
Decimal 73 4 158 0.54 0.97 0 0.38 266.88 0.95 0.32
Hex 49 4 9E 36 61 0 26 10B 5F 20
Octal 111 4 236 66 141 0 46 413 137 40
Binary 1001001 100 10011110 110110 1100001 0 100110 100001011 1011111 100000

Color Harmonies of #49049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49049E

Black with #49049E

Text Example


Text Example

White with #49049E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49049E;
 }
 .AnyTagClassName
 {
   color: #49049E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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