#5234EE

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

Shades of Han Purple #5234EE

Tints of Han Purple #5234EE

Color information

#5234EE (or 0x5234EE) is unknown color: approx Han Purple. HEX triplet: 52, 34 and EE. RGB value is (82,52,238). Sum of RGB (Red+Green+Blue) = 82+52+238=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #5234EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5234EE is #ADCB11. Grayscale: #515151. Windows color (decimal): -11389714 or 15610962. OLE color: 15610962.

HSL color Cylindrical-coordinate representation of color #5234EE: hue angle of 249.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5234EE is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8252238-
CMYK0.660.7800.07
HSL249.68º84.55%56.86%-
HSV(B)249.68º78.15%93.33%-
XYZ20.1410.4281.84-
YUV82.17215.94127.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.04%
GREEN value IS 52 (20.70% from 255) = 13.98%
BLUE value IS 238 (93.36% from 255) = 63.98%
R=22.04%
G=13.98%
B=63.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal82522380.660.7800.07249.6884.5556.86
Hex5234EE424E07fa5539
Octal122643561021160737212571
Binary101001011010011101110100001010011100111111110101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5234EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5234EE; }

 p { color: rgb(82,52,238); }

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

<style>
 a { background-color: #5234EE; }

 a { background-color: rgb(82,52,238); }

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

<style>
 span { border-color: #5234EE; }

 span { border-color: rgb(82,52,238); }

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