Html Css Color HEX #352BEF Han Purple

📋 copy color: '#352BEF'

red 53 ◦ green 43 ◦ blue 239

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

Shades of Han Purple #352BEF

Tints of Han Purple #352BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.84%

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

R = 15.82%
G = 12.84%
B = 71.34%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#352BEF (or 0x352BEF) is known color: Han Purple. HEX triplet: 35, 2B and EF. RGB value is (53,43,239). Sum of RGB (Red+Green+Blue) = 53+43+239=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #352BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352BEF is #CAD410. Grayscale: #434343. Windows color (decimal): -13292561 or 15674165. OLE color: 15674165.

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

Color convert

RGB 53 43 239 -
CMYK 0.78 0.82 0 0.06
HSL 243.06º 0.86% 0.55% -
HSV(B) 243.06º 0.82% 0.94% -
XYZ 17.91 8.72 82.4 -
YUV 68.33 224.31 117.06 -
System Red Green Blue C M Y K H S L
Decimal 53 43 239 0.78 0.82 0 0.06 243.06 0.86 0.55
Hex 35 2B EF 4E 52 0 6 F3 56 37
Octal 65 53 357 116 122 0 6 363 126 67
Binary 110101 101011 11101111 1001110 1010010 0 110 11110011 1010110 110111

Color Harmonies of #352BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BEF

Black with #352BEF

Text Example


Text Example

White with #352BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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