#352EE3

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

Shades of Han Purple #352EE3

Tints of Han Purple #352EE3

Color information

#352EE3 (or 0x352EE3) is unknown color: approx Han Purple. HEX triplet: 35, 2E and E3. RGB value is (53,46,227). Sum of RGB (Red+Green+Blue) = 53+46+227=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 227 (89.06% from 255 or 69.63% from 326); Max value from RGB is 227 - color contains mainly: blue. Hex color #352EE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352EE3 is #CAD11C. Grayscale: #444444. Windows color (decimal): -13291805 or 14888501. OLE color: 14888501.

HSL color Cylindrical-coordinate representation of color #352EE3: hue angle of 242.32º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #352EE3 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5346227-
CMYK0.770.8000.11
HSL242.32º76.37%53.53%-
HSV(B)242.32º79.74%89.02%-
XYZ16.318.2673.41-
YUV68.73217.32116.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 227 (89.06% from 255) = 69.63%
R=16.26%
G=14.11%
B=69.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal53462270.770.8000.11242.3276.3753.53
Hex352EE34D500Bf24c36
Octal655634311512001336211466
Binary110101101110111000111001101101000001011111100101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352EE3; }

 p { color: rgb(53,46,227); }

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

<style>
 a { background-color: #352EE3; }

 a { background-color: rgb(53,46,227); }

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

<style>
 span { border-color: #352EE3; }

 span { border-color: rgb(53,46,227); }

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