Html Css Color HEX #49099D Indigo

📋 copy color: '#49099D'

red 73 ◦ green 9 ◦ blue 157

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

Shades of Indigo #49099D

Tints of Indigo #49099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.77%

 BLUE value IS 157 (61.72% from 255) = 65.69%

R = 30.54%
G = 3.77%
B = 65.69%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49099D (or 0x49099D) is known color: Indigo. HEX triplet: 49, 09 and 9D. RGB value is (73,9,157). Sum of RGB (Red+Green+Blue) = 73+9+157=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #49099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49099D is #B6F662. Grayscale: #2C2C2C. Windows color (decimal): -11990627 or 10291529. OLE color: 10291529.

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

Color convert

RGB 73 9 157 -
CMYK 0.54 0.94 0 0.38
HSL 265.95º 0.89% 0.33% -
HSV(B) 265.95º 0.94% 0.62% -
XYZ 8.93 4.05 32.21 -
YUV 45.01 191.2 147.97 -
System Red Green Blue C M Y K H S L
Decimal 73 9 157 0.54 0.94 0 0.38 265.95 0.89 0.33
Hex 49 9 9D 36 5E 0 26 10A 59 21
Octal 111 11 235 66 136 0 46 412 131 41
Binary 1001001 1001 10011101 110110 1011110 0 100110 100001010 1011001 100001

Color Harmonies of #49099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49099D

Black with #49099D

Text Example


Text Example

White with #49099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49099D; }

 p { color: rgb(73,9,157); }

 H1.HeaderClassName
 {
   color: #49099D;
 }
 .AnyTagClassName
 {
   color: #49099D;
 }
</style>

background-color css

<style>
 a { background-color: #49099D; }

 a { background-color: rgb(73,9,157); }

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

border-color css

<style>
 span { border-color: #49099D; }

 span { border-color: rgb(73,9,157); }

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