Html Css Color HEX #49168C Indigo

📋 copy color: '#49168C'

red 73 ◦ green 22 ◦ blue 140

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

Shades of Indigo #49168C

Tints of Indigo #49168C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.57%

R = 31.06%
G = 9.36%
B = 59.57%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49168C (or 0x49168C) is known color: Indigo. HEX triplet: 49, 16 and 8C. RGB value is (73,22,140). Sum of RGB (Red+Green+Blue) = 73+22+140=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #49168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49168C is #B6E973. Grayscale: #323232. Windows color (decimal): -11987316 or 9180745. OLE color: 9180745.

HSL color Cylindrical-coordinate representation of color #49168C: hue angle of 265.93º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49168C is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 22 140 -
CMYK 0.48 0.84 0 0.45
HSL 265.93º 0.73% 0.32% -
HSV(B) 265.93º 0.84% 0.55% -
XYZ 7.77 3.88 25.15 -
YUV 50.7 178.4 143.91 -
System Red Green Blue C M Y K H S L
Decimal 73 22 140 0.48 0.84 0 0.45 265.93 0.73 0.32
Hex 49 16 8C 30 54 0 2D 10A 49 20
Octal 111 26 214 60 124 0 55 412 111 40
Binary 1001001 10110 10001100 110000 1010100 0 101101 100001010 1001001 100000

Color Harmonies of #49168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49168C

Black with #49168C

Text Example


Text Example

White with #49168C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49168C; }

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

 H1.HeaderClassName
 {
   color: #49168C;
 }
 .AnyTagClassName
 {
   color: #49168C;
 }
</style>

background-color css

<style>
 a { background-color: #49168C; }

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

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

border-color css

<style>
 span { border-color: #49168C; }

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

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