#4A2AF9

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

Shades of Han Purple #4A2AF9

Tints of Han Purple #4A2AF9

Color information

#4A2AF9 (or 0x4A2AF9) is unknown color: approx Han Purple. HEX triplet: 4A, 2A and F9. RGB value is (74,42,249). Sum of RGB (Red+Green+Blue) = 74+42+249=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #4A2AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2AF9 is #B5D506. Grayscale: #4A4A4A. Windows color (decimal): -11916551 or 16329290. OLE color: 16329290.

HSL color Cylindrical-coordinate representation of color #4A2AF9: hue angle of 249.28º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A2AF9 is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7442249-
CMYK0.700.8300.02
HSL249.28º94.52%57.06%-
HSV(B)249.28º83.13%97.65%-
XYZ20.759.9590.45-
YUV75.17226.1127.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.27%
GREEN value IS 42 (16.80% from 255) = 11.51%
BLUE value IS 249 (97.66% from 255) = 68.22%
R=20.27%
G=11.51%
B=68.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74422490.700.8300.02249.2894.5257.06
Hex4A2AF9465302f95f39
Octal112523711061230237113771
Binary10010101010101111100110001101010011010111110011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,42,249); }

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

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

 a { background-color: rgb(74,42,249); }

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

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

 span { border-color: rgb(74,42,249); }

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