Html Css Color HEX #49189E Indigo

📋 copy color: '#49189E'

red 73 ◦ green 24 ◦ blue 158

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

Shades of Indigo #49189E

Tints of Indigo #49189E

RGB

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

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

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

R = 28.63%
G = 9.41%
B = 61.96%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49189E (or 0x49189E) is known color: Indigo. HEX triplet: 49, 18 and 9E. RGB value is (73,24,158). Sum of RGB (Red+Green+Blue) = 73+24+158=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #49189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49189E is #B6E761. Grayscale: #353535. Windows color (decimal): -11986786 or 10360905. OLE color: 10360905.

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

Color convert

RGB 73 24 158 -
CMYK 0.54 0.85 0 0.38
HSL 261.94º 0.74% 0.36% -
HSV(B) 261.94º 0.85% 0.62% -
XYZ 9.25 4.54 32.74 -
YUV 53.93 186.73 141.6 -
System Red Green Blue C M Y K H S L
Decimal 73 24 158 0.54 0.85 0 0.38 261.94 0.74 0.36
Hex 49 18 9E 36 55 0 26 106 4A 24
Octal 111 30 236 66 125 0 46 406 112 44
Binary 1001001 11000 10011110 110110 1010101 0 100110 100000110 1001010 100100

Color Harmonies of #49189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49189E

Black with #49189E

Text Example


Text Example

White with #49189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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