Html Css Color HEX #49048A Indigo

📋 copy color: '#49048A'

red 73 ◦ green 4 ◦ blue 138

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

Shades of Indigo #49048A

Tints of Indigo #49048A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

 BLUE value IS 138 (54.3% from 255) = 64.19%

R = 33.95%
G = 1.86%
B = 64.19%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49048A (or 0x49048A) is known color: Indigo. HEX triplet: 49, 04 and 8A. RGB value is (73,4,138). Sum of RGB (Red+Green+Blue) = 73+4+138=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #49048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49048A is #B6FB75. Grayscale: #272727. Windows color (decimal): -11991926 or 9045065. OLE color: 9045065.

HSL color Cylindrical-coordinate representation of color #49048A: hue angle of 270.9º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49048A is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 4 138 -
CMYK 0.47 0.97 0 0.46
HSL 270.9º 0.94% 0.28% -
HSV(B) 270.9º 0.97% 0.54% -
XYZ 7.38 3.34 24.3 -
YUV 39.91 183.36 151.6 -
System Red Green Blue C M Y K H S L
Decimal 73 4 138 0.47 0.97 0 0.46 270.9 0.94 0.28
Hex 49 4 8A 2F 61 0 2E 10F 5E 1C
Octal 111 4 212 57 141 0 56 417 136 34
Binary 1001001 100 10001010 101111 1100001 0 101110 100001111 1011110 11100

Color Harmonies of #49048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49048A

Black with #49048A

Text Example


Text Example

White with #49048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49048A; }

 p { color: rgb(73,4,138); }

 H1.HeaderClassName
 {
   color: #49048A;
 }
 .AnyTagClassName
 {
   color: #49048A;
 }
</style>

background-color css

<style>
 a { background-color: #49048A; }

 a { background-color: rgb(73,4,138); }

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

border-color css

<style>
 span { border-color: #49048A; }

 span { border-color: rgb(73,4,138); }

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