#490FD8

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

Shades of Han Purple #490FD8

Tints of Han Purple #490FD8

Color information

#490FD8 (or 0x490FD8) is unknown color: approx Han Purple. HEX triplet: 49, 0F and D8. RGB value is (73,15,216). Sum of RGB (Red+Green+Blue) = 73+15+216=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 216 (84.77% from 255 or 71.05% from 304); Max value from RGB is 216 - color contains mainly: blue. Hex color #490FD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FD8 is #B6F027. Grayscale: #363636. Windows color (decimal): -11989032 or 14159689. OLE color: 14159689.

HSL color Cylindrical-coordinate representation of color #490FD8: hue angle of 257.31º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490FD8 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7315216-
CMYK0.660.9300.15
HSL257.31º87.01%45.29%-
HSV(B)257.31º93.06%84.71%-
XYZ15.316.7265.45-
YUV55.26218.72140.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 15 (6.25% from 255) = 4.93%
BLUE value IS 216 (84.77% from 255) = 71.05%
R=24.01%
G=4.93%
B=71.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal73152160.660.9300.15257.3187.0145.29
Hex49FD8425D0F101572d
Octal1111733010213501740112755
Binary100100111111101100010000101011101011111000000011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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