Html Css Color HEX #352BFA Han Purple

📋 copy color: '#352BFA'

red 53 ◦ green 43 ◦ blue 250

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

Shades of Han Purple #352BFA

Tints of Han Purple #352BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.25%

R = 15.32%
G = 12.43%
B = 72.25%

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

#352BFA (or 0x352BFA) is known color: Han Purple. HEX triplet: 35, 2B and FA. RGB value is (53,43,250). Sum of RGB (Red+Green+Blue) = 53+43+250=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #352BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352BFA is #CAD405. Grayscale: #444444. Windows color (decimal): -13292550 or 16395061. OLE color: 16395061.

HSL color Cylindrical-coordinate representation of color #352BFA: hue angle of 242.9º degrees, saturation: 0.95, 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 #352BFA is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 43 250 -
CMYK 0.79 0.83 0 0.02
HSL 242.9º 0.95% 0.57% -
HSV(B) 242.9º 0.83% 0.98% -
XYZ 19.59 9.39 91.22 -
YUV 69.59 229.81 116.17 -
System Red Green Blue C M Y K H S L
Decimal 53 43 250 0.79 0.83 0 0.02 242.9 0.95 0.57
Hex 35 2B FA 4F 53 0 2 F3 5F 39
Octal 65 53 372 117 123 0 2 363 137 71
Binary 110101 101011 11111010 1001111 1010011 0 10 11110011 1011111 111001

Color Harmonies of #352BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BFA

Black with #352BFA

Text Example


Text Example

White with #352BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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