Html Css Color HEX #3321EF Han Purple

📋 copy color: '#3321EF'

red 51 ◦ green 33 ◦ blue 239

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

Shades of Han Purple #3321EF

Tints of Han Purple #3321EF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.22%

 BLUE value IS 239 (93.75% from 255) = 73.99%

R = 15.79%
G = 10.22%
B = 73.99%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3321EF (or 0x3321EF) is known color: Han Purple. HEX triplet: 33, 21 and EF. RGB value is (51,33,239). Sum of RGB (Red+Green+Blue) = 51+33+239=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #3321EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3321EF is #CCDE10. Grayscale: #3D3D3D. Windows color (decimal): -13426193 or 15671603. OLE color: 15671603.

HSL color Cylindrical-coordinate representation of color #3321EF: hue angle of 245.24º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3321EF is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 33 239 -
CMYK 0.79 0.86 0 0.06
HSL 245.24º 0.87% 0.53% -
HSV(B) 245.24º 0.86% 0.94% -
XYZ 17.49 8.02 82.29 -
YUV 61.87 227.96 120.25 -
System Red Green Blue C M Y K H S L
Decimal 51 33 239 0.79 0.86 0 0.06 245.24 0.87 0.53
Hex 33 21 EF 4F 56 0 6 F5 57 35
Octal 63 41 357 117 126 0 6 365 127 65
Binary 110011 100001 11101111 1001111 1010110 0 110 11110101 1010111 110101

Color Harmonies of #3321EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3321EF

Black with #3321EF

Text Example


Text Example

White with #3321EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3321EF; }

 p { color: rgb(51,33,239); }

 H1.HeaderClassName
 {
   color: #3321EF;
 }
 .AnyTagClassName
 {
   color: #3321EF;
 }
</style>

background-color css

<style>
 a { background-color: #3321EF; }

 a { background-color: rgb(51,33,239); }

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

border-color css

<style>
 span { border-color: #3321EF; }

 span { border-color: rgb(51,33,239); }

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