#3210EB

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

Shades of Han Purple #3210EB

Tints of Han Purple #3210EB

Color information

#3210EB (or 0x3210EB) is unknown color: approx Han Purple. HEX triplet: 32, 10 and EB. RGB value is (50,16,235). Sum of RGB (Red+Green+Blue) = 50+16+235=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #3210EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3210EB is #CDEF14. Grayscale: #323232. Windows color (decimal): -13496085 or 15405106. OLE color: 15405106.

HSL color Cylindrical-coordinate representation of color #3210EB: hue angle of 249.32º degrees, saturation: 0.87, 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 #3210EB is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5016235-
CMYK0.790.9300.08
HSL249.32º87.25%49.22%-
HSV(B)249.32º93.19%92.16%-
XYZ16.57.0579.09-
YUV51.13231.76127.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 16 (6.64% from 255) = 5.32%
BLUE value IS 235 (92.19% from 255) = 78.07%
R=16.61%
G=5.32%
B=78.07%

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
Decimal50162350.790.9300.08249.3287.2549.22
Hex3210EB4F5D08f95731
Octal622035311713501037112761
Binary11001010000111010111001111101110101000111110011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3210EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3210EB; }

 p { color: rgb(50,16,235); }

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

<style>
 a { background-color: #3210EB; }

 a { background-color: rgb(50,16,235); }

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

<style>
 span { border-color: #3210EB; }

 span { border-color: rgb(50,16,235); }

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