#531AEE

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

Shades of Han Purple #531AEE

Tints of Han Purple #531AEE

Color information

#531AEE (or 0x531AEE) is unknown color: approx Han Purple. HEX triplet: 53, 1A and EE. RGB value is (83,26,238). Sum of RGB (Red+Green+Blue) = 83+26+238=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #531AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531AEE is #ACE511. Grayscale: #424242. Windows color (decimal): -11330834 or 15604307. OLE color: 15604307.

HSL color Cylindrical-coordinate representation of color #531AEE: hue angle of 256.13º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531AEE is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8326238-
CMYK0.650.8900.07
HSL256.13º86.18%51.76%-
HSV(B)256.13º89.08%93.33%-
XYZ19.378.7581.56-
YUV67.21224.38139.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 26 (10.55% from 255) = 7.49%
BLUE value IS 238 (93.36% from 255) = 68.59%
R=23.92%
G=7.49%
B=68.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal83262380.650.8900.07256.1386.1851.76
Hex531AEE4159071005634
Octal123323561011310740012664
Binary101001111010111011101000001101100101111000000001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531AEE; }

 p { color: rgb(83,26,238); }

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

<style>
 a { background-color: #531AEE; }

 a { background-color: rgb(83,26,238); }

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

<style>
 span { border-color: #531AEE; }

 span { border-color: rgb(83,26,238); }

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