Html Css Color HEX #352CDF Han Purple

📋 copy color: '#352CDF'

red 53 ◦ green 44 ◦ blue 223

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

Shades of Han Purple #352CDF

Tints of Han Purple #352CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.69%

R = 16.56%
G = 13.75%
B = 69.69%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#352CDF (or 0x352CDF) is known color: Han Purple. HEX triplet: 35, 2C and DF. RGB value is (53,44,223). Sum of RGB (Red+Green+Blue) = 53+44+223=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #352CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352CDF is #CAD320. Grayscale: #424242. Windows color (decimal): -13292321 or 14625845. OLE color: 14625845.

HSL color Cylindrical-coordinate representation of color #352CDF: hue angle of 243.02º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #352CDF is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 44 223 -
CMYK 0.76 0.80 0 0.13
HSL 243.02º 0.74% 0.52% -
HSV(B) 243.02º 0.8% 0.87% -
XYZ 15.69 7.89 70.51 -
YUV 67.1 215.98 117.95 -
System Red Green Blue C M Y K H S L
Decimal 53 44 223 0.76 0.80 0 0.13 243.02 0.74 0.52
Hex 35 2C DF 4C 50 0 D F3 4A 34
Octal 65 54 337 114 120 0 15 363 112 64
Binary 110101 101100 11011111 1001100 1010000 0 1101 11110011 1001010 110100

Color Harmonies of #352CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352CDF

Black with #352CDF

Text Example


Text Example

White with #352CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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