Html Css Color HEX #490EA3 Indigo

📋 copy color: '#490EA3'

red 73 ◦ green 14 ◦ blue 163

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

Shades of Indigo #490EA3

Tints of Indigo #490EA3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.6%

 BLUE value IS 163 (64.06% from 255) = 65.2%

R = 29.2%
G = 5.6%
B = 65.2%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#490EA3 (or 0x490EA3) is known color: Indigo. HEX triplet: 49, 0E and A3. RGB value is (73,14,163). Sum of RGB (Red+Green+Blue) = 73+14+163=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 163 (64.06% from 255 or 65.2% from 250); Max value from RGB is 163 - color contains mainly: blue. Hex color #490EA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490EA3 is #B6F15C. Grayscale: #303030. Windows color (decimal): -11989341 or 10686025. OLE color: 10686025.

HSL color Cylindrical-coordinate representation of color #490EA3: hue angle of 263.76º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490EA3 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 14 163 -
CMYK 0.55 0.91 0 0.36
HSL 263.76º 0.84% 0.35% -
HSV(B) 263.76º 0.91% 0.64% -
XYZ 9.52 4.37 34.99 -
YUV 48.63 192.55 145.38 -
System Red Green Blue C M Y K H S L
Decimal 73 14 163 0.55 0.91 0 0.36 263.76 0.84 0.35
Hex 49 E A3 37 5B 0 24 108 54 23
Octal 111 16 243 67 133 0 44 410 124 43
Binary 1001001 1110 10100011 110111 1011011 0 100100 100001000 1010100 100011

Color Harmonies of #490EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EA3

Black with #490EA3

Text Example


Text Example

White with #490EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,14,163); }

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

background-color css

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

 a { background-color: rgb(73,14,163); }

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

border-color css

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

 span { border-color: rgb(73,14,163); }

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