Html Css Color HEX #490089 Indigo

📋 copy color: '#490089'

red 73 ◦ green 0 ◦ blue 137

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

Shades of Indigo #490089

Tints of Indigo #490089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.76%
G = 0%
B = 65.24%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#490089 (or 0x490089) is known color: Indigo. HEX triplet: 49, 00 and 89. RGB value is (73,0,137). Sum of RGB (Red+Green+Blue) = 73+0+137=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #490089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490089 is #B6FF76. Grayscale: #242424. Windows color (decimal): -11992951 or 8978505. OLE color: 8978505.

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

Color convert

RGB 73 0 137 -
CMYK 0.47 1 0 0.46
HSL 271.97º 1% 0.27% -
HSV(B) 271.97º 1% 0.54% -
XYZ 7.26 3.22 23.91 -
YUV 37.45 184.18 153.36 -
System Red Green Blue C M Y K H S L
Decimal 73 0 137 0.47 1 0 0.46 271.97 1 0.27
Hex 49 0 89 2F 64 0 2E 110 64 1B
Octal 111 0 211 57 144 0 56 420 144 33
Binary 1001001 0 10001001 101111 1100100 0 101110 100010000 1100100 11011

Color Harmonies of #490089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490089

Black with #490089

Text Example


Text Example

White with #490089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490089; }

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

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

background-color css

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

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

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

border-color css

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

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

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