#3F27EA

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

Shades of Han Purple #3F27EA

Tints of Han Purple #3F27EA

Color information

#3F27EA (or 0x3F27EA) is unknown color: approx Han Purple. HEX triplet: 3F, 27 and EA. RGB value is (63,39,234). Sum of RGB (Red+Green+Blue) = 63+39+234=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F27EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F27EA is #C0D815. Grayscale: #434343. Windows color (decimal): -12638230 or 15345471. OLE color: 15345471.

HSL color Cylindrical-coordinate representation of color #3F27EA: hue angle of 247.38º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F27EA is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6339234-
CMYK0.730.8300.08
HSL247.38º82.28%53.53%-
HSV(B)247.38º83.33%91.76%-
XYZ17.638.4578.54-
YUV68.41221.45124.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.75%
GREEN value IS 39 (15.62% from 255) = 11.61%
BLUE value IS 234 (91.80% from 255) = 69.64%
R=18.75%
G=11.61%
B=69.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal63392340.730.8300.08247.3882.2853.53
Hex3F27EA495308f75236
Octal774735211112301036712266
Binary111111100111111010101001001101001101000111101111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F27EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,39,234); }

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

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

 a { background-color: rgb(63,39,234); }

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

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

 span { border-color: rgb(63,39,234); }

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