Html Css Color HEX #49119F Indigo

📋 copy color: '#49119F'

red 73 ◦ green 17 ◦ blue 159

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

Shades of Indigo #49119F

Tints of Indigo #49119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.86%

R = 29.32%
G = 6.83%
B = 63.86%

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

#49119F (or 0x49119F) is known color: Indigo. HEX triplet: 49, 11 and 9F. RGB value is (73,17,159). Sum of RGB (Red+Green+Blue) = 73+17+159=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #49119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49119F is #B6EE60. Grayscale: #313131. Windows color (decimal): -11988577 or 10424649. OLE color: 10424649.

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

Color convert

RGB 73 17 159 -
CMYK 0.54 0.89 0 0.38
HSL 263.66º 0.81% 0.35% -
HSV(B) 263.66º 0.89% 0.62% -
XYZ 9.21 4.32 33.15 -
YUV 49.93 189.55 144.45 -
System Red Green Blue C M Y K H S L
Decimal 73 17 159 0.54 0.89 0 0.38 263.66 0.81 0.35
Hex 49 11 9F 36 59 0 26 108 51 23
Octal 111 21 237 66 131 0 46 410 121 43
Binary 1001001 10001 10011111 110110 1011001 0 100110 100001000 1010001 100011

Color Harmonies of #49119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49119F

Black with #49119F

Text Example


Text Example

White with #49119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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