Html Css Color HEX #352CF7 Han Purple

📋 copy color: '#352CF7'

red 53 ◦ green 44 ◦ blue 247

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

Shades of Han Purple #352CF7

Tints of Han Purple #352CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 71.8%

R = 15.41%
G = 12.79%
B = 71.8%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#352CF7 (or 0x352CF7) is known color: Han Purple. HEX triplet: 35, 2C and F7. RGB value is (53,44,247). Sum of RGB (Red+Green+Blue) = 53+44+247=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 247 (96.88% from 255 or 71.80% from 344); Max value from RGB is 247 - color contains mainly: blue. Hex color #352CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352CF7 is #CAD308. Grayscale: #454545. Windows color (decimal): -13292297 or 16198709. OLE color: 16198709.

HSL color Cylindrical-coordinate representation of color #352CF7: hue angle of 242.66º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #352CF7 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 53 44 247 -
CMYK 0.79 0.82 0 0.03
HSL 242.66º 0.93% 0.57% -
HSV(B) 242.66º 0.82% 0.97% -
XYZ 19.16 9.27 88.78 -
YUV 69.83 227.98 115.99 -
System Red Green Blue C M Y K H S L
Decimal 53 44 247 0.79 0.82 0 0.03 242.66 0.93 0.57
Hex 35 2C F7 4F 52 0 3 F3 5D 39
Octal 65 54 367 117 122 0 3 363 135 71
Binary 110101 101100 11110111 1001111 1010010 0 11 11110011 1011101 111001

Color Harmonies of #352CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352CF7

Black with #352CF7

Text Example


Text Example

White with #352CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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