Html Css Color HEX #49037E Indigo

📋 copy color: '#49037E'

red 73 ◦ green 3 ◦ blue 126

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

Shades of Indigo #49037E

Tints of Indigo #49037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

 BLUE value IS 126 (49.61% from 255) = 62.38%

R = 36.14%
G = 1.49%
B = 62.38%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49037E (or 0x49037E) is known color: Indigo. HEX triplet: 49, 03 and 7E. RGB value is (73,3,126). Sum of RGB (Red+Green+Blue) = 73+3+126=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 126 (49.61% from 255 or 62.38% from 202); Max value from RGB is 126 - color contains mainly: blue. Hex color #49037E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49037E is #B6FC81. Grayscale: #252525. Windows color (decimal): -11992194 or 8258377. OLE color: 8258377.

HSL color Cylindrical-coordinate representation of color #49037E: hue angle of 274.15º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49037E is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 3 126 -
CMYK 0.42 0.98 0 0.51
HSL 274.15º 0.95% 0.25% -
HSV(B) 274.15º 0.98% 0.49% -
XYZ 6.55 2.99 19.97 -
YUV 37.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 73 3 126 0.42 0.98 0 0.51 274.15 0.95 0.25
Hex 49 3 7E 2A 62 0 33 112 5F 19
Octal 111 3 176 52 142 0 63 422 137 31
Binary 1001001 11 1111110 101010 1100010 0 110011 100010010 1011111 11001

Color Harmonies of #49037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49037E

Black with #49037E

Text Example


Text Example

White with #49037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49037E; }

 p { color: rgb(73,3,126); }

 H1.HeaderClassName
 {
   color: #49037E;
 }
 .AnyTagClassName
 {
   color: #49037E;
 }
</style>

background-color css

<style>
 a { background-color: #49037E; }

 a { background-color: rgb(73,3,126); }

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

border-color css

<style>
 span { border-color: #49037E; }

 span { border-color: rgb(73,3,126); }

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