#3F2AED

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

Shades of Han Purple #3F2AED

Tints of Han Purple #3F2AED

Color information

#3F2AED (or 0x3F2AED) is unknown color: approx Han Purple. HEX triplet: 3F, 2A and ED. RGB value is (63,42,237). Sum of RGB (Red+Green+Blue) = 63+42+237=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F2AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2AED is #C0D512. Grayscale: #454545. Windows color (decimal): -12637459 or 15542847. OLE color: 15542847.

HSL color Cylindrical-coordinate representation of color #3F2AED: hue angle of 246.46º degrees, saturation: 0.84, 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 #3F2AED is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6342237-
CMYK0.730.8200.07
HSL246.46º84.42%54.71%-
HSV(B)246.46º82.28%92.94%-
XYZ18.168.8380.87-
YUV70.51221.96122.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.42%
GREEN value IS 42 (16.80% from 255) = 12.28%
BLUE value IS 237 (92.97% from 255) = 69.30%
R=18.42%
G=12.28%
B=69.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal63422370.730.8200.07246.4684.4254.71
Hex3F2AED495207f65437
Octal77523551111220736612467
Binary11111110101011101101100100110100100111111101101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F2AED; }

 p { color: rgb(63,42,237); }

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

<style>
 a { background-color: #3F2AED; }

 a { background-color: rgb(63,42,237); }

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

<style>
 span { border-color: #3F2AED; }

 span { border-color: rgb(63,42,237); }

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