Html Css Color HEX #49055E Indigo

📋 copy color: '#49055E'

red 73 ◦ green 5 ◦ blue 94

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

Shades of Indigo #49055E

Tints of Indigo #49055E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 54.65%

R = 42.44%
G = 2.91%
B = 54.65%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49055E (or 0x49055E) is known color: Indigo. HEX triplet: 49, 05 and 5E. RGB value is (73,5,94). Sum of RGB (Red+Green+Blue) = 73+5+94=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #49055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49055E is #B6FAA1. Grayscale: #232323. Windows color (decimal): -11991714 or 6161737. OLE color: 6161737.

HSL color Cylindrical-coordinate representation of color #49055E: hue angle of 285.84º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49055E is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 5 94 -
CMYK 0.22 0.95 0 0.63
HSL 285.84º 0.9% 0.19% -
HSV(B) 285.84º 0.95% 0.37% -
XYZ 4.82 2.33 10.79 -
YUV 35.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 73 5 94 0.22 0.95 0 0.63 285.84 0.9 0.19
Hex 49 5 5E 16 5F 0 3F 11E 5A 13
Octal 111 5 136 26 137 0 77 436 132 23
Binary 1001001 101 1011110 10110 1011111 0 111111 100011110 1011010 10011

Color Harmonies of #49055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49055E

Black with #49055E

Text Example


Text Example

White with #49055E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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