#5232e0

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

Shades of Han Purple #5232E0

Tints of Han Purple #5232E0

Color information

#5232E0 (or 0x5232E0) is unknown color: approx Han Purple. HEX triplet: 52, 32 and E0. RGB value is (82,50,224). Sum of RGB (Red+Green+Blue) = 82+50+224=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #5232E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5232E0 is #ADCD1F. Grayscale: #4E4E4E. Windows color (decimal): -11390240 or 14692946. OLE color: 14692946.

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

Color convert

RGB8250224-
CMYK0.630.7800.12
HSL251.03º73.73%53.73%-
HSV(B)251.03º77.68%87.84%-
XYZ18.079.4671.39-
YUV79.4209.6129.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 50 (19.92% from 255) = 14.04%
BLUE value IS 224 (87.89% from 255) = 62.92%
R=23.03%
G=14.04%
B=62.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82502240.630.7800.12251.0373.7353.73
Hex5232E03F4E0Cfb4a36
Octal122623407711601437311266
Binary101001011001011100000111111100111001100111110111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5232e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5232e0; }

 p { color: rgb(82,50,224); }

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

<style>
 a { background-color: #5232e0; }

 a { background-color: rgb(82,50,224); }

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

<style>
 span { border-color: #5232e0; }

 span { border-color: rgb(82,50,224); }

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