Html Css Color HEX #49109D Indigo

📋 copy color: '#49109D'

red 73 ◦ green 16 ◦ blue 157

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

Shades of Indigo #49109D

Tints of Indigo #49109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

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

R = 29.67%
G = 6.5%
B = 63.82%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49109D (or 0x49109D) is known color: Indigo. HEX triplet: 49, 10 and 9D. RGB value is (73,16,157). Sum of RGB (Red+Green+Blue) = 73+16+157=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #49109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49109D is #B6EF62. Grayscale: #303030. Windows color (decimal): -11988835 or 10293321. OLE color: 10293321.

HSL color Cylindrical-coordinate representation of color #49109D: hue angle of 264.26º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49109D is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 16 157 -
CMYK 0.54 0.90 0 0.38
HSL 264.26º 0.82% 0.34% -
HSV(B) 264.26º 0.9% 0.62% -
XYZ 9.02 4.22 32.24 -
YUV 49.12 188.88 145.04 -
System Red Green Blue C M Y K H S L
Decimal 73 16 157 0.54 0.90 0 0.38 264.26 0.82 0.34
Hex 49 10 9D 36 5A 0 26 108 52 22
Octal 111 20 235 66 132 0 46 410 122 42
Binary 1001001 10000 10011101 110110 1011010 0 100110 100001000 1010010 100010

Color Harmonies of #49109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49109D

Black with #49109D

Text Example


Text Example

White with #49109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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