#3B2EF2

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

Shades of Han Purple #3B2EF2

Tints of Han Purple #3B2EF2

Color information

#3B2EF2 (or 0x3B2EF2) is unknown color: approx Han Purple. HEX triplet: 3B, 2E and F2. RGB value is (59,46,242). Sum of RGB (Red+Green+Blue) = 59+46+242=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 242 (94.92% from 255 or 69.74% from 347); Max value from RGB is 242 - color contains mainly: blue. Hex color #3B2EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2EF2 is #C4D10D. Grayscale: #474747. Windows color (decimal): -12898574 or 15871547. OLE color: 15871547.

HSL color Cylindrical-coordinate representation of color #3B2EF2: hue angle of 243.98º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B2EF2 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5946242-
CMYK0.760.8100.05
HSL243.98º88.29%56.47%-
HSV(B)243.98º80.99%94.9%-
XYZ18.819.2984.81-
YUV72.23223.81118.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.00%
GREEN value IS 46 (18.36% from 255) = 13.26%
BLUE value IS 242 (94.92% from 255) = 69.74%
R=17.00%
G=13.26%
B=69.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal59462420.760.8100.05243.9888.2956.47
Hex3B2EF24C5105f45838
Octal73563621141210536413070
Binary11101110111011110010100110010100010101111101001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,46,242); }

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

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

 a { background-color: rgb(59,46,242); }

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

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

 span { border-color: rgb(59,46,242); }

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