Html Css Color HEX #49106A Indigo

📋 copy color: '#49106A'

red 73 ◦ green 16 ◦ blue 106

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

Shades of Indigo #49106A

Tints of Indigo #49106A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 54.36%

R = 37.44%
G = 8.21%
B = 54.36%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49106A (or 0x49106A) is known color: Indigo. HEX triplet: 49, 10 and 6A. RGB value is (73,16,106). Sum of RGB (Red+Green+Blue) = 73+16+106=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #49106A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49106A is #B6EF95. Grayscale: #2B2B2B. Windows color (decimal): -11988886 or 6950985. OLE color: 6950985.

HSL color Cylindrical-coordinate representation of color #49106A: hue angle of 278º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49106A is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 16 106 -
CMYK 0.31 0.85 0 0.58
HSL 278º 0.74% 0.24% -
HSV(B) 278º 0.85% 0.42% -
XYZ 5.53 2.83 13.89 -
YUV 43.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 73 16 106 0.31 0.85 0 0.58 278 0.74 0.24
Hex 49 10 6A 1F 55 0 3A 116 4A 18
Octal 111 20 152 37 125 0 72 426 112 30
Binary 1001001 10000 1101010 11111 1010101 0 111010 100010110 1001010 11000

Color Harmonies of #49106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49106A

Black with #49106A

Text Example


Text Example

White with #49106A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49106A; }

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

 H1.HeaderClassName
 {
   color: #49106A;
 }
 .AnyTagClassName
 {
   color: #49106A;
 }
</style>

background-color css

<style>
 a { background-color: #49106A; }

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

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

border-color css

<style>
 span { border-color: #49106A; }

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

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