Html Css Color HEX #332AE2 Han Purple

📋 copy color: '#332AE2'

red 51 ◦ green 42 ◦ blue 226

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

Shades of Han Purple #332AE2

Tints of Han Purple #332AE2

RGB

 RED value IS 51 (20.31% from 255) = 15.99%

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

 BLUE value IS 226 (88.67% from 255) = 70.85%

R = 15.99%
G = 13.17%
B = 70.85%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#332AE2 (or 0x332AE2) is known color: Han Purple. HEX triplet: 33, 2A and E2. RGB value is (51,42,226). Sum of RGB (Red+Green+Blue) = 51+42+226=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 226 (88.67% from 255 or 70.85% from 319); Max value from RGB is 226 - color contains mainly: blue. Hex color #332AE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332AE2 is #CCD51D. Grayscale: #404040. Windows color (decimal): -13423902 or 14821939. OLE color: 14821939.

HSL color Cylindrical-coordinate representation of color #332AE2: hue angle of 242.93º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332AE2 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 51 42 226 -
CMYK 0.77 0.81 0 0.11
HSL 242.93º 0.76% 0.53% -
HSV(B) 242.93º 0.81% 0.89% -
XYZ 15.92 7.85 72.63 -
YUV 65.67 218.48 117.54 -
System Red Green Blue C M Y K H S L
Decimal 51 42 226 0.77 0.81 0 0.11 242.93 0.76 0.53
Hex 33 2A E2 4D 51 0 B F3 4C 35
Octal 63 52 342 115 121 0 13 363 114 65
Binary 110011 101010 11100010 1001101 1010001 0 1011 11110011 1001100 110101

Color Harmonies of #332AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332AE2

Black with #332AE2

Text Example


Text Example

White with #332AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332AE2; }

 p { color: rgb(51,42,226); }

 H1.HeaderClassName
 {
   color: #332AE2;
 }
 .AnyTagClassName
 {
   color: #332AE2;
 }
</style>

background-color css

<style>
 a { background-color: #332AE2; }

 a { background-color: rgb(51,42,226); }

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

border-color css

<style>
 span { border-color: #332AE2; }

 span { border-color: rgb(51,42,226); }

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