Html Css Color HEX #490390 Indigo

📋 copy color: '#490390'

red 73 ◦ green 3 ◦ blue 144

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

Shades of Indigo #490390

Tints of Indigo #490390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 33.18%
G = 1.36%
B = 65.45%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#490390 (or 0x490390) is known color: Indigo. HEX triplet: 49, 03 and 90. RGB value is (73,3,144). Sum of RGB (Red+Green+Blue) = 73+3+144=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #490390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490390 is #B6FC6F. Grayscale: #272727. Windows color (decimal): -11992176 or 9438025. OLE color: 9438025.

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

Color convert

RGB 73 3 144 -
CMYK 0.49 0.98 0 0.44
HSL 269.79º 0.96% 0.29% -
HSV(B) 269.79º 0.98% 0.56% -
XYZ 7.81 3.5 26.65 -
YUV 40 186.69 151.54 -
System Red Green Blue C M Y K H S L
Decimal 73 3 144 0.49 0.98 0 0.44 269.79 0.96 0.29
Hex 49 3 90 31 62 0 2C 10E 60 1D
Octal 111 3 220 61 142 0 54 416 140 35
Binary 1001001 11 10010000 110001 1100010 0 101100 100001110 1100000 11101

Color Harmonies of #490390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490390

Black with #490390

Text Example


Text Example

White with #490390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490390; }

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

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

background-color css

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

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

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

border-color css

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

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

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