Html Css Color HEX #49039C Indigo

📋 copy color: '#49039C'

red 73 ◦ green 3 ◦ blue 156

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

Shades of Indigo #49039C

Tints of Indigo #49039C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 67.24%

R = 31.47%
G = 1.29%
B = 67.24%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49039C (or 0x49039C) is known color: Indigo. HEX triplet: 49, 03 and 9C. RGB value is (73,3,156). Sum of RGB (Red+Green+Blue) = 73+3+156=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #49039C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49039C is #B6FC63. Grayscale: #282828. Windows color (decimal): -11992164 or 10224457. OLE color: 10224457.

HSL color Cylindrical-coordinate representation of color #49039C: hue angle of 267.45º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49039C is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 3 156 -
CMYK 0.53 0.98 0 0.39
HSL 267.45º 0.96% 0.31% -
HSV(B) 267.45º 0.98% 0.61% -
XYZ 8.78 3.88 31.74 -
YUV 41.37 192.69 150.56 -
System Red Green Blue C M Y K H S L
Decimal 73 3 156 0.53 0.98 0 0.39 267.45 0.96 0.31
Hex 49 3 9C 35 62 0 27 10B 60 1F
Octal 111 3 234 65 142 0 47 413 140 37
Binary 1001001 11 10011100 110101 1100010 0 100111 100001011 1100000 11111

Color Harmonies of #49039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49039C

Black with #49039C

Text Example


Text Example

White with #49039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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