Html Css Color HEX #490079 Indigo

📋 copy color: '#490079'

red 73 ◦ green 0 ◦ blue 121

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

Shades of Indigo #490079

Tints of Indigo #490079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 121 (47.66% from 255) = 62.37%

R = 37.63%
G = 0%
B = 62.37%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#490079 (or 0x490079) is known color: Indigo. HEX triplet: 49, 00 and 79. RGB value is (73,0,121). Sum of RGB (Red+Green+Blue) = 73+0+121=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #490079 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490079 is #B6FF86. Grayscale: #232323. Windows color (decimal): -11992967 or 7929929. OLE color: 7929929.

HSL color Cylindrical-coordinate representation of color #490079: hue angle of 276.2º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490079 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 0 121 -
CMYK 0.40 1 0 0.53
HSL 276.2º 1% 0.24% -
HSV(B) 276.2º 1% 0.47% -
XYZ 6.2 2.8 18.3 -
YUV 35.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 73 0 121 0.40 1 0 0.53 276.2 1 0.24
Hex 49 0 79 28 64 0 35 114 64 18
Octal 111 0 171 50 144 0 65 424 144 30
Binary 1001001 0 1111001 101000 1100100 0 110101 100010100 1100100 11000

Color Harmonies of #490079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490079

Black with #490079

Text Example


Text Example

White with #490079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490079; }

 p { color: rgb(73,0,121); }

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

background-color css

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

 a { background-color: rgb(73,0,121); }

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

border-color css

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

 span { border-color: rgb(73,0,121); }

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