Html Css Color HEX #490ED0 Han Purple

📋 copy color: '#490ED0'

red 73 ◦ green 14 ◦ blue 208

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

Shades of Han Purple #490ED0

Tints of Han Purple #490ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 70.51%

R = 24.75%
G = 4.75%
B = 70.51%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#490ED0 (or 0x490ED0) is known color: Han Purple. HEX triplet: 49, 0E and D0. RGB value is (73,14,208). Sum of RGB (Red+Green+Blue) = 73+14+208=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 208 (81.64% from 255 or 70.51% from 295); Max value from RGB is 208 - color contains mainly: blue. Hex color #490ED0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ED0 is #B6F12F. Grayscale: #353535. Windows color (decimal): -11989296 or 13635145. OLE color: 13635145.

HSL color Cylindrical-coordinate representation of color #490ED0: hue angle of 258.25º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490ED0 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 14 208 -
CMYK 0.65 0.93 0 0.18
HSL 258.25º 0.87% 0.44% -
HSV(B) 258.25º 0.93% 0.82% -
XYZ 14.29 6.28 60.13 -
YUV 53.76 215.05 141.73 -
System Red Green Blue C M Y K H S L
Decimal 73 14 208 0.65 0.93 0 0.18 258.25 0.87 0.44
Hex 49 E D0 41 5D 0 12 102 57 2C
Octal 111 16 320 101 135 0 22 402 127 54
Binary 1001001 1110 11010000 1000001 1011101 0 10010 100000010 1010111 101100

Color Harmonies of #490ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490ED0

Black with #490ED0

Text Example


Text Example

White with #490ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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