Html Css Color HEX #352DE9 Han Purple

📋 copy color: '#352DE9'

red 53 ◦ green 45 ◦ blue 233

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

Shades of Han Purple #352DE9

Tints of Han Purple #352DE9

RGB

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

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

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

R = 16.01%
G = 13.6%
B = 70.39%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#352DE9 (or 0x352DE9) is known color: Han Purple. HEX triplet: 35, 2D and E9. RGB value is (53,45,233). Sum of RGB (Red+Green+Blue) = 53+45+233=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 233 (91.41% from 255 or 70.39% from 331); Max value from RGB is 233 - color contains mainly: blue. Hex color #352DE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352DE9 is #CAD216. Grayscale: #444444. Windows color (decimal): -13292055 or 15281461. OLE color: 15281461.

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

Color convert

RGB 53 45 233 -
CMYK 0.77 0.81 0 0.09
HSL 242.55º 0.81% 0.55% -
HSV(B) 242.55º 0.81% 0.91% -
XYZ 17.11 8.52 77.83 -
YUV 68.82 220.65 116.71 -
System Red Green Blue C M Y K H S L
Decimal 53 45 233 0.77 0.81 0 0.09 242.55 0.81 0.55
Hex 35 2D E9 4D 51 0 9 F3 51 37
Octal 65 55 351 115 121 0 11 363 121 67
Binary 110101 101101 11101001 1001101 1010001 0 1001 11110011 1010001 110111

Color Harmonies of #352DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352DE9

Black with #352DE9

Text Example


Text Example

White with #352DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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