Html Css Color HEX #332EE7 Han Purple

📋 copy color: '#332EE7'

red 51 ◦ green 46 ◦ blue 231

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

Shades of Han Purple #332EE7

Tints of Han Purple #332EE7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.02%

 BLUE value IS 231 (90.63% from 255) = 70.43%

R = 15.55%
G = 14.02%
B = 70.43%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#332EE7 (or 0x332EE7) is known color: Han Purple. HEX triplet: 33, 2E and E7. RGB value is (51,46,231). Sum of RGB (Red+Green+Blue) = 51+46+231=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 231 (90.62% from 255 or 70.43% from 328); Max value from RGB is 231 - color contains mainly: blue. Hex color #332EE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332EE7 is #CCD118. Grayscale: #434343. Windows color (decimal): -13422873 or 15150643. OLE color: 15150643.

HSL color Cylindrical-coordinate representation of color #332EE7: hue angle of 241.62º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #332EE7 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 51 46 231 -
CMYK 0.78 0.80 0 0.09
HSL 241.62º 0.79% 0.54% -
HSV(B) 241.62º 0.8% 0.91% -
XYZ 16.77 8.43 76.34 -
YUV 68.59 219.66 115.46 -
System Red Green Blue C M Y K H S L
Decimal 51 46 231 0.78 0.80 0 0.09 241.62 0.79 0.54
Hex 33 2E E7 4E 50 0 9 F2 4F 36
Octal 63 56 347 116 120 0 11 362 117 66
Binary 110011 101110 11100111 1001110 1010000 0 1001 11110010 1001111 110110

Color Harmonies of #332EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332EE7

Black with #332EE7

Text Example


Text Example

White with #332EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,46,231); }

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

background-color css

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

 a { background-color: rgb(51,46,231); }

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

border-color css

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

 span { border-color: rgb(51,46,231); }

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