#4A09F2

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

Shades of Han Purple #4A09F2

Tints of Han Purple #4A09F2

Color information

#4A09F2 (or 0x4A09F2) is unknown color: approx Han Purple. HEX triplet: 4A, 09 and F2. RGB value is (74,9,242). Sum of RGB (Red+Green+Blue) = 74+9+242=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 242 (94.92% from 255 or 74.46% from 325); Max value from RGB is 242 - color contains mainly: blue. Hex color #4A09F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A09F2 is #B5F60D. Grayscale: #363636. Windows color (decimal): -11925006 or 15862090. OLE color: 15862090.

HSL color Cylindrical-coordinate representation of color #4A09F2: hue angle of 256.74º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A09F2 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB749242-
CMYK0.690.9600.05
HSL256.74º92.83%49.22%-
HSV(B)256.74º96.28%94.9%-
XYZ18.958.0684.56-
YUV55233.53141.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.77%
GREEN value IS 9 (3.91% from 255) = 2.77%
BLUE value IS 242 (94.92% from 255) = 74.46%
R=22.77%
G=2.77%
B=74.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal7492420.690.9600.05256.7492.8349.22
Hex4A9F24560051015d31
Octal112113621051400540113561
Binary10010101001111100101000101110000001011000000011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A09F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A09F2; }

 p { color: rgb(74,9,242); }

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

<style>
 a { background-color: #4A09F2; }

 a { background-color: rgb(74,9,242); }

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

<style>
 span { border-color: #4A09F2; }

 span { border-color: rgb(74,9,242); }

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