#490FE2

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

Shades of Han Purple #490FE2

Tints of Han Purple #490FE2

Color information

#490FE2 (or 0x490FE2) is unknown color: approx Han Purple. HEX triplet: 49, 0F and E2. RGB value is (73,15,226). Sum of RGB (Red+Green+Blue) = 73+15+226=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 226 (88.67% from 255 or 71.97% from 314); Max value from RGB is 226 - color contains mainly: blue. Hex color #490FE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FE2 is #B6F01D. Grayscale: #373737. Windows color (decimal): -11989022 or 14815049. OLE color: 14815049.

HSL color Cylindrical-coordinate representation of color #490FE2: hue angle of 256.49º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490FE2 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7315226-
CMYK0.680.9300.11
HSL256.49º87.55%47.25%-
HSV(B)256.49º93.36%88.63%-
XYZ16.657.2572.47-
YUV56.4223.72139.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 226 (88.67% from 255) = 71.97%
R=23.25%
G=4.78%
B=71.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal73152260.680.9300.11256.4987.5547.25
Hex49FE2445D0B100582f
Octal1111734210413501340013057
Binary100100111111110001010001001011101010111000000001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,15,226); }

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

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

 a { background-color: rgb(73,15,226); }

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

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

 span { border-color: rgb(73,15,226); }

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