Html Css Color HEX #49057C Indigo

📋 copy color: '#49057C'

red 73 ◦ green 5 ◦ blue 124

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

Shades of Indigo #49057C

Tints of Indigo #49057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 61.39%

R = 36.14%
G = 2.48%
B = 61.39%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49057C (or 0x49057C) is known color: Indigo. HEX triplet: 49, 05 and 7C. RGB value is (73,5,124). Sum of RGB (Red+Green+Blue) = 73+5+124=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #49057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49057C is #B6FA83. Grayscale: #262626. Windows color (decimal): -11991684 or 8127817. OLE color: 8127817.

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

Color convert

RGB 73 5 124 -
CMYK 0.41 0.96 0 0.51
HSL 274.29º 0.92% 0.25% -
HSV(B) 274.29º 0.96% 0.49% -
XYZ 6.44 2.98 19.3 -
YUV 38.9 176.03 152.32 -
System Red Green Blue C M Y K H S L
Decimal 73 5 124 0.41 0.96 0 0.51 274.29 0.92 0.25
Hex 49 5 7C 29 60 0 33 112 5C 19
Octal 111 5 174 51 140 0 63 422 134 31
Binary 1001001 101 1111100 101001 1100000 0 110011 100010010 1011100 11001

Color Harmonies of #49057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49057C

Black with #49057C

Text Example


Text Example

White with #49057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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