Html Css Color HEX #49059F Indigo

📋 copy color: '#49059F'

red 73 ◦ green 5 ◦ blue 159

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

Shades of Indigo #49059F

Tints of Indigo #49059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.09%

R = 30.8%
G = 2.11%
B = 67.09%

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

#49059F (or 0x49059F) is known color: Indigo. HEX triplet: 49, 05 and 9F. RGB value is (73,5,159). Sum of RGB (Red+Green+Blue) = 73+5+159=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #49059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49059F is #B6FA60. Grayscale: #2A2A2A. Windows color (decimal): -11991649 or 10421577. OLE color: 10421577.

HSL color Cylindrical-coordinate representation of color #49059F: hue angle of 266.49º 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 #49059F is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 5 159 -
CMYK 0.54 0.97 0 0.38
HSL 266.49º 0.94% 0.32% -
HSV(B) 266.49º 0.97% 0.62% -
XYZ 9.06 4.03 33.1 -
YUV 42.89 193.53 149.48 -
System Red Green Blue C M Y K H S L
Decimal 73 5 159 0.54 0.97 0 0.38 266.49 0.94 0.32
Hex 49 5 9F 36 61 0 26 10A 5E 20
Octal 111 5 237 66 141 0 46 412 136 40
Binary 1001001 101 10011111 110110 1100001 0 100110 100001010 1011110 100000

Color Harmonies of #49059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49059F

Black with #49059F

Text Example


Text Example

White with #49059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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