Html Css Color HEX #352CEB Han Purple

📋 copy color: '#352CEB'

red 53 ◦ green 44 ◦ blue 235

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

Shades of Han Purple #352CEB

Tints of Han Purple #352CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.78%

R = 15.96%
G = 13.25%
B = 70.78%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#352CEB (or 0x352CEB) is known color: Han Purple. HEX triplet: 35, 2C and EB. RGB value is (53,44,235). Sum of RGB (Red+Green+Blue) = 53+44+235=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #352CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352CEB is #CAD314. Grayscale: #434343. Windows color (decimal): -13292309 or 15412277. OLE color: 15412277.

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

Color convert

RGB 53 44 235 -
CMYK 0.77 0.81 0 0.08
HSL 242.83º 0.83% 0.55% -
HSV(B) 242.83º 0.81% 0.92% -
XYZ 17.36 8.56 79.33 -
YUV 68.47 221.98 116.97 -
System Red Green Blue C M Y K H S L
Decimal 53 44 235 0.77 0.81 0 0.08 242.83 0.83 0.55
Hex 35 2C EB 4D 51 0 8 F3 53 37
Octal 65 54 353 115 121 0 10 363 123 67
Binary 110101 101100 11101011 1001101 1010001 0 1000 11110011 1010011 110111

Color Harmonies of #352CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352CEB

Black with #352CEB

Text Example


Text Example

White with #352CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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