Html Css Color HEX #490EDD Han Purple

📋 copy color: '#490EDD'

red 73 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #490EDD

Tints of Han Purple #490EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.75%

R = 23.7%
G = 4.55%
B = 71.75%

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

#490EDD (or 0x490EDD) is known color: Han Purple. HEX triplet: 49, 0E and DD. RGB value is (73,14,221). Sum of RGB (Red+Green+Blue) = 73+14+221=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #490EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EDD is #B6F122. Grayscale: #363636. Windows color (decimal): -11989283 or 14487113. OLE color: 14487113.

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

Color convert

RGB 73 14 221 -
CMYK 0.67 0.94 0 0.13
HSL 257.1º 0.88% 0.46% -
HSV(B) 257.1º 0.94% 0.87% -
XYZ 15.96 6.95 68.91 -
YUV 55.24 221.55 140.67 -
System Red Green Blue C M Y K H S L
Decimal 73 14 221 0.67 0.94 0 0.13 257.1 0.88 0.46
Hex 49 E DD 43 5E 0 D 101 58 2E
Octal 111 16 335 103 136 0 15 401 130 56
Binary 1001001 1110 11011101 1000011 1011110 0 1101 100000001 1011000 101110

Color Harmonies of #490EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EDD

Black with #490EDD

Text Example


Text Example

White with #490EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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