Html Css Color HEX #352BF9 Han Purple

📋 copy color: '#352BF9'

red 53 ◦ green 43 ◦ blue 249

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

Shades of Han Purple #352BF9

Tints of Han Purple #352BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 72.17%

R = 15.36%
G = 12.46%
B = 72.17%

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#352BF9 (or 0x352BF9) is known color: Han Purple. HEX triplet: 35, 2B and F9. RGB value is (53,43,249). Sum of RGB (Red+Green+Blue) = 53+43+249=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 249 (97.66% from 255 or 72.17% from 345); Max value from RGB is 249 - color contains mainly: blue. Hex color #352BF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352BF9 is #CAD406. Grayscale: #444444. Windows color (decimal): -13292551 or 16329525. OLE color: 16329525.

HSL color Cylindrical-coordinate representation of color #352BF9: hue angle of 242.91º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #352BF9 is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 43 249 -
CMYK 0.79 0.83 0 0.02
HSL 242.91º 0.94% 0.57% -
HSV(B) 242.91º 0.83% 0.98% -
XYZ 19.43 9.32 90.4 -
YUV 69.47 229.31 116.25 -
System Red Green Blue C M Y K H S L
Decimal 53 43 249 0.79 0.83 0 0.02 242.91 0.94 0.57
Hex 35 2B F9 4F 53 0 2 F3 5E 39
Octal 65 53 371 117 123 0 2 363 136 71
Binary 110101 101011 11111001 1001111 1010011 0 10 11110011 1011110 111001

Color Harmonies of #352BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BF9

Black with #352BF9

Text Example


Text Example

White with #352BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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