#4A1FE1

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

Shades of Han Purple #4A1FE1

Tints of Han Purple #4A1FE1

Color information

#4A1FE1 (or 0x4A1FE1) is unknown color: approx Han Purple. HEX triplet: 4A, 1F and E1. RGB value is (74,31,225). Sum of RGB (Red+Green+Blue) = 74+31+225=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 225 (88.28% from 255 or 68.18% from 330); Max value from RGB is 225 - color contains mainly: blue. Hex color #4A1FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1FE1 is #B5E01E. Grayscale: #414141. Windows color (decimal): -11919391 or 14753610. OLE color: 14753610.

HSL color Cylindrical-coordinate representation of color #4A1FE1: hue angle of 253.3º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A1FE1 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7431225-
CMYK0.670.8600.12
HSL253.3º76.38%50.2%-
HSV(B)253.3º86.22%88.24%-
XYZ16.97.8771.86-
YUV65.97217.75133.73-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.42%
GREEN value IS 31 (12.5% from 255) = 9.39%
BLUE value IS 225 (88.28% from 255) = 68.18%
R=22.42%
G=9.39%
B=68.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal74312250.670.8600.12253.376.3850.2
Hex4A1FE143560Cfd4c32
Octal1123734110312601437511462
Binary100101011111111000011000011101011001100111111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,31,225); }

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

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

 a { background-color: rgb(74,31,225); }

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

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

 span { border-color: rgb(74,31,225); }

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