Html Css Color HEX #49189A Indigo

📋 copy color: '#49189A'

red 73 ◦ green 24 ◦ blue 154

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

Shades of Indigo #49189A

Tints of Indigo #49189A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.56%

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

R = 29.08%
G = 9.56%
B = 61.35%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49189A (or 0x49189A) is known color: Indigo. HEX triplet: 49, 18 and 9A. RGB value is (73,24,154). Sum of RGB (Red+Green+Blue) = 73+24+154=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #49189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49189A is #B6E765. Grayscale: #353535. Windows color (decimal): -11986790 or 10098761. OLE color: 10098761.

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

Color convert

RGB 73 24 154 -
CMYK 0.53 0.84 0 0.40
HSL 262.62º 0.73% 0.35% -
HSV(B) 262.62º 0.84% 0.6% -
XYZ 8.91 4.4 30.95 -
YUV 53.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 73 24 154 0.53 0.84 0 0.40 262.62 0.73 0.35
Hex 49 18 9A 35 54 0 28 107 49 23
Octal 111 30 232 65 124 0 50 407 111 43
Binary 1001001 11000 10011010 110101 1010100 0 101000 100000111 1001001 100011

Color Harmonies of #49189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49189A

Black with #49189A

Text Example


Text Example

White with #49189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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