Html Css Color HEX #49029C Indigo

📋 copy color: '#49029C'

red 73 ◦ green 2 ◦ blue 156

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

Shades of Indigo #49029C

Tints of Indigo #49029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 31.6%
G = 0.87%
B = 67.53%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49029C (or 0x49029C) is known color: Indigo. HEX triplet: 49, 02 and 9C. RGB value is (73,2,156). Sum of RGB (Red+Green+Blue) = 73+2+156=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #49029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49029C is #B6FD63. Grayscale: #282828. Windows color (decimal): -11992420 or 10224201. OLE color: 10224201.

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

Color convert

RGB 73 2 156 -
CMYK 0.53 0.99 0 0.39
HSL 267.66º 0.97% 0.31% -
HSV(B) 267.66º 0.99% 0.61% -
XYZ 8.77 3.86 31.74 -
YUV 40.79 193.02 150.98 -
System Red Green Blue C M Y K H S L
Decimal 73 2 156 0.53 0.99 0 0.39 267.66 0.97 0.31
Hex 49 2 9C 35 63 0 27 10C 61 1F
Octal 111 2 234 65 143 0 47 414 141 37
Binary 1001001 10 10011100 110101 1100011 0 100111 100001100 1100001 11111

Color Harmonies of #49029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49029C

Black with #49029C

Text Example


Text Example

White with #49029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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