Html Css Color HEX #49037D Indigo

📋 copy color: '#49037D'

red 73 ◦ green 3 ◦ blue 125

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

Shades of Indigo #49037D

Tints of Indigo #49037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 62.19%

R = 36.32%
G = 1.49%
B = 62.19%

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

#49037D (or 0x49037D) is known color: Indigo. HEX triplet: 49, 03 and 7D. RGB value is (73,3,125). Sum of RGB (Red+Green+Blue) = 73+3+125=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #49037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49037D is #B6FC82. Grayscale: #252525. Windows color (decimal): -11992195 or 8192841. OLE color: 8192841.

HSL color Cylindrical-coordinate representation of color #49037D: hue angle of 274.43º 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 #49037D is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 3 125 -
CMYK 0.42 0.98 0 0.51
HSL 274.43º 0.95% 0.25% -
HSV(B) 274.43º 0.98% 0.49% -
XYZ 6.48 2.96 19.63 -
YUV 37.84 177.19 153.08 -
System Red Green Blue C M Y K H S L
Decimal 73 3 125 0.42 0.98 0 0.51 274.43 0.95 0.25
Hex 49 3 7D 2A 62 0 33 112 5F 19
Octal 111 3 175 52 142 0 63 422 137 31
Binary 1001001 11 1111101 101010 1100010 0 110011 100010010 1011111 11001

Color Harmonies of #49037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49037D

Black with #49037D

Text Example


Text Example

White with #49037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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