Html Css Color HEX #49119C Indigo

📋 copy color: '#49119C'

red 73 ◦ green 17 ◦ blue 156

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

Shades of Indigo #49119C

Tints of Indigo #49119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.41%

R = 29.67%
G = 6.91%
B = 63.41%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49119C (or 0x49119C) is known color: Indigo. HEX triplet: 49, 11 and 9C. RGB value is (73,17,156). Sum of RGB (Red+Green+Blue) = 73+17+156=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #49119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49119C is #B6EE63. Grayscale: #313131. Windows color (decimal): -11988580 or 10228041. OLE color: 10228041.

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

Color convert

RGB 73 17 156 -
CMYK 0.53 0.89 0 0.39
HSL 264.17º 0.8% 0.34% -
HSV(B) 264.17º 0.89% 0.61% -
XYZ 8.95 4.22 31.79 -
YUV 49.59 188.05 144.7 -
System Red Green Blue C M Y K H S L
Decimal 73 17 156 0.53 0.89 0 0.39 264.17 0.8 0.34
Hex 49 11 9C 35 59 0 27 108 50 22
Octal 111 21 234 65 131 0 47 410 120 42
Binary 1001001 10001 10011100 110101 1011001 0 100111 100001000 1010000 100010

Color Harmonies of #49119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49119C

Black with #49119C

Text Example


Text Example

White with #49119C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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