Html Css Color HEX #49129E Indigo

📋 copy color: '#49129E'

red 73 ◦ green 18 ◦ blue 158

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

Shades of Indigo #49129E

Tints of Indigo #49129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 158 (62.11% from 255) = 63.45%

R = 29.32%
G = 7.23%
B = 63.45%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49129E (or 0x49129E) is known color: Indigo. HEX triplet: 49, 12 and 9E. RGB value is (73,18,158). Sum of RGB (Red+Green+Blue) = 73+18+158=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #49129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49129E is #B6ED61. Grayscale: #313131. Windows color (decimal): -11988322 or 10359369. OLE color: 10359369.

HSL color Cylindrical-coordinate representation of color #49129E: hue angle of 263.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49129E is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 18 158 -
CMYK 0.54 0.89 0 0.38
HSL 263.57º 0.8% 0.35% -
HSV(B) 263.57º 0.89% 0.62% -
XYZ 9.14 4.32 32.7 -
YUV 50.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 73 18 158 0.54 0.89 0 0.38 263.57 0.8 0.35
Hex 49 12 9E 36 59 0 26 108 50 23
Octal 111 22 236 66 131 0 46 410 120 43
Binary 1001001 10010 10011110 110110 1011001 0 100110 100001000 1010000 100011

Color Harmonies of #49129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49129E

Black with #49129E

Text Example


Text Example

White with #49129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49129E; }

 p { color: rgb(73,18,158); }

 H1.HeaderClassName
 {
   color: #49129E;
 }
 .AnyTagClassName
 {
   color: #49129E;
 }
</style>

background-color css

<style>
 a { background-color: #49129E; }

 a { background-color: rgb(73,18,158); }

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

border-color css

<style>
 span { border-color: #49129E; }

 span { border-color: rgb(73,18,158); }

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