Html Css Color HEX #49119D Indigo

📋 copy color: '#49119D'

red 73 ◦ green 17 ◦ blue 157

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

Shades of Indigo #49119D

Tints of Indigo #49119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.88%

 BLUE value IS 157 (61.72% from 255) = 63.56%

R = 29.55%
G = 6.88%
B = 63.56%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49119D (or 0x49119D) is known color: Indigo. HEX triplet: 49, 11 and 9D. RGB value is (73,17,157). Sum of RGB (Red+Green+Blue) = 73+17+157=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #49119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49119D is #B6EE62. Grayscale: #313131. Windows color (decimal): -11988579 or 10293577. OLE color: 10293577.

HSL color Cylindrical-coordinate representation of color #49119D: hue angle of 264º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49119D is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 17 157 -
CMYK 0.54 0.89 0 0.38
HSL 264º 0.8% 0.34% -
HSV(B) 264º 0.89% 0.62% -
XYZ 9.03 4.25 32.24 -
YUV 49.7 188.55 144.62 -
System Red Green Blue C M Y K H S L
Decimal 73 17 157 0.54 0.89 0 0.38 264 0.8 0.34
Hex 49 11 9D 36 59 0 26 108 50 22
Octal 111 21 235 66 131 0 46 410 120 42
Binary 1001001 10001 10011101 110110 1011001 0 100110 100001000 1010000 100010

Color Harmonies of #49119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49119D

Black with #49119D

Text Example


Text Example

White with #49119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,17,157); }

 H1.HeaderClassName
 {
   color: #49119D;
 }
 .AnyTagClassName
 {
   color: #49119D;
 }
</style>

background-color css

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

 a { background-color: rgb(73,17,157); }

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

border-color css

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

 span { border-color: rgb(73,17,157); }

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