Html Css Color HEX #352CE5 Han Purple

📋 copy color: '#352CE5'

red 53 ◦ green 44 ◦ blue 229

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

Shades of Han Purple #352CE5

Tints of Han Purple #352CE5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.5%

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

R = 16.26%
G = 13.5%
B = 70.25%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#352CE5 (or 0x352CE5) is known color: Han Purple. HEX triplet: 35, 2C and E5. RGB value is (53,44,229). Sum of RGB (Red+Green+Blue) = 53+44+229=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #352CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352CE5 is #CAD31A. Grayscale: #434343. Windows color (decimal): -13292315 or 15019061. OLE color: 15019061.

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

Color convert

RGB 53 44 229 -
CMYK 0.77 0.81 0 0.10
HSL 242.92º 0.78% 0.54% -
HSV(B) 242.92º 0.81% 0.9% -
XYZ 16.51 8.22 74.84 -
YUV 67.78 218.98 117.46 -
System Red Green Blue C M Y K H S L
Decimal 53 44 229 0.77 0.81 0 0.10 242.92 0.78 0.54
Hex 35 2C E5 4D 51 0 A F3 4E 36
Octal 65 54 345 115 121 0 12 363 116 66
Binary 110101 101100 11100101 1001101 1010001 0 1010 11110011 1001110 110110

Color Harmonies of #352CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352CE5

Black with #352CE5

Text Example


Text Example

White with #352CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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