Html Css Color HEX #490790 Indigo

📋 copy color: '#490790'

red 73 ◦ green 7 ◦ blue 144

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

Shades of Indigo #490790

Tints of Indigo #490790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

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

R = 32.59%
G = 3.13%
B = 64.29%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#490790 (or 0x490790) is known color: Indigo. HEX triplet: 49, 07 and 90. RGB value is (73,7,144). Sum of RGB (Red+Green+Blue) = 73+7+144=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #490790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490790 is #B6F86F. Grayscale: #292929. Windows color (decimal): -11991152 or 9439049. OLE color: 9439049.

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

Color convert

RGB 73 7 144 -
CMYK 0.49 0.95 0 0.44
HSL 268.91º 0.91% 0.3% -
HSV(B) 268.91º 0.95% 0.56% -
XYZ 7.86 3.58 26.66 -
YUV 42.35 185.37 149.86 -
System Red Green Blue C M Y K H S L
Decimal 73 7 144 0.49 0.95 0 0.44 268.91 0.91 0.3
Hex 49 7 90 31 5F 0 2C 10D 5B 1E
Octal 111 7 220 61 137 0 54 415 133 36
Binary 1001001 111 10010000 110001 1011111 0 101100 100001101 1011011 11110

Color Harmonies of #490790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490790

Black with #490790

Text Example


Text Example

White with #490790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490790; }

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

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

background-color css

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

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

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

border-color css

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

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

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