Html Css Color HEX #490890 Indigo

📋 copy color: '#490890'

red 73 ◦ green 8 ◦ blue 144

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

Shades of Indigo #490890

Tints of Indigo #490890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

 BLUE value IS 144 (56.64% from 255) = 64%

R = 32.44%
G = 3.56%
B = 64%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#490890 (or 0x490890) is known color: Indigo. HEX triplet: 49, 08 and 90. RGB value is (73,8,144). Sum of RGB (Red+Green+Blue) = 73+8+144=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #490890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490890 is #B6F76F. Grayscale: #2A2A2A. Windows color (decimal): -11990896 or 9439305. OLE color: 9439305.

HSL color Cylindrical-coordinate representation of color #490890: hue angle of 268.68º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490890 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 8 144 -
CMYK 0.49 0.94 0 0.44
HSL 268.68º 0.89% 0.3% -
HSV(B) 268.68º 0.94% 0.56% -
XYZ 7.87 3.6 26.67 -
YUV 42.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 73 8 144 0.49 0.94 0 0.44 268.68 0.89 0.3
Hex 49 8 90 31 5E 0 2C 10D 59 1E
Octal 111 10 220 61 136 0 54 415 131 36
Binary 1001001 1000 10010000 110001 1011110 0 101100 100001101 1011001 11110

Color Harmonies of #490890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490890

Black with #490890

Text Example


Text Example

White with #490890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490890; }

 p { color: rgb(73,8,144); }

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

background-color css

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

 a { background-color: rgb(73,8,144); }

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

border-color css

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

 span { border-color: rgb(73,8,144); }

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