Html Css Color HEX #352DEB Han Purple

📋 copy color: '#352DEB'

red 53 ◦ green 45 ◦ blue 235

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

Shades of Han Purple #352DEB

Tints of Han Purple #352DEB

RGB

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

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

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

R = 15.92%
G = 13.51%
B = 70.57%

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

#352DEB (or 0x352DEB) is known color: Han Purple. HEX triplet: 35, 2D and EB. RGB value is (53,45,235). Sum of RGB (Red+Green+Blue) = 53+45+235=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #352DEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352DEB is #CAD214. Grayscale: #444444. Windows color (decimal): -13292053 or 15412533. OLE color: 15412533.

HSL color Cylindrical-coordinate representation of color #352DEB: hue angle of 242.53º 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 #352DEB is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 45 235 -
CMYK 0.77 0.81 0 0.08
HSL 242.53º 0.83% 0.55% -
HSV(B) 242.53º 0.81% 0.92% -
XYZ 17.4 8.63 79.35 -
YUV 69.05 221.65 116.55 -
System Red Green Blue C M Y K H S L
Decimal 53 45 235 0.77 0.81 0 0.08 242.53 0.83 0.55
Hex 35 2D EB 4D 51 0 8 F3 53 37
Octal 65 55 353 115 121 0 10 363 123 67
Binary 110101 101101 11101011 1001101 1010001 0 1000 11110011 1010011 110111

Color Harmonies of #352DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352DEB

Black with #352DEB

Text Example


Text Example

White with #352DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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