Html Css Color HEX #49088D Indigo

📋 copy color: '#49088D'

red 73 ◦ green 8 ◦ blue 141

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

Shades of Indigo #49088D

Tints of Indigo #49088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.51%

R = 32.88%
G = 3.6%
B = 63.51%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49088D (or 0x49088D) is known color: Indigo. HEX triplet: 49, 08 and 8D. RGB value is (73,8,141). Sum of RGB (Red+Green+Blue) = 73+8+141=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #49088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49088D is #B6F772. Grayscale: #2A2A2A. Windows color (decimal): -11990899 or 9242697. OLE color: 9242697.

HSL color Cylindrical-coordinate representation of color #49088D: hue angle of 269.32º 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 #49088D is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 8 141 -
CMYK 0.48 0.94 0 0.45
HSL 269.32º 0.89% 0.29% -
HSV(B) 269.32º 0.94% 0.55% -
XYZ 7.64 3.51 25.47 -
YUV 42.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 73 8 141 0.48 0.94 0 0.45 269.32 0.89 0.29
Hex 49 8 8D 30 5E 0 2D 10D 59 1D
Octal 111 10 215 60 136 0 55 415 131 35
Binary 1001001 1000 10001101 110000 1011110 0 101101 100001101 1011001 11101

Color Harmonies of #49088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49088D

Black with #49088D

Text Example


Text Example

White with #49088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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