#3211EA

Color #3211EA Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3211EA

Tints of Han Purple #3211EA

Color information

#3211EA (or 0x3211EA) is unknown color: approx Han Purple. HEX triplet: 32, 11 and EA. RGB value is (50,17,234). Sum of RGB (Red+Green+Blue) = 50+17+234=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #3211EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3211EA is #CDEE15. Grayscale: #323232. Windows color (decimal): -13495830 or 15339826. OLE color: 15339826.

HSL color Cylindrical-coordinate representation of color #3211EA: hue angle of 249.12º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3211EA is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5017234-
CMYK0.790.9300.08
HSL249.12º86.45%49.22%-
HSV(B)249.12º92.74%91.76%-
XYZ16.377.0278.33-
YUV51.6230.93126.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 17 (7.03% from 255) = 5.65%
BLUE value IS 234 (91.80% from 255) = 77.74%
R=16.61%
G=5.65%
B=77.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal50172340.790.9300.08249.1286.4549.22
Hex3211EA4F5D08f95631
Octal622135211713501037112661
Binary11001010001111010101001111101110101000111110011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3211EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3211EA; }

 p { color: rgb(50,17,234); }

 H1.HeaderClassName
 {
   color: #3211EA;
 }
 .AnyTagClassName
 {
   color: #3211EA;
 }
</style>
background-color css

<style>
 a { background-color: #3211EA; }

 a { background-color: rgb(50,17,234); }

 div.DivClassName
 {
   background-color: #3211EA;
 }
 .BgClassName
 {
   background-color: #3211EA;
 }
</style>
border-color css

<style>
 span { border-color: #3211EA; }

 span { border-color: rgb(50,17,234); }

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