#5311EB

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

Shades of Han Purple #5311EB

Tints of Han Purple #5311EB

Color information

#5311EB (or 0x5311EB) is unknown color: approx Han Purple. HEX triplet: 53, 11 and EB. RGB value is (83,17,235). Sum of RGB (Red+Green+Blue) = 83+17+235=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #5311EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5311EB is #ACEE14. Grayscale: #3C3C3C. Windows color (decimal): -11333141 or 15405395. OLE color: 15405395.

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

Color convert

RGB8317235-
CMYK0.650.9300.08
HSL258.17º86.51%49.41%-
HSV(B)258.17º92.77%92.16%-
XYZ18.768.2479.2-
YUV61.59225.87143.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 17 (7.03% from 255) = 5.07%
BLUE value IS 235 (92.19% from 255) = 70.15%
R=24.78%
G=5.07%
B=70.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal83172350.650.9300.08258.1786.5149.41
Hex5311EB415D081025731
Octal1232135310113501040212761
Binary1010011100011110101110000011011101010001000000101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5311EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,17,235); }

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

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

 a { background-color: rgb(83,17,235); }

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

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

 span { border-color: rgb(83,17,235); }

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