Html Css Color HEX #490ED8 Han Purple

📋 copy color: '#490ED8'

red 73 ◦ green 14 ◦ blue 216

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

Shades of Han Purple #490ED8

Tints of Han Purple #490ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 71.29%

R = 24.09%
G = 4.62%
B = 71.29%

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

#490ED8 (or 0x490ED8) is known color: Han Purple. HEX triplet: 49, 0E and D8. RGB value is (73,14,216). Sum of RGB (Red+Green+Blue) = 73+14+216=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 216 (84.77% from 255 or 71.29% from 303); Max value from RGB is 216 - color contains mainly: blue. Hex color #490ED8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ED8 is #B6F127. Grayscale: #353535. Windows color (decimal): -11989288 or 14159433. OLE color: 14159433.

HSL color Cylindrical-coordinate representation of color #490ED8: hue angle of 257.52º 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 #490ED8 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 14 216 -
CMYK 0.66 0.94 0 0.15
HSL 257.52º 0.88% 0.45% -
HSV(B) 257.52º 0.94% 0.85% -
XYZ 15.3 6.69 65.45 -
YUV 54.67 219.05 141.07 -
System Red Green Blue C M Y K H S L
Decimal 73 14 216 0.66 0.94 0 0.15 257.52 0.88 0.45
Hex 49 E D8 42 5E 0 F 102 58 2D
Octal 111 16 330 102 136 0 17 402 130 55
Binary 1001001 1110 11011000 1000010 1011110 0 1111 100000010 1011000 101101

Color Harmonies of #490ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490ED8

Black with #490ED8

Text Example


Text Example

White with #490ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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