Html Css Color HEX #490889 Indigo

📋 copy color: '#490889'

red 73 ◦ green 8 ◦ blue 137

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

Shades of Indigo #490889

Tints of Indigo #490889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

 BLUE value IS 137 (53.91% from 255) = 62.84%

R = 33.49%
G = 3.67%
B = 62.84%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#490889 (or 0x490889) is known color: Indigo. HEX triplet: 49, 08 and 89. RGB value is (73,8,137). Sum of RGB (Red+Green+Blue) = 73+8+137=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #490889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490889 is #B6F776. Grayscale: #292929. Windows color (decimal): -11990903 or 8980553. OLE color: 8980553.

HSL color Cylindrical-coordinate representation of color #490889: hue angle of 270.23º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490889 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 8 137 -
CMYK 0.47 0.94 0 0.46
HSL 270.23º 0.89% 0.28% -
HSV(B) 270.23º 0.94% 0.54% -
XYZ 7.35 3.4 23.94 -
YUV 42.14 181.53 150.01 -
System Red Green Blue C M Y K H S L
Decimal 73 8 137 0.47 0.94 0 0.46 270.23 0.89 0.28
Hex 49 8 89 2F 5E 0 2E 10E 59 1C
Octal 111 10 211 57 136 0 56 416 131 34
Binary 1001001 1000 10001001 101111 1011110 0 101110 100001110 1011001 11100

Color Harmonies of #490889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490889

Black with #490889

Text Example


Text Example

White with #490889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490889; }

 p { color: rgb(73,8,137); }

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

background-color css

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

 a { background-color: rgb(73,8,137); }

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

border-color css

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

 span { border-color: rgb(73,8,137); }

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