Html Css Color HEX #49158C Indigo

📋 copy color: '#49158C'

red 73 ◦ green 21 ◦ blue 140

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

Shades of Indigo #49158C

Tints of Indigo #49158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.83%

R = 31.2%
G = 8.97%
B = 59.83%

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

#49158C (or 0x49158C) is known color: Indigo. HEX triplet: 49, 15 and 8C. RGB value is (73,21,140). Sum of RGB (Red+Green+Blue) = 73+21+140=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #49158C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49158C is #B6EA73. Grayscale: #313131. Windows color (decimal): -11987572 or 9180489. OLE color: 9180489.

HSL color Cylindrical-coordinate representation of color #49158C: hue angle of 266.22º 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 #49158C is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 21 140 -
CMYK 0.48 0.85 0 0.45
HSL 266.22º 0.74% 0.32% -
HSV(B) 266.22º 0.85% 0.55% -
XYZ 7.75 3.85 25.14 -
YUV 50.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 73 21 140 0.48 0.85 0 0.45 266.22 0.74 0.32
Hex 49 15 8C 30 55 0 2D 10A 4A 20
Octal 111 25 214 60 125 0 55 412 112 40
Binary 1001001 10101 10001100 110000 1010101 0 101101 100001010 1001010 100000

Color Harmonies of #49158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49158C

Black with #49158C

Text Example


Text Example

White with #49158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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