Html Css Color HEX #49158E Indigo

📋 copy color: '#49158E'

red 73 ◦ green 21 ◦ blue 142

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

Shades of Indigo #49158E

Tints of Indigo #49158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

 BLUE value IS 142 (55.86% from 255) = 60.17%

R = 30.93%
G = 8.9%
B = 60.17%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49158E (or 0x49158E) is known color: Indigo. HEX triplet: 49, 15 and 8E. RGB value is (73,21,142). Sum of RGB (Red+Green+Blue) = 73+21+142=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #49158E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49158E is #B6EA71. Grayscale: #313131. Windows color (decimal): -11987570 or 9311561. OLE color: 9311561.

HSL color Cylindrical-coordinate representation of color #49158E: hue angle of 265.79º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49158E is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 21 142 -
CMYK 0.49 0.85 0 0.44
HSL 265.79º 0.74% 0.32% -
HSV(B) 265.79º 0.85% 0.56% -
XYZ 7.9 3.91 25.93 -
YUV 50.34 179.73 144.16 -
System Red Green Blue C M Y K H S L
Decimal 73 21 142 0.49 0.85 0 0.44 265.79 0.74 0.32
Hex 49 15 8E 31 55 0 2C 10A 4A 20
Octal 111 25 216 61 125 0 54 412 112 40
Binary 1001001 10101 10001110 110001 1010101 0 101100 100001010 1001010 100000

Color Harmonies of #49158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49158E

Black with #49158E

Text Example


Text Example

White with #49158E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,21,142); }

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

background-color css

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

 a { background-color: rgb(73,21,142); }

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

border-color css

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

 span { border-color: rgb(73,21,142); }

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