Html Css Color HEX #490ED9 Han Purple

📋 copy color: '#490ED9'

red 73 ◦ green 14 ◦ blue 217

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

Shades of Han Purple #490ED9

Tints of Han Purple #490ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 71.38%

R = 24.01%
G = 4.61%
B = 71.38%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#490ED9 (or 0x490ED9) is known color: Han Purple. HEX triplet: 49, 0E and D9. RGB value is (73,14,217). Sum of RGB (Red+Green+Blue) = 73+14+217=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 217 (85.16% from 255 or 71.38% from 304); Max value from RGB is 217 - color contains mainly: blue. Hex color #490ED9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ED9 is #B6F126. Grayscale: #363636. Windows color (decimal): -11989287 or 14224969. OLE color: 14224969.

HSL color Cylindrical-coordinate representation of color #490ED9: hue angle of 257.44º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490ED9 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 14 217 -
CMYK 0.66 0.94 0 0.15
HSL 257.44º 0.88% 0.45% -
HSV(B) 257.44º 0.94% 0.85% -
XYZ 15.43 6.74 66.13 -
YUV 54.78 219.55 140.99 -
System Red Green Blue C M Y K H S L
Decimal 73 14 217 0.66 0.94 0 0.15 257.44 0.88 0.45
Hex 49 E D9 42 5E 0 F 101 58 2D
Octal 111 16 331 102 136 0 17 401 130 55
Binary 1001001 1110 11011001 1000010 1011110 0 1111 100000001 1011000 101101

Color Harmonies of #490ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490ED9

Black with #490ED9

Text Example


Text Example

White with #490ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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