Html Css Color HEX #49119E Indigo

📋 copy color: '#49119E'

red 73 ◦ green 17 ◦ blue 158

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

Shades of Indigo #49119E

Tints of Indigo #49119E

RGB

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

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

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

R = 29.44%
G = 6.85%
B = 63.71%

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

#49119E (or 0x49119E) is known color: Indigo. HEX triplet: 49, 11 and 9E. RGB value is (73,17,158). Sum of RGB (Red+Green+Blue) = 73+17+158=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #49119E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49119E is #B6EE61. Grayscale: #313131. Windows color (decimal): -11988578 or 10359113. OLE color: 10359113.

HSL color Cylindrical-coordinate representation of color #49119E: hue angle of 263.83º degrees, saturation: 0.81, 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 #49119E is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 17 158 -
CMYK 0.54 0.89 0 0.38
HSL 263.83º 0.81% 0.34% -
HSV(B) 263.83º 0.89% 0.62% -
XYZ 9.12 4.29 32.69 -
YUV 49.82 189.05 144.54 -
System Red Green Blue C M Y K H S L
Decimal 73 17 158 0.54 0.89 0 0.38 263.83 0.81 0.34
Hex 49 11 9E 36 59 0 26 108 51 22
Octal 111 21 236 66 131 0 46 410 121 42
Binary 1001001 10001 10011110 110110 1011001 0 100110 100001000 1010001 100010

Color Harmonies of #49119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49119E

Black with #49119E

Text Example


Text Example

White with #49119E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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