Html Css Color HEX #49005C Indigo

📋 copy color: '#49005C'

red 73 ◦ green 0 ◦ blue 92

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

Shades of Indigo #49005C

Tints of Indigo #49005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 55.76%

R = 44.24%
G = 0%
B = 55.76%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49005C (or 0x49005C) is known color: Indigo. HEX triplet: 49, 00 and 5C. RGB value is (73,0,92). Sum of RGB (Red+Green+Blue) = 73+0+92=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #49005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49005C is #B6FFA3. Grayscale: #202020. Windows color (decimal): -11992996 or 6029385. OLE color: 6029385.

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

Color convert

RGB 73 0 92 -
CMYK 0.21 1 0 0.64
HSL 287.61º 1% 0.18% -
HSV(B) 287.61º 1% 0.36% -
XYZ 4.68 2.19 10.3 -
YUV 32.32 161.68 157.02 -
System Red Green Blue C M Y K H S L
Decimal 73 0 92 0.21 1 0 0.64 287.61 1 0.18
Hex 49 0 5C 15 64 0 40 120 64 12
Octal 111 0 134 25 144 0 100 440 144 22
Binary 1001001 0 1011100 10101 1100100 0 1000000 100100000 1100100 10010

Color Harmonies of #49005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49005C

Black with #49005C

Text Example


Text Example

White with #49005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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