#490DD7

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

Shades of Han Purple #490DD7

Tints of Han Purple #490DD7

Color information

#490DD7 (or 0x490DD7) is unknown color: approx Han Purple. HEX triplet: 49, 0D and D7. RGB value is (73,13,215). Sum of RGB (Red+Green+Blue) = 73+13+215=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 215 (84.38% from 255 or 71.43% from 301); Max value from RGB is 215 - color contains mainly: blue. Hex color #490DD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DD7 is #B6F228. Grayscale: #353535. Windows color (decimal): -11989545 or 14093641. OLE color: 14093641.

HSL color Cylindrical-coordinate representation of color #490DD7: hue angle of 257.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490DD7 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7313215-
CMYK0.660.9400.16
HSL257.82º88.6%44.71%-
HSV(B)257.82º93.95%84.31%-
XYZ15.166.6164.77-
YUV53.97218.88141.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 13 (5.47% from 255) = 4.32%
BLUE value IS 215 (84.38% from 255) = 71.43%
R=24.25%
G=4.32%
B=71.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73132150.660.9400.16257.8288.644.71
Hex49DD7425E010102592d
Octal1111532710213602040213155
Binary1001001110111010111100001010111100100001000000101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,13,215); }

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

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

 a { background-color: rgb(73,13,215); }

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

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

 span { border-color: rgb(73,13,215); }

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