Html Css Color HEX #352AEE Han Purple

📋 copy color: '#352AEE'

red 53 ◦ green 42 ◦ blue 238

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

Shades of Han Purple #352AEE

Tints of Han Purple #352AEE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.61%

 BLUE value IS 238 (93.36% from 255) = 71.47%

R = 15.92%
G = 12.61%
B = 71.47%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#352AEE (or 0x352AEE) is known color: Han Purple. HEX triplet: 35, 2A and EE. RGB value is (53,42,238). Sum of RGB (Red+Green+Blue) = 53+42+238=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #352AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352AEE is #CAD511. Grayscale: #424242. Windows color (decimal): -13292818 or 15608373. OLE color: 15608373.

HSL color Cylindrical-coordinate representation of color #352AEE: hue angle of 243.37º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #352AEE is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 42 238 -
CMYK 0.78 0.82 0 0.07
HSL 243.37º 0.85% 0.55% -
HSV(B) 243.37º 0.82% 0.93% -
XYZ 17.73 8.59 81.61 -
YUV 67.63 224.14 117.56 -
System Red Green Blue C M Y K H S L
Decimal 53 42 238 0.78 0.82 0 0.07 243.37 0.85 0.55
Hex 35 2A EE 4E 52 0 7 F3 55 37
Octal 65 52 356 116 122 0 7 363 125 67
Binary 110101 101010 11101110 1001110 1010010 0 111 11110011 1010101 110111

Color Harmonies of #352AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352AEE

Black with #352AEE

Text Example


Text Example

White with #352AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,42,238); }

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

background-color css

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

 a { background-color: rgb(53,42,238); }

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

border-color css

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

 span { border-color: rgb(53,42,238); }

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