Html Css Color HEX #49059D Indigo

📋 copy color: '#49059D'

red 73 ◦ green 5 ◦ blue 157

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

Shades of Indigo #49059D

Tints of Indigo #49059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

 BLUE value IS 157 (61.72% from 255) = 66.81%

R = 31.06%
G = 2.13%
B = 66.81%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49059D (or 0x49059D) is known color: Indigo. HEX triplet: 49, 05 and 9D. RGB value is (73,5,157). Sum of RGB (Red+Green+Blue) = 73+5+157=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #49059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49059D is #B6FA62. Grayscale: #2A2A2A. Windows color (decimal): -11991651 or 10290505. OLE color: 10290505.

HSL color Cylindrical-coordinate representation of color #49059D: hue angle of 266.84º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49059D is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 5 157 -
CMYK 0.54 0.97 0 0.38
HSL 266.84º 0.94% 0.32% -
HSV(B) 266.84º 0.97% 0.62% -
XYZ 8.89 3.96 32.19 -
YUV 42.66 192.53 149.64 -
System Red Green Blue C M Y K H S L
Decimal 73 5 157 0.54 0.97 0 0.38 266.84 0.94 0.32
Hex 49 5 9D 36 61 0 26 10B 5E 20
Octal 111 5 235 66 141 0 46 413 136 40
Binary 1001001 101 10011101 110110 1100001 0 100110 100001011 1011110 100000

Color Harmonies of #49059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49059D

Black with #49059D

Text Example


Text Example

White with #49059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,5,157); }

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

background-color css

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

 a { background-color: rgb(73,5,157); }

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

border-color css

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

 span { border-color: rgb(73,5,157); }

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