Html Css Color HEX #49169C Indigo

📋 copy color: '#49169C'

red 73 ◦ green 22 ◦ blue 156

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

Shades of Indigo #49169C

Tints of Indigo #49169C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 62.15%

R = 29.08%
G = 8.76%
B = 62.15%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49169C (or 0x49169C) is known color: Indigo. HEX triplet: 49, 16 and 9C. RGB value is (73,22,156). Sum of RGB (Red+Green+Blue) = 73+22+156=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #49169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49169C is #B6E963. Grayscale: #343434. Windows color (decimal): -11987300 or 10229321. OLE color: 10229321.

HSL color Cylindrical-coordinate representation of color #49169C: hue angle of 262.84º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49169C is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 22 156 -
CMYK 0.53 0.86 0 0.39
HSL 262.84º 0.75% 0.35% -
HSV(B) 262.84º 0.86% 0.61% -
XYZ 9.04 4.39 31.82 -
YUV 52.53 186.4 142.6 -
System Red Green Blue C M Y K H S L
Decimal 73 22 156 0.53 0.86 0 0.39 262.84 0.75 0.35
Hex 49 16 9C 35 56 0 27 107 4B 23
Octal 111 26 234 65 126 0 47 407 113 43
Binary 1001001 10110 10011100 110101 1010110 0 100111 100000111 1001011 100011

Color Harmonies of #49169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49169C

Black with #49169C

Text Example


Text Example

White with #49169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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