Html Css Color HEX #352BE9 Han Purple

📋 copy color: '#352BE9'

red 53 ◦ green 43 ◦ blue 233

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

Shades of Han Purple #352BE9

Tints of Han Purple #352BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 70.82%

R = 16.11%
G = 13.07%
B = 70.82%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#352BE9 (or 0x352BE9) is known color: Han Purple. HEX triplet: 35, 2B and E9. RGB value is (53,43,233). Sum of RGB (Red+Green+Blue) = 53+43+233=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 233 (91.41% from 255 or 70.82% from 329); Max value from RGB is 233 - color contains mainly: blue. Hex color #352BE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352BE9 is #CAD416. Grayscale: #424242. Windows color (decimal): -13292567 or 15280949. OLE color: 15280949.

HSL color Cylindrical-coordinate representation of color #352BE9: hue angle of 243.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #352BE9 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 43 233 -
CMYK 0.77 0.82 0 0.09
HSL 243.16º 0.81% 0.54% -
HSV(B) 243.16º 0.82% 0.91% -
XYZ 17.04 8.37 77.81 -
YUV 67.65 221.31 117.55 -
System Red Green Blue C M Y K H S L
Decimal 53 43 233 0.77 0.82 0 0.09 243.16 0.81 0.54
Hex 35 2B E9 4D 52 0 9 F3 51 36
Octal 65 53 351 115 122 0 11 363 121 66
Binary 110101 101011 11101001 1001101 1010010 0 1001 11110011 1010001 110110

Color Harmonies of #352BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BE9

Black with #352BE9

Text Example


Text Example

White with #352BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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