Html Css Color HEX #352EEF Han Purple

📋 copy color: '#352EEF'

red 53 ◦ green 46 ◦ blue 239

#352EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #352EEF

Tints of Han Purple #352EEF

RGB

 RED value IS 53 (21.09% from 255) = 15.68%

 GREEN value IS 46 (18.36% from 255) = 13.61%

 BLUE value IS 239 (93.75% from 255) = 70.71%

R = 15.68%
G = 13.61%
B = 70.71%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#352EEF (or 0x352EEF) is known color: Han Purple. HEX triplet: 35, 2E and EF. RGB value is (53,46,239). Sum of RGB (Red+Green+Blue) = 53+46+239=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #352EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352EEF is #CAD110. Grayscale: #454545. Windows color (decimal): -13291793 or 15674933. OLE color: 15674933.

HSL color Cylindrical-coordinate representation of color #352EEF: hue angle of 242.18º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #352EEF is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 46 239 -
CMYK 0.78 0.81 0 0.06
HSL 242.18º 0.86% 0.56% -
HSV(B) 242.18º 0.81% 0.94% -
XYZ 18.03 8.94 82.44 -
YUV 70.1 223.32 115.81 -
System Red Green Blue C M Y K H S L
Decimal 53 46 239 0.78 0.81 0 0.06 242.18 0.86 0.56
Hex 35 2E EF 4E 51 0 6 F2 56 38
Octal 65 56 357 116 121 0 6 362 126 70
Binary 110101 101110 11101111 1001110 1010001 0 110 11110010 1010110 111000

Color Harmonies of #352EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352EEF

Black with #352EEF

Text Example


Text Example

White with #352EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #352EEF;
 }
 .AnyTagClassName
 {
   color: #352EEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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