Html Css Color HEX #49167F Indigo

📋 copy color: '#49167F'

red 73 ◦ green 22 ◦ blue 127

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

Shades of Indigo #49167F

Tints of Indigo #49167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.91%

 BLUE value IS 127 (50% from 255) = 57.21%

R = 32.88%
G = 9.91%
B = 57.21%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49167F (or 0x49167F) is known color: Indigo. HEX triplet: 49, 16 and 7F. RGB value is (73,22,127). Sum of RGB (Red+Green+Blue) = 73+22+127=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #49167F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49167F is #B6E980. Grayscale: #303030. Windows color (decimal): -11987329 or 8328777. OLE color: 8328777.

HSL color Cylindrical-coordinate representation of color #49167F: hue angle of 269.14º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49167F is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 22 127 -
CMYK 0.43 0.83 0 0.50
HSL 269.14º 0.7% 0.29% -
HSV(B) 269.14º 0.83% 0.5% -
XYZ 6.87 3.52 20.4 -
YUV 49.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 73 22 127 0.43 0.83 0 0.50 269.14 0.7 0.29
Hex 49 16 7F 2B 53 0 32 10D 46 1D
Octal 111 26 177 53 123 0 62 415 106 35
Binary 1001001 10110 1111111 101011 1010011 0 110010 100001101 1000110 11101

Color Harmonies of #49167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49167F

Black with #49167F

Text Example


Text Example

White with #49167F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,22,127); }

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

background-color css

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

 a { background-color: rgb(73,22,127); }

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

border-color css

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

 span { border-color: rgb(73,22,127); }

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