Html Css Color HEX #490EDF Han Purple

📋 copy color: '#490EDF'

red 73 ◦ green 14 ◦ blue 223

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

Shades of Han Purple #490EDF

Tints of Han Purple #490EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.94%

R = 23.55%
G = 4.52%
B = 71.94%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#490EDF (or 0x490EDF) is known color: Han Purple. HEX triplet: 49, 0E and DF. RGB value is (73,14,223). Sum of RGB (Red+Green+Blue) = 73+14+223=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #490EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EDF is #B6F120. Grayscale: #363636. Windows color (decimal): -11989281 or 14618185. OLE color: 14618185.

HSL color Cylindrical-coordinate representation of color #490EDF: hue angle of 256.94º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490EDF is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 14 223 -
CMYK 0.67 0.94 0 0.13
HSL 256.94º 0.88% 0.46% -
HSV(B) 256.94º 0.94% 0.87% -
XYZ 16.22 7.06 70.32 -
YUV 55.47 222.55 140.51 -
System Red Green Blue C M Y K H S L
Decimal 73 14 223 0.67 0.94 0 0.13 256.94 0.88 0.46
Hex 49 E DF 43 5E 0 D 101 58 2E
Octal 111 16 337 103 136 0 15 401 130 56
Binary 1001001 1110 11011111 1000011 1011110 0 1101 100000001 1011000 101110

Color Harmonies of #490EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EDF

Black with #490EDF

Text Example


Text Example

White with #490EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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