Html Css Color HEX #352BEE Han Purple

📋 copy color: '#352BEE'

red 53 ◦ green 43 ◦ blue 238

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

Shades of Han Purple #352BEE

Tints of Han Purple #352BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.26%

R = 15.87%
G = 12.87%
B = 71.26%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#352BEE (or 0x352BEE) is known color: Han Purple. HEX triplet: 35, 2B and EE. RGB value is (53,43,238). Sum of RGB (Red+Green+Blue) = 53+43+238=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #352BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352BEE is #CAD411. Grayscale: #434343. Windows color (decimal): -13292562 or 15608629. OLE color: 15608629.

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

Color convert

RGB 53 43 238 -
CMYK 0.78 0.82 0 0.07
HSL 243.08º 0.85% 0.55% -
HSV(B) 243.08º 0.82% 0.93% -
XYZ 17.76 8.66 81.62 -
YUV 68.22 223.81 117.14 -
System Red Green Blue C M Y K H S L
Decimal 53 43 238 0.78 0.82 0 0.07 243.08 0.85 0.55
Hex 35 2B EE 4E 52 0 7 F3 55 37
Octal 65 53 356 116 122 0 7 363 125 67
Binary 110101 101011 11101110 1001110 1010010 0 111 11110011 1010101 110111

Color Harmonies of #352BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BEE

Black with #352BEE

Text Example


Text Example

White with #352BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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