Html Css Color HEX #492AE3 Han Purple

📋 copy color: '#492AE3'

red 73 ◦ green 42 ◦ blue 227

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

Shades of Han Purple #492AE3

Tints of Han Purple #492AE3

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.28%

 BLUE value IS 227 (89.06% from 255) = 66.37%

R = 21.35%
G = 12.28%
B = 66.37%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#492AE3 (or 0x492AE3) is known color: Han Purple. HEX triplet: 49, 2A and E3. RGB value is (73,42,227). Sum of RGB (Red+Green+Blue) = 73+42+227=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 227 (89.06% from 255 or 66.37% from 342); Max value from RGB is 227 - color contains mainly: blue. Hex color #492AE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492AE3 is #B6D51C. Grayscale: #474747. Windows color (decimal): -11982109 or 14887497. OLE color: 14887497.

HSL color Cylindrical-coordinate representation of color #492AE3: hue angle of 250.05º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492AE3 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 42 227 -
CMYK 0.68 0.81 0 0.11
HSL 250.05º 0.77% 0.53% -
HSV(B) 250.05º 0.81% 0.89% -
XYZ 17.44 8.62 73.42 -
YUV 72.36 215.27 128.46 -
System Red Green Blue C M Y K H S L
Decimal 73 42 227 0.68 0.81 0 0.11 250.05 0.77 0.53
Hex 49 2A E3 44 51 0 B FA 4D 35
Octal 111 52 343 104 121 0 13 372 115 65
Binary 1001001 101010 11100011 1000100 1010001 0 1011 11111010 1001101 110101

Color Harmonies of #492AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492AE3

Black with #492AE3

Text Example


Text Example

White with #492AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,42,227); }

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

background-color css

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

 a { background-color: rgb(73,42,227); }

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

border-color css

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

 span { border-color: rgb(73,42,227); }

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