Html Css Color HEX #490A89 Indigo

📋 copy color: '#490A89'

red 73 ◦ green 10 ◦ blue 137

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

Shades of Indigo #490A89

Tints of Indigo #490A89

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.55%

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

R = 33.18%
G = 4.55%
B = 62.27%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#490A89 (or 0x490A89) is known color: Indigo. HEX triplet: 49, 0A and 89. RGB value is (73,10,137). Sum of RGB (Red+Green+Blue) = 73+10+137=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #490A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490A89 is #B6F576. Grayscale: #2A2A2A. Windows color (decimal): -11990391 or 8981065. OLE color: 8981065.

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

Color convert

RGB 73 10 137 -
CMYK 0.47 0.93 0 0.46
HSL 269.76º 0.86% 0.29% -
HSV(B) 269.76º 0.93% 0.54% -
XYZ 7.37 3.44 23.94 -
YUV 43.32 180.87 149.17 -
System Red Green Blue C M Y K H S L
Decimal 73 10 137 0.47 0.93 0 0.46 269.76 0.86 0.29
Hex 49 A 89 2F 5D 0 2E 10E 56 1D
Octal 111 12 211 57 135 0 56 416 126 35
Binary 1001001 1010 10001001 101111 1011101 0 101110 100001110 1010110 11101

Color Harmonies of #490A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A89

Black with #490A89

Text Example


Text Example

White with #490A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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