Html Css Color HEX #49029B Indigo

📋 copy color: '#49029B'

red 73 ◦ green 2 ◦ blue 155

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

Shades of Indigo #49029B

Tints of Indigo #49029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.39%

R = 31.74%
G = 0.87%
B = 67.39%

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

#49029B (or 0x49029B) is known color: Indigo. HEX triplet: 49, 02 and 9B. RGB value is (73,2,155). Sum of RGB (Red+Green+Blue) = 73+2+155=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #49029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49029B is #B6FD64. Grayscale: #282828. Windows color (decimal): -11992421 or 10158665. OLE color: 10158665.

HSL color Cylindrical-coordinate representation of color #49029B: hue angle of 267.84º 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 #49029B is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 2 155 -
CMYK 0.53 0.99 0 0.39
HSL 267.84º 0.97% 0.31% -
HSV(B) 267.84º 0.99% 0.61% -
XYZ 8.69 3.83 31.29 -
YUV 40.67 192.52 151.06 -
System Red Green Blue C M Y K H S L
Decimal 73 2 155 0.53 0.99 0 0.39 267.84 0.97 0.31
Hex 49 2 9B 35 63 0 27 10C 61 1F
Octal 111 2 233 65 143 0 47 414 141 37
Binary 1001001 10 10011011 110101 1100011 0 100111 100001100 1100001 11111

Color Harmonies of #49029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49029B

Black with #49029B

Text Example


Text Example

White with #49029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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