Html Css Color HEX #49029D Indigo

📋 copy color: '#49029D'

red 73 ◦ green 2 ◦ blue 157

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

Shades of Indigo #49029D

Tints of Indigo #49029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.67%

R = 31.47%
G = 0.86%
B = 67.67%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49029D (or 0x49029D) is known color: Indigo. HEX triplet: 49, 02 and 9D. RGB value is (73,2,157). Sum of RGB (Red+Green+Blue) = 73+2+157=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #49029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49029D is #B6FD62. Grayscale: #282828. Windows color (decimal): -11992419 or 10289737. OLE color: 10289737.

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

Color convert

RGB 73 2 157 -
CMYK 0.54 0.99 0 0.38
HSL 267.48º 0.97% 0.31% -
HSV(B) 267.48º 0.99% 0.62% -
XYZ 8.86 3.89 32.18 -
YUV 40.9 193.52 150.9 -
System Red Green Blue C M Y K H S L
Decimal 73 2 157 0.54 0.99 0 0.38 267.48 0.97 0.31
Hex 49 2 9D 36 63 0 26 10B 61 1F
Octal 111 2 235 66 143 0 46 413 141 37
Binary 1001001 10 10011101 110110 1100011 0 100110 100001011 1100001 11111

Color Harmonies of #49029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49029D

Black with #49029D

Text Example


Text Example

White with #49029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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