Html Css Color HEX #49045F Indigo

📋 copy color: '#49045F'

red 73 ◦ green 4 ◦ blue 95

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

Shades of Indigo #49045F

Tints of Indigo #49045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

 BLUE value IS 95 (37.5% from 255) = 55.23%

R = 42.44%
G = 2.33%
B = 55.23%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49045F (or 0x49045F) is known color: Indigo. HEX triplet: 49, 04 and 5F. RGB value is (73,4,95). Sum of RGB (Red+Green+Blue) = 73+4+95=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #49045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49045F is #B6FBA0. Grayscale: #222222. Windows color (decimal): -11991969 or 6227017. OLE color: 6227017.

HSL color Cylindrical-coordinate representation of color #49045F: hue angle of 285.49º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49045F is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 4 95 -
CMYK 0.23 0.96 0 0.63
HSL 285.49º 0.92% 0.19% -
HSV(B) 285.49º 0.96% 0.37% -
XYZ 4.86 2.33 11.02 -
YUV 35.01 161.86 155.1 -
System Red Green Blue C M Y K H S L
Decimal 73 4 95 0.23 0.96 0 0.63 285.49 0.92 0.19
Hex 49 4 5F 17 60 0 3F 11D 5C 13
Octal 111 4 137 27 140 0 77 435 134 23
Binary 1001001 100 1011111 10111 1100000 0 111111 100011101 1011100 10011

Color Harmonies of #49045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49045F

Black with #49045F

Text Example


Text Example

White with #49045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,4,95); }

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

background-color css

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

 a { background-color: rgb(73,4,95); }

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

border-color css

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

 span { border-color: rgb(73,4,95); }

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