Html Css Color HEX #352CFA Han Purple

📋 copy color: '#352CFA'

red 53 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #352CFA

Tints of Han Purple #352CFA

RGB

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

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

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

R = 15.27%
G = 12.68%
B = 72.05%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#352CFA (or 0x352CFA) is known color: Han Purple. HEX triplet: 35, 2C and FA. RGB value is (53,44,250). Sum of RGB (Red+Green+Blue) = 53+44+250=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #352CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352CFA is #CAD305. Grayscale: #454545. Windows color (decimal): -13292294 or 16395317. OLE color: 16395317.

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

Color convert

RGB 53 44 250 -
CMYK 0.79 0.82 0 0.02
HSL 242.62º 0.95% 0.58% -
HSV(B) 242.62º 0.82% 0.98% -
XYZ 19.62 9.46 91.23 -
YUV 70.18 229.48 115.75 -
System Red Green Blue C M Y K H S L
Decimal 53 44 250 0.79 0.82 0 0.02 242.62 0.95 0.58
Hex 35 2C FA 4F 52 0 2 F3 5F 3A
Octal 65 54 372 117 122 0 2 363 137 72
Binary 110101 101100 11111010 1001111 1010010 0 10 11110011 1011111 111010

Color Harmonies of #352CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352CFA

Black with #352CFA

Text Example


Text Example

White with #352CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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