Html Css Color HEX #352BF2 Han Purple

📋 copy color: '#352BF2'

red 53 ◦ green 43 ◦ blue 242

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

Shades of Han Purple #352BF2

Tints of Han Purple #352BF2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

 BLUE value IS 242 (94.92% from 255) = 71.6%

R = 15.68%
G = 12.72%
B = 71.6%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#352BF2 (or 0x352BF2) is known color: Han Purple. HEX triplet: 35, 2B and F2. RGB value is (53,43,242). Sum of RGB (Red+Green+Blue) = 53+43+242=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 242 (94.92% from 255 or 71.60% from 338); Max value from RGB is 242 - color contains mainly: blue. Hex color #352BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352BF2 is #CAD40D. Grayscale: #434343. Windows color (decimal): -13292558 or 15870773. OLE color: 15870773.

HSL color Cylindrical-coordinate representation of color #352BF2: hue angle of 243.02º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #352BF2 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 43 242 -
CMYK 0.78 0.82 0 0.05
HSL 243.02º 0.88% 0.56% -
HSV(B) 243.02º 0.82% 0.95% -
XYZ 18.36 8.9 84.75 -
YUV 68.68 225.81 116.82 -
System Red Green Blue C M Y K H S L
Decimal 53 43 242 0.78 0.82 0 0.05 243.02 0.88 0.56
Hex 35 2B F2 4E 52 0 5 F3 58 38
Octal 65 53 362 116 122 0 5 363 130 70
Binary 110101 101011 11110010 1001110 1010010 0 101 11110011 1011000 111000

Color Harmonies of #352BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BF2

Black with #352BF2

Text Example


Text Example

White with #352BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,43,242); }

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

background-color css

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

 a { background-color: rgb(53,43,242); }

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

border-color css

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

 span { border-color: rgb(53,43,242); }

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