#4A00E1

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

Shades of Han Purple #4A00E1

Tints of Han Purple #4A00E1

Color information

#4A00E1 (or 0x4A00E1) is unknown color: approx Han Purple. HEX triplet: 4A, 00 and E1. RGB value is (74,0,225). Sum of RGB (Red+Green+Blue) = 74+0+225=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 225 (88.28% from 255 or 75.25% from 299); Max value from RGB is 225 - color contains mainly: blue. Hex color #4A00E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A00E1 is #B5FF1E. Grayscale: #2E2E2E. Windows color (decimal): -11927327 or 14745674. OLE color: 14745674.

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

Color convert

RGB740225-
CMYK0.67100.12
HSL259.73º100%44.12%-
HSV(B)259.73º100%88.24%-
XYZ16.416.8971.7-
YUV47.78228.02146.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 225 (88.28% from 255) = 75.25%
R=24.75%
G=0%
B=75.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal7402250.67100.12259.7310044.12
Hex4A0E143640C104642c
Octal112034110314401440414454
Binary100101001110000110000111100100011001000001001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A00E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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