Html Css Color HEX #49005E Indigo

📋 copy color: '#49005E'

red 73 ◦ green 0 ◦ blue 94

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

Shades of Indigo #49005E

Tints of Indigo #49005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.71%
G = 0%
B = 56.29%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49005E (or 0x49005E) is known color: Indigo. HEX triplet: 49, 00 and 5E. RGB value is (73,0,94). Sum of RGB (Red+Green+Blue) = 73+0+94=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #49005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49005E is #B6FFA1. Grayscale: #202020. Windows color (decimal): -11992994 or 6160457. OLE color: 6160457.

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

Color convert

RGB 73 0 94 -
CMYK 0.22 1 0 0.63
HSL 286.6º 1% 0.18% -
HSV(B) 286.6º 1% 0.37% -
XYZ 4.77 2.22 10.77 -
YUV 32.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 73 0 94 0.22 1 0 0.63 286.6 1 0.18
Hex 49 0 5E 16 64 0 3F 11F 64 12
Octal 111 0 136 26 144 0 77 437 144 22
Binary 1001001 0 1011110 10110 1100100 0 111111 100011111 1100100 10010

Color Harmonies of #49005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49005E

Black with #49005E

Text Example


Text Example

White with #49005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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