Html Css Color HEX #49097D Indigo

📋 copy color: '#49097D'

red 73 ◦ green 9 ◦ blue 125

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

Shades of Indigo #49097D

Tints of Indigo #49097D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.35%

 BLUE value IS 125 (49.22% from 255) = 60.39%

R = 35.27%
G = 4.35%
B = 60.39%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49097D (or 0x49097D) is known color: Indigo. HEX triplet: 49, 09 and 7D. RGB value is (73,9,125). Sum of RGB (Red+Green+Blue) = 73+9+125=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #49097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49097D is #B6F682. Grayscale: #282828. Windows color (decimal): -11990659 or 8194377. OLE color: 8194377.

HSL color Cylindrical-coordinate representation of color #49097D: hue angle of 273.1º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49097D is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 9 125 -
CMYK 0.42 0.93 0 0.51
HSL 273.1º 0.87% 0.26% -
HSV(B) 273.1º 0.93% 0.49% -
XYZ 6.55 3.09 19.65 -
YUV 41.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 73 9 125 0.42 0.93 0 0.51 273.1 0.87 0.26
Hex 49 9 7D 2A 5D 0 33 111 57 1A
Octal 111 11 175 52 135 0 63 421 127 32
Binary 1001001 1001 1111101 101010 1011101 0 110011 100010001 1010111 11010

Color Harmonies of #49097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49097D

Black with #49097D

Text Example


Text Example

White with #49097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,9,125); }

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

background-color css

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

 a { background-color: rgb(73,9,125); }

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

border-color css

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

 span { border-color: rgb(73,9,125); }

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