Html Css Color HEX #49057F Indigo

📋 copy color: '#49057F'

red 73 ◦ green 5 ◦ blue 127

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

Shades of Indigo #49057F

Tints of Indigo #49057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 61.95%

R = 35.61%
G = 2.44%
B = 61.95%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49057F (or 0x49057F) is known color: Indigo. HEX triplet: 49, 05 and 7F. RGB value is (73,5,127). Sum of RGB (Red+Green+Blue) = 73+5+127=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #49057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49057F is #B6FA80. Grayscale: #262626. Windows color (decimal): -11991681 or 8324425. OLE color: 8324425.

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

Color convert

RGB 73 5 127 -
CMYK 0.43 0.96 0 0.50
HSL 273.44º 0.92% 0.26% -
HSV(B) 273.44º 0.96% 0.5% -
XYZ 6.63 3.06 20.32 -
YUV 39.24 177.53 152.08 -
System Red Green Blue C M Y K H S L
Decimal 73 5 127 0.43 0.96 0 0.50 273.44 0.92 0.26
Hex 49 5 7F 2B 60 0 32 111 5C 1A
Octal 111 5 177 53 140 0 62 421 134 32
Binary 1001001 101 1111111 101011 1100000 0 110010 100010001 1011100 11010

Color Harmonies of #49057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49057F

Black with #49057F

Text Example


Text Example

White with #49057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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