Html Css Color HEX #49057D Indigo

📋 copy color: '#49057D'

red 73 ◦ green 5 ◦ blue 125

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

Shades of Indigo #49057D

Tints of Indigo #49057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 61.58%

R = 35.96%
G = 2.46%
B = 61.58%

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

#49057D (or 0x49057D) is known color: Indigo. HEX triplet: 49, 05 and 7D. RGB value is (73,5,125). Sum of RGB (Red+Green+Blue) = 73+5+125=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #49057D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49057D is #B6FA82. Grayscale: #262626. Windows color (decimal): -11991683 or 8193353. OLE color: 8193353.

HSL color Cylindrical-coordinate representation of color #49057D: hue angle of 274º 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 #49057D is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 5 125 -
CMYK 0.42 0.96 0 0.51
HSL 274º 0.92% 0.25% -
HSV(B) 274º 0.96% 0.49% -
XYZ 6.5 3.01 19.64 -
YUV 39.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 73 5 125 0.42 0.96 0 0.51 274 0.92 0.25
Hex 49 5 7D 2A 60 0 33 112 5C 19
Octal 111 5 175 52 140 0 63 422 134 31
Binary 1001001 101 1111101 101010 1100000 0 110011 100010010 1011100 11001

Color Harmonies of #49057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49057D

Black with #49057D

Text Example


Text Example

White with #49057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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