Html Css Color HEX #49179A Indigo

📋 copy color: '#49179A'

red 73 ◦ green 23 ◦ blue 154

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

Shades of Indigo #49179A

Tints of Indigo #49179A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.2%

 BLUE value IS 154 (60.55% from 255) = 61.6%

R = 29.2%
G = 9.2%
B = 61.6%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49179A (or 0x49179A) is known color: Indigo. HEX triplet: 49, 17 and 9A. RGB value is (73,23,154). Sum of RGB (Red+Green+Blue) = 73+23+154=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #49179A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49179A is #B6E865. Grayscale: #343434. Windows color (decimal): -11987046 or 10098505. OLE color: 10098505.

HSL color Cylindrical-coordinate representation of color #49179A: hue angle of 262.9º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49179A is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 23 154 -
CMYK 0.53 0.85 0 0.40
HSL 262.9º 0.74% 0.35% -
HSV(B) 262.9º 0.85% 0.6% -
XYZ 8.89 4.36 30.95 -
YUV 52.88 185.07 142.35 -
System Red Green Blue C M Y K H S L
Decimal 73 23 154 0.53 0.85 0 0.40 262.9 0.74 0.35
Hex 49 17 9A 35 55 0 28 107 4A 23
Octal 111 27 232 65 125 0 50 407 112 43
Binary 1001001 10111 10011010 110101 1010101 0 101000 100000111 1001010 100011

Color Harmonies of #49179A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49179A

Black with #49179A

Text Example


Text Example

White with #49179A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,23,154); }

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

background-color css

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

 a { background-color: rgb(73,23,154); }

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

border-color css

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

 span { border-color: rgb(73,23,154); }

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