Html Css Color HEX #49139A Indigo

📋 copy color: '#49139A'

red 73 ◦ green 19 ◦ blue 154

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

Shades of Indigo #49139A

Tints of Indigo #49139A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

 BLUE value IS 154 (60.55% from 255) = 62.6%

R = 29.67%
G = 7.72%
B = 62.6%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49139A (or 0x49139A) is known color: Indigo. HEX triplet: 49, 13 and 9A. RGB value is (73,19,154). Sum of RGB (Red+Green+Blue) = 73+19+154=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #49139A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49139A is #B6EC65. Grayscale: #323232. Windows color (decimal): -11988070 or 10097481. OLE color: 10097481.

HSL color Cylindrical-coordinate representation of color #49139A: hue angle of 264º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49139A is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 19 154 -
CMYK 0.53 0.88 0 0.40
HSL 264º 0.78% 0.34% -
HSV(B) 264º 0.88% 0.6% -
XYZ 8.81 4.22 30.92 -
YUV 50.54 186.39 144.02 -
System Red Green Blue C M Y K H S L
Decimal 73 19 154 0.53 0.88 0 0.40 264 0.78 0.34
Hex 49 13 9A 35 58 0 28 108 4E 22
Octal 111 23 232 65 130 0 50 410 116 42
Binary 1001001 10011 10011010 110101 1011000 0 101000 100001000 1001110 100010

Color Harmonies of #49139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49139A

Black with #49139A

Text Example


Text Example

White with #49139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49139A; }

 p { color: rgb(73,19,154); }

 H1.HeaderClassName
 {
   color: #49139A;
 }
 .AnyTagClassName
 {
   color: #49139A;
 }
</style>

background-color css

<style>
 a { background-color: #49139A; }

 a { background-color: rgb(73,19,154); }

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

border-color css

<style>
 span { border-color: #49139A; }

 span { border-color: rgb(73,19,154); }

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