Html Css Color HEX #490490 Indigo

📋 copy color: '#490490'

red 73 ◦ green 4 ◦ blue 144

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

Shades of Indigo #490490

Tints of Indigo #490490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

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

R = 33.03%
G = 1.81%
B = 65.16%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#490490 (or 0x490490) is known color: Indigo. HEX triplet: 49, 04 and 90. RGB value is (73,4,144). Sum of RGB (Red+Green+Blue) = 73+4+144=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #490490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490490 is #B6FB6F. Grayscale: #282828. Windows color (decimal): -11991920 or 9438281. OLE color: 9438281.

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

Color convert

RGB 73 4 144 -
CMYK 0.49 0.97 0 0.44
HSL 269.57º 0.95% 0.29% -
HSV(B) 269.57º 0.97% 0.56% -
XYZ 7.83 3.52 26.65 -
YUV 40.59 186.36 151.12 -
System Red Green Blue C M Y K H S L
Decimal 73 4 144 0.49 0.97 0 0.44 269.57 0.95 0.29
Hex 49 4 90 31 61 0 2C 10E 5F 1D
Octal 111 4 220 61 141 0 54 416 137 35
Binary 1001001 100 10010000 110001 1100001 0 101100 100001110 1011111 11101

Color Harmonies of #490490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490490

Black with #490490

Text Example


Text Example

White with #490490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490490; }

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

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

background-color css

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

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

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

border-color css

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

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

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