Html Css Color HEX #492EDE Han Purple

📋 copy color: '#492EDE'

red 73 ◦ green 46 ◦ blue 222

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

Shades of Han Purple #492EDE

Tints of Han Purple #492EDE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.49%

 BLUE value IS 222 (87.11% from 255) = 65.1%

R = 21.41%
G = 13.49%
B = 65.1%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#492EDE (or 0x492EDE) is known color: Han Purple. HEX triplet: 49, 2E and DE. RGB value is (73,46,222). Sum of RGB (Red+Green+Blue) = 73+46+222=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #492EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492EDE is #B6D121. Grayscale: #494949. Windows color (decimal): -11981090 or 14560841. OLE color: 14560841.

HSL color Cylindrical-coordinate representation of color #492EDE: hue angle of 249.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492EDE is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 46 222 -
CMYK 0.67 0.79 0 0.13
HSL 249.2º 0.73% 0.53% -
HSV(B) 249.2º 0.79% 0.87% -
XYZ 16.91 8.64 69.88 -
YUV 74.14 211.45 127.19 -
System Red Green Blue C M Y K H S L
Decimal 73 46 222 0.67 0.79 0 0.13 249.2 0.73 0.53
Hex 49 2E DE 43 4F 0 D F9 49 35
Octal 111 56 336 103 117 0 15 371 111 65
Binary 1001001 101110 11011110 1000011 1001111 0 1101 11111001 1001001 110101

Color Harmonies of #492EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492EDE

Black with #492EDE

Text Example


Text Example

White with #492EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492EDE; }

 p { color: rgb(73,46,222); }

 H1.HeaderClassName
 {
   color: #492EDE;
 }
 .AnyTagClassName
 {
   color: #492EDE;
 }
</style>

background-color css

<style>
 a { background-color: #492EDE; }

 a { background-color: rgb(73,46,222); }

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

border-color css

<style>
 span { border-color: #492EDE; }

 span { border-color: rgb(73,46,222); }

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