Html Css Color HEX #49036D Indigo

📋 copy color: '#49036D'

red 73 ◦ green 3 ◦ blue 109

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

Shades of Indigo #49036D

Tints of Indigo #49036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 58.92%

R = 39.46%
G = 1.62%
B = 58.92%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49036D (or 0x49036D) is known color: Indigo. HEX triplet: 49, 03 and 6D. RGB value is (73,3,109). Sum of RGB (Red+Green+Blue) = 73+3+109=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #49036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49036D is #B6FC92. Grayscale: #232323. Windows color (decimal): -11992211 or 7144265. OLE color: 7144265.

HSL color Cylindrical-coordinate representation of color #49036D: hue angle of 279.62º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49036D is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 3 109 -
CMYK 0.33 0.97 0 0.57
HSL 279.62º 0.95% 0.22% -
HSV(B) 279.62º 0.97% 0.43% -
XYZ 5.54 2.59 14.68 -
YUV 36.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 73 3 109 0.33 0.97 0 0.57 279.62 0.95 0.22
Hex 49 3 6D 21 61 0 39 118 5F 16
Octal 111 3 155 41 141 0 71 430 137 26
Binary 1001001 11 1101101 100001 1100001 0 111001 100011000 1011111 10110

Color Harmonies of #49036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49036D

Black with #49036D

Text Example


Text Example

White with #49036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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