Html Css Color HEX #49089B Indigo

📋 copy color: '#49089B'

red 73 ◦ green 8 ◦ blue 155

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

Shades of Indigo #49089B

Tints of Indigo #49089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 30.93%
G = 3.39%
B = 65.68%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49089B (or 0x49089B) is known color: Indigo. HEX triplet: 49, 08 and 9B. RGB value is (73,8,155). Sum of RGB (Red+Green+Blue) = 73+8+155=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #49089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49089B is #B6F764. Grayscale: #2B2B2B. Windows color (decimal): -11990885 or 10160201. OLE color: 10160201.

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

Color convert

RGB 73 8 155 -
CMYK 0.53 0.95 0 0.39
HSL 266.53º 0.9% 0.32% -
HSV(B) 266.53º 0.95% 0.61% -
XYZ 8.75 3.96 31.31 -
YUV 44.19 190.53 148.55 -
System Red Green Blue C M Y K H S L
Decimal 73 8 155 0.53 0.95 0 0.39 266.53 0.9 0.32
Hex 49 8 9B 35 5F 0 27 10B 5A 20
Octal 111 10 233 65 137 0 47 413 132 40
Binary 1001001 1000 10011011 110101 1011111 0 100111 100001011 1011010 100000

Color Harmonies of #49089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49089B

Black with #49089B

Text Example


Text Example

White with #49089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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