Html Css Color HEX #352BEA Han Purple

📋 copy color: '#352BEA'

red 53 ◦ green 43 ◦ blue 234

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

Shades of Han Purple #352BEA

Tints of Han Purple #352BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.91%

R = 16.06%
G = 13.03%
B = 70.91%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#352BEA (or 0x352BEA) is known color: Han Purple. HEX triplet: 35, 2B and EA. RGB value is (53,43,234). Sum of RGB (Red+Green+Blue) = 53+43+234=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #352BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352BEA is #CAD415. Grayscale: #434343. Windows color (decimal): -13292566 or 15346485. OLE color: 15346485.

HSL color Cylindrical-coordinate representation of color #352BEA: hue angle of 243.14º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #352BEA is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 43 234 -
CMYK 0.77 0.82 0 0.08
HSL 243.14º 0.82% 0.54% -
HSV(B) 243.14º 0.82% 0.92% -
XYZ 17.18 8.43 78.56 -
YUV 67.76 221.81 117.47 -
System Red Green Blue C M Y K H S L
Decimal 53 43 234 0.77 0.82 0 0.08 243.14 0.82 0.54
Hex 35 2B EA 4D 52 0 8 F3 52 36
Octal 65 53 352 115 122 0 10 363 122 66
Binary 110101 101011 11101010 1001101 1010010 0 1000 11110011 1010010 110110

Color Harmonies of #352BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BEA

Black with #352BEA

Text Example


Text Example

White with #352BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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