Html Css Color HEX #490290 Indigo

📋 copy color: '#490290'

red 73 ◦ green 2 ◦ blue 144

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

Shades of Indigo #490290

Tints of Indigo #490290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 33.33%
G = 0.91%
B = 65.75%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#490290 (or 0x490290) is known color: Indigo. HEX triplet: 49, 02 and 90. RGB value is (73,2,144). Sum of RGB (Red+Green+Blue) = 73+2+144=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #490290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490290 is #B6FD6F. Grayscale: #262626. Windows color (decimal): -11992432 or 9437769. OLE color: 9437769.

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

Color convert

RGB 73 2 144 -
CMYK 0.49 0.99 0 0.44
HSL 270º 0.97% 0.29% -
HSV(B) 270º 0.99% 0.56% -
XYZ 7.8 3.47 26.64 -
YUV 39.42 187.02 151.95 -
System Red Green Blue C M Y K H S L
Decimal 73 2 144 0.49 0.99 0 0.44 270 0.97 0.29
Hex 49 2 90 31 63 0 2C 10E 61 1D
Octal 111 2 220 61 143 0 54 416 141 35
Binary 1001001 10 10010000 110001 1100011 0 101100 100001110 1100001 11101

Color Harmonies of #490290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490290

Black with #490290

Text Example


Text Example

White with #490290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490290; }

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

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

background-color css

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

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

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

border-color css

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

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

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