Html Css Color HEX #352BF1 Han Purple

📋 copy color: '#352BF1'

red 53 ◦ green 43 ◦ blue 241

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

Shades of Han Purple #352BF1

Tints of Han Purple #352BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 71.51%

R = 15.73%
G = 12.76%
B = 71.51%

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

#352BF1 (or 0x352BF1) is known color: Han Purple. HEX triplet: 35, 2B and F1. RGB value is (53,43,241). Sum of RGB (Red+Green+Blue) = 53+43+241=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 241 (94.53% from 255 or 71.51% from 337); Max value from RGB is 241 - color contains mainly: blue. Hex color #352BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352BF1 is #CAD40E. Grayscale: #434343. Windows color (decimal): -13292559 or 15805237. OLE color: 15805237.

HSL color Cylindrical-coordinate representation of color #352BF1: hue angle of 243.03º 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 #352BF1 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 43 241 -
CMYK 0.78 0.82 0 0.05
HSL 243.03º 0.88% 0.56% -
HSV(B) 243.03º 0.82% 0.95% -
XYZ 18.21 8.84 83.96 -
YUV 68.56 225.31 116.9 -
System Red Green Blue C M Y K H S L
Decimal 53 43 241 0.78 0.82 0 0.05 243.03 0.88 0.56
Hex 35 2B F1 4E 52 0 5 F3 58 38
Octal 65 53 361 116 122 0 5 363 130 70
Binary 110101 101011 11110001 1001110 1010010 0 101 11110011 1011000 111000

Color Harmonies of #352BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BF1

Black with #352BF1

Text Example


Text Example

White with #352BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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