Html Css Color HEX #490497 Indigo

📋 copy color: '#490497'

red 73 ◦ green 4 ◦ blue 151

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

Shades of Indigo #490497

Tints of Indigo #490497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 66.23%

R = 32.02%
G = 1.75%
B = 66.23%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#490497 (or 0x490497) is known color: Indigo. HEX triplet: 49, 04 and 97. RGB value is (73,4,151). Sum of RGB (Red+Green+Blue) = 73+4+151=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 151 (59.38% from 255 or 66.23% from 228); Max value from RGB is 151 - color contains mainly: blue. Hex color #490497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490497 is #B6FB68. Grayscale: #282828. Windows color (decimal): -11991913 or 9897033. OLE color: 9897033.

HSL color Cylindrical-coordinate representation of color #490497: hue angle of 268.16º 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 #490497 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 4 151 -
CMYK 0.52 0.97 0 0.41
HSL 268.16º 0.95% 0.3% -
HSV(B) 268.16º 0.97% 0.59% -
XYZ 8.38 3.74 29.56 -
YUV 41.39 189.86 150.55 -
System Red Green Blue C M Y K H S L
Decimal 73 4 151 0.52 0.97 0 0.41 268.16 0.95 0.3
Hex 49 4 97 34 61 0 29 10C 5F 1E
Octal 111 4 227 64 141 0 51 414 137 36
Binary 1001001 100 10010111 110100 1100001 0 101001 100001100 1011111 11110

Color Harmonies of #490497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490497

Black with #490497

Text Example


Text Example

White with #490497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490497; }

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

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

background-color css

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

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

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

border-color css

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

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

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