#5234E1

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

Shades of Han Purple #5234E1

Tints of Han Purple #5234E1

Color information

#5234E1 (or 0x5234E1) is unknown color: approx Han Purple. HEX triplet: 52, 34 and E1. RGB value is (82,52,225). Sum of RGB (Red+Green+Blue) = 82+52+225=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 225 (88.28% from 255 or 62.67% from 359); Max value from RGB is 225 - color contains mainly: blue. Hex color #5234E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5234E1 is #ADCB1E. Grayscale: #505050. Windows color (decimal): -11389727 or 14758994. OLE color: 14758994.

HSL color Cylindrical-coordinate representation of color #5234E1: hue angle of 250.4º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5234E1 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8252225-
CMYK0.640.7700.12
HSL250.4º74.25%54.31%-
HSV(B)250.4º76.89%88.24%-
XYZ18.39.6972.14-
YUV80.69209.44128.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 52 (20.70% from 255) = 14.48%
BLUE value IS 225 (88.28% from 255) = 62.67%
R=22.84%
G=14.48%
B=62.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82522250.640.7700.12250.474.2554.31
Hex5234E1404D0Cfa4a36
Octal1226434110011501437211266
Binary1010010110100111000011000000100110101100111110101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5234E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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