Html Css Color HEX #49088B Indigo

📋 copy color: '#49088B'

red 73 ◦ green 8 ◦ blue 139

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

Shades of Indigo #49088B

Tints of Indigo #49088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 63.18%

R = 33.18%
G = 3.64%
B = 63.18%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49088B (or 0x49088B) is known color: Indigo. HEX triplet: 49, 08 and 8B. RGB value is (73,8,139). Sum of RGB (Red+Green+Blue) = 73+8+139=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #49088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49088B is #B6F774. Grayscale: #292929. Windows color (decimal): -11990901 or 9111625. OLE color: 9111625.

HSL color Cylindrical-coordinate representation of color #49088B: hue angle of 269.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49088B is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 8 139 -
CMYK 0.47 0.94 0 0.45
HSL 269.77º 0.89% 0.29% -
HSV(B) 269.77º 0.94% 0.55% -
XYZ 7.49 3.45 24.7 -
YUV 42.37 182.53 149.85 -
System Red Green Blue C M Y K H S L
Decimal 73 8 139 0.47 0.94 0 0.45 269.77 0.89 0.29
Hex 49 8 8B 2F 5E 0 2D 10E 59 1D
Octal 111 10 213 57 136 0 55 416 131 35
Binary 1001001 1000 10001011 101111 1011110 0 101101 100001110 1011001 11101

Color Harmonies of #49088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49088B

Black with #49088B

Text Example


Text Example

White with #49088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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