Html Css Color HEX #352DEF Han Purple

📋 copy color: '#352DEF'

red 53 ◦ green 45 ◦ blue 239

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

Shades of Han Purple #352DEF

Tints of Han Purple #352DEF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.35%

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

R = 15.73%
G = 13.35%
B = 70.92%

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

#352DEF (or 0x352DEF) is known color: Han Purple. HEX triplet: 35, 2D and EF. RGB value is (53,45,239). Sum of RGB (Red+Green+Blue) = 53+45+239=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #352DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352DEF is #CAD210. Grayscale: #444444. Windows color (decimal): -13292049 or 15674677. OLE color: 15674677.

HSL color Cylindrical-coordinate representation of color #352DEF: hue angle of 242.47º 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 #352DEF is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 45 239 -
CMYK 0.78 0.81 0 0.06
HSL 242.47º 0.86% 0.56% -
HSV(B) 242.47º 0.81% 0.94% -
XYZ 17.99 8.87 82.42 -
YUV 69.51 223.65 116.23 -
System Red Green Blue C M Y K H S L
Decimal 53 45 239 0.78 0.81 0 0.06 242.47 0.86 0.56
Hex 35 2D EF 4E 51 0 6 F2 56 38
Octal 65 55 357 116 121 0 6 362 126 70
Binary 110101 101101 11101111 1001110 1010001 0 110 11110010 1010110 111000

Color Harmonies of #352DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352DEF

Black with #352DEF

Text Example


Text Example

White with #352DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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