Html Css Color HEX #490059 Indigo

📋 copy color: '#490059'

red 73 ◦ green 0 ◦ blue 89

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

Shades of Indigo #490059

Tints of Indigo #490059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 54.94%

R = 45.06%
G = 0%
B = 54.94%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#490059 (or 0x490059) is known color: Indigo. HEX triplet: 49, 00 and 59. RGB value is (73,0,89). Sum of RGB (Red+Green+Blue) = 73+0+89=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #490059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490059 is #B6FFA6. Grayscale: #1F1F1F. Windows color (decimal): -11992999 or 5832777. OLE color: 5832777.

HSL color Cylindrical-coordinate representation of color #490059: hue angle of 289.21º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490059 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 0 89 -
CMYK 0.18 1 0 0.65
HSL 289.21º 1% 0.17% -
HSV(B) 289.21º 1% 0.35% -
XYZ 4.55 2.14 9.62 -
YUV 31.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 73 0 89 0.18 1 0 0.65 289.21 1 0.17
Hex 49 0 59 12 64 0 41 121 64 11
Octal 111 0 131 22 144 0 101 441 144 21
Binary 1001001 0 1011001 10010 1100100 0 1000001 100100001 1100100 10001

Color Harmonies of #490059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490059

Black with #490059

Text Example


Text Example

White with #490059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490059; }

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

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

background-color css

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

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

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

border-color css

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

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

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