Html Css Color HEX #490EE1 Han Purple

📋 copy color: '#490EE1'

red 73 ◦ green 14 ◦ blue 225

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

Shades of Han Purple #490EE1

Tints of Han Purple #490EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 72.12%

R = 23.4%
G = 4.49%
B = 72.12%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#490EE1 (or 0x490EE1) is known color: Han Purple. HEX triplet: 49, 0E and E1. RGB value is (73,14,225). Sum of RGB (Red+Green+Blue) = 73+14+225=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 225 (88.28% from 255 or 72.12% from 312); Max value from RGB is 225 - color contains mainly: blue. Hex color #490EE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EE1 is #B6F11E. Grayscale: #363636. Windows color (decimal): -11989279 or 14749257. OLE color: 14749257.

HSL color Cylindrical-coordinate representation of color #490EE1: hue angle of 256.78º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490EE1 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 14 225 -
CMYK 0.68 0.94 0 0.12
HSL 256.78º 0.88% 0.47% -
HSV(B) 256.78º 0.94% 0.88% -
XYZ 16.5 7.17 71.75 -
YUV 55.7 223.55 140.34 -
System Red Green Blue C M Y K H S L
Decimal 73 14 225 0.68 0.94 0 0.12 256.78 0.88 0.47
Hex 49 E E1 44 5E 0 C 101 58 2F
Octal 111 16 341 104 136 0 14 401 130 57
Binary 1001001 1110 11100001 1000100 1011110 0 1100 100000001 1011000 101111

Color Harmonies of #490EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EE1

Black with #490EE1

Text Example


Text Example

White with #490EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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