#3F2CE4

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

Shades of Han Purple #3F2CE4

Tints of Han Purple #3F2CE4

Color information

#3F2CE4 (or 0x3F2CE4) is unknown color: approx Han Purple. HEX triplet: 3F, 2C and E4. RGB value is (63,44,228). Sum of RGB (Red+Green+Blue) = 63+44+228=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 228 (89.45% from 255 or 68.06% from 335); Max value from RGB is 228 - color contains mainly: blue. Hex color #3F2CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2CE4 is #C0D31B. Grayscale: #454545. Windows color (decimal): -12636956 or 14953535. OLE color: 14953535.

HSL color Cylindrical-coordinate representation of color #3F2CE4: hue angle of 246.2º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F2CE4 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6344228-
CMYK0.720.8100.11
HSL246.2º77.31%53.33%-
HSV(B)246.2º80.7%89.41%-
XYZ16.958.4674.14-
YUV70.66216.79122.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 44 (17.58% from 255) = 13.13%
BLUE value IS 228 (89.45% from 255) = 68.06%
R=18.81%
G=13.13%
B=68.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal63442280.720.8100.11246.277.3153.33
Hex3F2CE448510Bf64d35
Octal775434411012101336611565
Binary111111101100111001001001000101000101011111101101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,44,228); }

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

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

 a { background-color: rgb(63,44,228); }

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

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

 span { border-color: rgb(63,44,228); }

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