Html Css Color HEX #49159B Indigo

📋 copy color: '#49159B'

red 73 ◦ green 21 ◦ blue 155

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

Shades of Indigo #49159B

Tints of Indigo #49159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

 BLUE value IS 155 (60.94% from 255) = 62.25%

R = 29.32%
G = 8.43%
B = 62.25%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49159B (or 0x49159B) is known color: Indigo. HEX triplet: 49, 15 and 9B. RGB value is (73,21,155). Sum of RGB (Red+Green+Blue) = 73+21+155=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #49159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49159B is #B6EA64. Grayscale: #333333. Windows color (decimal): -11987557 or 10163529. OLE color: 10163529.

HSL color Cylindrical-coordinate representation of color #49159B: hue angle of 263.28º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49159B is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 21 155 -
CMYK 0.53 0.86 0 0.39
HSL 263.28º 0.76% 0.35% -
HSV(B) 263.28º 0.86% 0.61% -
XYZ 8.93 4.32 31.37 -
YUV 51.82 186.23 143.1 -
System Red Green Blue C M Y K H S L
Decimal 73 21 155 0.53 0.86 0 0.39 263.28 0.76 0.35
Hex 49 15 9B 35 56 0 27 107 4C 23
Octal 111 25 233 65 126 0 47 407 114 43
Binary 1001001 10101 10011011 110101 1010110 0 100111 100000111 1001100 100011

Color Harmonies of #49159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49159B

Black with #49159B

Text Example


Text Example

White with #49159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49159B; }

 p { color: rgb(73,21,155); }

 H1.HeaderClassName
 {
   color: #49159B;
 }
 .AnyTagClassName
 {
   color: #49159B;
 }
</style>

background-color css

<style>
 a { background-color: #49159B; }

 a { background-color: rgb(73,21,155); }

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

border-color css

<style>
 span { border-color: #49159B; }

 span { border-color: rgb(73,21,155); }

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