Html Css Color HEX #490ED5 Han Purple

📋 copy color: '#490ED5'

red 73 ◦ green 14 ◦ blue 213

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

Shades of Han Purple #490ED5

Tints of Han Purple #490ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 71%

R = 24.33%
G = 4.67%
B = 71%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#490ED5 (or 0x490ED5) is known color: Han Purple. HEX triplet: 49, 0E and D5. RGB value is (73,14,213). Sum of RGB (Red+Green+Blue) = 73+14+213=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 213 (83.59% from 255 or 71% from 300); Max value from RGB is 213 - color contains mainly: blue. Hex color #490ED5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ED5 is #B6F12A. Grayscale: #353535. Windows color (decimal): -11989291 or 13962825. OLE color: 13962825.

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

Color convert

RGB 73 14 213 -
CMYK 0.66 0.93 0 0.16
HSL 257.79º 0.88% 0.45% -
HSV(B) 257.79º 0.93% 0.84% -
XYZ 14.91 6.53 63.43 -
YUV 54.33 217.55 141.32 -
System Red Green Blue C M Y K H S L
Decimal 73 14 213 0.66 0.93 0 0.16 257.79 0.88 0.45
Hex 49 E D5 42 5D 0 10 102 58 2D
Octal 111 16 325 102 135 0 20 402 130 55
Binary 1001001 1110 11010101 1000010 1011101 0 10000 100000010 1011000 101101

Color Harmonies of #490ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490ED5

Black with #490ED5

Text Example


Text Example

White with #490ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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