#490CCF

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

Shades of Han Purple #490CCF

Tints of Han Purple #490CCF

Color information

#490CCF (or 0x490CCF) is unknown color: approx Han Purple. HEX triplet: 49, 0C and CF. RGB value is (73,12,207). Sum of RGB (Red+Green+Blue) = 73+12+207=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #490CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CCF is #B6F330. Grayscale: #333333. Windows color (decimal): -11989809 or 13569097. OLE color: 13569097.

HSL color Cylindrical-coordinate representation of color #490CCF: hue angle of 258.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490CCF is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7312207-
CMYK0.650.9400.19
HSL258.77º89.04%42.94%-
HSV(B)258.77º94.2%81.18%-
XYZ14.146.1859.48-
YUV52.47215.21142.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 12 (5.08% from 255) = 4.11%
BLUE value IS 207 (81.25% from 255) = 70.89%
R=25%
G=4.11%
B=70.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73122070.650.9400.19258.7789.0442.94
Hex49CCF415E013103592b
Octal1111431710113602340313153
Binary1001001110011001111100000110111100100111000000111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,12,207); }

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

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

 a { background-color: rgb(73,12,207); }

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

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

 span { border-color: rgb(73,12,207); }

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