#3B2DE8

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

Shades of Han Purple #3B2DE8

Tints of Han Purple #3B2DE8

Color information

#3B2DE8 (or 0x3B2DE8) is unknown color: approx Han Purple. HEX triplet: 3B, 2D and E8. RGB value is (59,45,232). Sum of RGB (Red+Green+Blue) = 59+45+232=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 232 (91.02% from 255 or 69.05% from 336); Max value from RGB is 232 - color contains mainly: blue. Hex color #3B2DE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2DE8 is #C4D217. Grayscale: #454545. Windows color (decimal): -12898840 or 15215931. OLE color: 15215931.

HSL color Cylindrical-coordinate representation of color #3B2DE8: hue angle of 244.49º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B2DE8 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5945232-
CMYK0.750.8100.09
HSL244.49º80.26%54.31%-
HSV(B)244.49º80.6%90.98%-
XYZ17.318.6377.1-
YUV70.5219.14119.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.56%
GREEN value IS 45 (17.97% from 255) = 13.39%
BLUE value IS 232 (91.02% from 255) = 69.05%
R=17.56%
G=13.39%
B=69.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal59452320.750.8100.09244.4980.2654.31
Hex3B2DE84B5109f45036
Octal735535011312101136412066
Binary111011101101111010001001011101000101001111101001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,45,232); }

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

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

 a { background-color: rgb(59,45,232); }

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

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

 span { border-color: rgb(59,45,232); }

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