#3f2eff

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

Shades of Han Purple #3F2EFF

Tints of Han Purple #3F2EFF

Color information

#3F2EFF (or 0x3F2EFF) is unknown color: approx Han Purple. HEX triplet: 3F, 2E and FF. RGB value is (63,46,255). Sum of RGB (Red+Green+Blue) = 63+46+255=364 (48% of max value = 765). Red value is 63 (25% from 255 or 17.31% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F2EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2EFF is #C0D100. Grayscale: #4A4A4A. Windows color (decimal): -12636417 or 16723519. OLE color: 16723519.

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

Color convert

RGB6346255-
CMYK0.750.8200
HSL244.88º100%59.02%-
HSV(B)244.88º81.96%100%-
XYZ21.0810.2395.47-
YUV74.91229.63119.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.31%
GREEN value IS 46 (18.36% from 255) = 12.64%
BLUE value IS 255 (100% from 255) = 70.05%
R=17.31%
G=12.64%
B=70.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal63462550.750.8200244.8810059.02
Hex3F2EFF4B5200f5643b
Octal77563771131220036514473
Binary111111101110111111111001011101001000111101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f2eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,46,255); }

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

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

 a { background-color: rgb(63,46,255); }

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

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

 span { border-color: rgb(63,46,255); }

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