Html Css Color HEX #49158D Indigo

📋 copy color: '#49158D'

red 73 ◦ green 21 ◦ blue 141

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

Shades of Indigo #49158D

Tints of Indigo #49158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60%

R = 31.06%
G = 8.94%
B = 60%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49158D (or 0x49158D) is known color: Indigo. HEX triplet: 49, 15 and 8D. RGB value is (73,21,141). Sum of RGB (Red+Green+Blue) = 73+21+141=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #49158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49158D is #B6EA72. Grayscale: #313131. Windows color (decimal): -11987571 or 9246025. OLE color: 9246025.

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

Color convert

RGB 73 21 141 -
CMYK 0.48 0.85 0 0.45
HSL 266º 0.74% 0.32% -
HSV(B) 266º 0.85% 0.55% -
XYZ 7.82 3.88 25.54 -
YUV 50.23 179.23 144.24 -
System Red Green Blue C M Y K H S L
Decimal 73 21 141 0.48 0.85 0 0.45 266 0.74 0.32
Hex 49 15 8D 30 55 0 2D 10A 4A 20
Octal 111 25 215 60 125 0 55 412 112 40
Binary 1001001 10101 10001101 110000 1010101 0 101101 100001010 1001010 100000

Color Harmonies of #49158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49158D

Black with #49158D

Text Example


Text Example

White with #49158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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