#4A2AEE

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

Shades of Han Purple #4A2AEE

Tints of Han Purple #4A2AEE

Color information

#4A2AEE (or 0x4A2AEE) is unknown color: approx Han Purple. HEX triplet: 4A, 2A and EE. RGB value is (74,42,238). Sum of RGB (Red+Green+Blue) = 74+42+238=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A2AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2AEE is #B5D511. Grayscale: #494949. Windows color (decimal): -11916562 or 15608394. OLE color: 15608394.

HSL color Cylindrical-coordinate representation of color #4A2AEE: hue angle of 249.8º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A2AEE is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7442238-
CMYK0.690.8200.07
HSL249.8º85.22%54.9%-
HSV(B)249.8º82.35%93.33%-
XYZ19.089.2881.68-
YUV73.91220.6128.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.90%
GREEN value IS 42 (16.80% from 255) = 11.86%
BLUE value IS 238 (93.36% from 255) = 67.23%
R=20.90%
G=11.86%
B=67.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal74422380.690.8200.07249.885.2254.9
Hex4A2AEE455207fa5537
Octal112523561051220737212567
Binary100101010101011101110100010110100100111111110101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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