#3F23F2

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

Shades of Han Purple #3F23F2

Tints of Han Purple #3F23F2

Color information

#3F23F2 (or 0x3F23F2) is unknown color: approx Han Purple. HEX triplet: 3F, 23 and F2. RGB value is (63,35,242). Sum of RGB (Red+Green+Blue) = 63+35+242=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 242 (94.92% from 255 or 71.18% from 340); Max value from RGB is 242 - color contains mainly: blue. Hex color #3F23F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F23F2 is #C0DC0D. Grayscale: #424242. Windows color (decimal): -12639246 or 15868735. OLE color: 15868735.

HSL color Cylindrical-coordinate representation of color #3F23F2: hue angle of 248.12º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F23F2 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6335242-
CMYK0.740.8600.05
HSL248.12º88.84%54.31%-
HSV(B)248.12º85.54%94.9%-
XYZ18.688.6784.69-
YUV66.97226.78125.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 35 (14.06% from 255) = 10.29%
BLUE value IS 242 (94.92% from 255) = 71.18%
R=18.53%
G=10.29%
B=71.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal63352420.740.8600.05248.1288.8454.31
Hex3F23F24A5605f85936
Octal77433621121260537013166
Binary11111110001111110010100101010101100101111110001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F23F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,35,242); }

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

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

 a { background-color: rgb(63,35,242); }

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

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

 span { border-color: rgb(63,35,242); }

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