Html Css Color HEX #49035C Indigo

📋 copy color: '#49035C'

red 73 ◦ green 3 ◦ blue 92

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

Shades of Indigo #49035C

Tints of Indigo #49035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

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

R = 43.45%
G = 1.79%
B = 54.76%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49035C (or 0x49035C) is known color: Indigo. HEX triplet: 49, 03 and 5C. RGB value is (73,3,92). Sum of RGB (Red+Green+Blue) = 73+3+92=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #49035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49035C is #B6FCA3. Grayscale: #212121. Windows color (decimal): -11992228 or 6030153. OLE color: 6030153.

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

Color convert

RGB 73 3 92 -
CMYK 0.21 0.97 0 0.64
HSL 287.19º 0.94% 0.19% -
HSV(B) 287.19º 0.97% 0.36% -
XYZ 4.71 2.25 10.31 -
YUV 34.08 160.69 155.76 -
System Red Green Blue C M Y K H S L
Decimal 73 3 92 0.21 0.97 0 0.64 287.19 0.94 0.19
Hex 49 3 5C 15 61 0 40 11F 5E 13
Octal 111 3 134 25 141 0 100 437 136 23
Binary 1001001 11 1011100 10101 1100001 0 1000000 100011111 1011110 10011

Color Harmonies of #49035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49035C

Black with #49035C

Text Example


Text Example

White with #49035C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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