Html Css Color HEX #352DE5 Han Purple

📋 copy color: '#352DE5'

red 53 ◦ green 45 ◦ blue 229

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

Shades of Han Purple #352DE5

Tints of Han Purple #352DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 70.03%

R = 16.21%
G = 13.76%
B = 70.03%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#352DE5 (or 0x352DE5) is known color: Han Purple. HEX triplet: 35, 2D and E5. RGB value is (53,45,229). Sum of RGB (Red+Green+Blue) = 53+45+229=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 229 (89.84% from 255 or 70.03% from 327); Max value from RGB is 229 - color contains mainly: blue. Hex color #352DE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DE5 is #CAD21A. Grayscale: #434343. Windows color (decimal): -13292059 or 15019317. OLE color: 15019317.

HSL color Cylindrical-coordinate representation of color #352DE5: hue angle of 242.61º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #352DE5 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 45 229 -
CMYK 0.77 0.80 0 0.10
HSL 242.61º 0.78% 0.54% -
HSV(B) 242.61º 0.8% 0.9% -
XYZ 16.55 8.29 74.86 -
YUV 68.37 218.65 117.04 -
System Red Green Blue C M Y K H S L
Decimal 53 45 229 0.77 0.80 0 0.10 242.61 0.78 0.54
Hex 35 2D E5 4D 50 0 A F3 4E 36
Octal 65 55 345 115 120 0 12 363 116 66
Binary 110101 101101 11100101 1001101 1010000 0 1010 11110011 1001110 110110

Color Harmonies of #352DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352DE5

Black with #352DE5

Text Example


Text Example

White with #352DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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