#4A2CF1

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

Shades of Han Purple #4A2CF1

Tints of Han Purple #4A2CF1

Color information

#4A2CF1 (or 0x4A2CF1) is unknown color: approx Han Purple. HEX triplet: 4A, 2C and F1. RGB value is (74,44,241). Sum of RGB (Red+Green+Blue) = 74+44+241=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 241 (94.53% from 255 or 67.13% from 359); Max value from RGB is 241 - color contains mainly: blue. Hex color #4A2CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2CF1 is #B5D30E. Grayscale: #4A4A4A. Windows color (decimal): -11916047 or 15805514. OLE color: 15805514.

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

Color convert

RGB7444241-
CMYK0.690.8200.05
HSL249.14º87.56%55.88%-
HSV(B)249.14º81.74%94.51%-
XYZ19.69.6184.04-
YUV75.43221.44126.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.61%
GREEN value IS 44 (17.58% from 255) = 12.26%
BLUE value IS 241 (94.53% from 255) = 67.13%
R=20.61%
G=12.26%
B=67.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74442410.690.8200.05249.1487.5655.88
Hex4A2CF1455205f95838
Octal112543611051220537113070
Binary100101010110011110001100010110100100101111110011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,44,241); }

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

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

 a { background-color: rgb(74,44,241); }

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

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

 span { border-color: rgb(74,44,241); }

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