Html Css Color HEX #49106F Indigo

📋 copy color: '#49106F'

red 73 ◦ green 16 ◦ blue 111

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

Shades of Indigo #49106F

Tints of Indigo #49106F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 55.5%

R = 36.5%
G = 8%
B = 55.5%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49106F (or 0x49106F) is known color: Indigo. HEX triplet: 49, 10 and 6F. RGB value is (73,16,111). Sum of RGB (Red+Green+Blue) = 73+16+111=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #49106F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49106F is #B6EF90. Grayscale: #2B2B2B. Windows color (decimal): -11988881 or 7278665. OLE color: 7278665.

HSL color Cylindrical-coordinate representation of color #49106F: hue angle of 276º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49106F is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 16 111 -
CMYK 0.34 0.86 0 0.56
HSL 276º 0.75% 0.25% -
HSV(B) 276º 0.86% 0.44% -
XYZ 5.8 2.93 15.3 -
YUV 43.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 73 16 111 0.34 0.86 0 0.56 276 0.75 0.25
Hex 49 10 6F 22 56 0 38 114 4B 19
Octal 111 20 157 42 126 0 70 424 113 31
Binary 1001001 10000 1101111 100010 1010110 0 111000 100010100 1001011 11001

Color Harmonies of #49106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49106F

Black with #49106F

Text Example


Text Example

White with #49106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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