Html Css Color HEX #49147E Indigo

📋 copy color: '#49147E'

red 73 ◦ green 20 ◦ blue 126

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

Shades of Indigo #49147E

Tints of Indigo #49147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

 BLUE value IS 126 (49.61% from 255) = 57.53%

R = 33.33%
G = 9.13%
B = 57.53%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49147E (or 0x49147E) is known color: Indigo. HEX triplet: 49, 14 and 7E. RGB value is (73,20,126). Sum of RGB (Red+Green+Blue) = 73+20+126=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #49147E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49147E is #B6EB81. Grayscale: #2F2F2F. Windows color (decimal): -11987842 or 8262729. OLE color: 8262729.

HSL color Cylindrical-coordinate representation of color #49147E: hue angle of 270º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49147E is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 20 126 -
CMYK 0.42 0.84 0 0.51
HSL 270º 0.73% 0.29% -
HSV(B) 270º 0.84% 0.49% -
XYZ 6.76 3.42 20.04 -
YUV 47.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 73 20 126 0.42 0.84 0 0.51 270 0.73 0.29
Hex 49 14 7E 2A 54 0 33 10E 49 1D
Octal 111 24 176 52 124 0 63 416 111 35
Binary 1001001 10100 1111110 101010 1010100 0 110011 100001110 1001001 11101

Color Harmonies of #49147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49147E

Black with #49147E

Text Example


Text Example

White with #49147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,20,126); }

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

background-color css

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

 a { background-color: rgb(73,20,126); }

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

border-color css

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

 span { border-color: rgb(73,20,126); }

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