#492AE1

Color #492AE1 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #492AE1

Tints of Han Purple #492AE1

Color information

#492AE1 (or 0x492AE1) is unknown color: approx Han Purple. HEX triplet: 49, 2A and E1. RGB value is (73,42,225). Sum of RGB (Red+Green+Blue) = 73+42+225=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #492AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492AE1 is #B6D51E. Grayscale: #474747. Windows color (decimal): -11982111 or 14756425. OLE color: 14756425.

HSL color Cylindrical-coordinate representation of color #492AE1: hue angle of 250.16º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492AE1 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7342225-
CMYK0.680.8100.12
HSL250.16º75.31%52.35%-
HSV(B)250.16º81.33%88.24%-
XYZ17.178.5171.97-
YUV72.13214.27128.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 42 (16.80% from 255) = 12.35%
BLUE value IS 225 (88.28% from 255) = 66.18%
R=21.47%
G=12.35%
B=66.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal73422250.680.8100.12250.1675.3152.35
Hex492AE144510Cfa4b34
Octal1115234110412101437211364
Binary1001001101010111000011000100101000101100111110101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #492AE1;
 }
 .AnyTagClassName
 {
   color: #492AE1;
 }
</style>
background-color css

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

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

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

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

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

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