#5230E3

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

Shades of Han Purple #5230E3

Tints of Han Purple #5230E3

Color information

#5230E3 (or 0x5230E3) is unknown color: approx Han Purple. HEX triplet: 52, 30 and E3. RGB value is (82,48,227). Sum of RGB (Red+Green+Blue) = 82+48+227=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 227 (89.06% from 255 or 63.59% from 357); Max value from RGB is 227 - color contains mainly: blue. Hex color #5230E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5230E3 is #ADCF1C. Grayscale: #4D4D4D. Windows color (decimal): -11390749 or 14889042. OLE color: 14889042.

HSL color Cylindrical-coordinate representation of color #5230E3: hue angle of 251.4º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5230E3 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8248227-
CMYK0.640.7900.11
HSL251.4º76.17%53.92%-
HSV(B)251.4º78.85%89.02%-
XYZ18.49.4573.53-
YUV78.57211.76130.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 48 (19.14% from 255) = 13.45%
BLUE value IS 227 (89.06% from 255) = 63.59%
R=22.97%
G=13.45%
B=63.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal82482270.640.7900.11251.476.1753.92
Hex5230E3404F0Bfb4c36
Octal1226034310011701337311466
Binary1010010110000111000111000000100111101011111110111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5230E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5230E3; }

 p { color: rgb(82,48,227); }

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

<style>
 a { background-color: #5230E3; }

 a { background-color: rgb(82,48,227); }

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

<style>
 span { border-color: #5230E3; }

 span { border-color: rgb(82,48,227); }

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