Html Css Color HEX #49057E Indigo

📋 copy color: '#49057E'

red 73 ◦ green 5 ◦ blue 126

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

Shades of Indigo #49057E

Tints of Indigo #49057E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 35.78%
G = 2.45%
B = 61.76%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49057E (or 0x49057E) is known color: Indigo. HEX triplet: 49, 05 and 7E. RGB value is (73,5,126). Sum of RGB (Red+Green+Blue) = 73+5+126=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #49057E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49057E is #B6FA81. Grayscale: #262626. Windows color (decimal): -11991682 or 8258889. OLE color: 8258889.

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

Color convert

RGB 73 5 126 -
CMYK 0.42 0.96 0 0.51
HSL 273.72º 0.92% 0.26% -
HSV(B) 273.72º 0.96% 0.49% -
XYZ 6.57 3.03 19.98 -
YUV 39.13 177.03 152.16 -
System Red Green Blue C M Y K H S L
Decimal 73 5 126 0.42 0.96 0 0.51 273.72 0.92 0.26
Hex 49 5 7E 2A 60 0 33 112 5C 1A
Octal 111 5 176 52 140 0 63 422 134 32
Binary 1001001 101 1111110 101010 1100000 0 110011 100010010 1011100 11010

Color Harmonies of #49057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49057E

Black with #49057E

Text Example


Text Example

White with #49057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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