Html Css Color HEX #490496 Indigo

📋 copy color: '#490496'

red 73 ◦ green 4 ◦ blue 150

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

Shades of Indigo #490496

Tints of Indigo #490496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 66.08%

R = 32.16%
G = 1.76%
B = 66.08%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#490496 (or 0x490496) is known color: Indigo. HEX triplet: 49, 04 and 96. RGB value is (73,4,150). Sum of RGB (Red+Green+Blue) = 73+4+150=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #490496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490496 is #B6FB69. Grayscale: #282828. Windows color (decimal): -11991914 or 9831497. OLE color: 9831497.

HSL color Cylindrical-coordinate representation of color #490496: hue angle of 268.36º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490496 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 4 150 -
CMYK 0.51 0.97 0 0.41
HSL 268.36º 0.95% 0.3% -
HSV(B) 268.36º 0.97% 0.59% -
XYZ 8.3 3.71 29.13 -
YUV 41.28 189.36 150.63 -
System Red Green Blue C M Y K H S L
Decimal 73 4 150 0.51 0.97 0 0.41 268.36 0.95 0.3
Hex 49 4 96 33 61 0 29 10C 5F 1E
Octal 111 4 226 63 141 0 51 414 137 36
Binary 1001001 100 10010110 110011 1100001 0 101001 100001100 1011111 11110

Color Harmonies of #490496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490496

Black with #490496

Text Example


Text Example

White with #490496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490496; }

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

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

background-color css

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

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

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

border-color css

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

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

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