#3f29e1

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

Shades of Han Purple #3F29E1

Tints of Han Purple #3F29E1

Color information

#3F29E1 (or 0x3F29E1) is unknown color: approx Han Purple. HEX triplet: 3F, 29 and E1. RGB value is (63,41,225). Sum of RGB (Red+Green+Blue) = 63+41+225=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 225 (88.28% from 255 or 68.39% from 329); Max value from RGB is 225 - color contains mainly: blue. Hex color #3F29E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F29E1 is #C0D61E. Grayscale: #434343. Windows color (decimal): -12637727 or 14756159. OLE color: 14756159.

HSL color Cylindrical-coordinate representation of color #3F29E1: hue angle of 247.17º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F29E1 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6341225-
CMYK0.720.8200.12
HSL247.17º75.41%52.16%-
HSV(B)247.17º81.78%88.24%-
XYZ16.438.0871.93-
YUV68.55216.29124.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 225 (88.28% from 255) = 68.39%
R=19.15%
G=12.46%
B=68.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal63412250.720.8200.12247.1775.4152.16
Hex3F29E148520Cf74b34
Octal775134111012201436711364
Binary111111101001111000011001000101001001100111101111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f29e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,41,225); }

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

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

 a { background-color: rgb(63,41,225); }

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

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

 span { border-color: rgb(63,41,225); }

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