#4902E1

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

Shades of Han Purple #4902E1

Tints of Han Purple #4902E1

Color information

#4902E1 (or 0x4902E1) is unknown color: approx Han Purple. HEX triplet: 49, 02 and E1. RGB value is (73,2,225). Sum of RGB (Red+Green+Blue) = 73+2+225=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 225 (88.28% from 255 or 75% from 300); Max value from RGB is 225 - color contains mainly: blue. Hex color #4902E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4902E1 is #B6FD1E. Grayscale: #2F2F2F. Windows color (decimal): -11992351 or 14746185. OLE color: 14746185.

HSL color Cylindrical-coordinate representation of color #4902E1: hue angle of 259.1º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4902E1 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB732225-
CMYK0.680.9900.12
HSL259.1º98.24%44.51%-
HSV(B)259.1º99.11%88.24%-
XYZ16.366.971.7-
YUV48.65227.52145.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 225 (88.28% from 255) = 75%
R=24.33%
G=0.67%
B=75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal7322250.680.9900.12259.198.2444.51
Hex492E144630C103622d
Octal111234110414301440314255
Binary1001001101110000110001001100011011001000000111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4902E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4902E1; }

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

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

<style>
 a { background-color: #4902E1; }

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

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

<style>
 span { border-color: #4902E1; }

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

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