#5309E0

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

Shades of Han Purple #5309E0

Tints of Han Purple #5309E0

Color information

#5309E0 (or 0x5309E0) is unknown color: approx Han Purple. HEX triplet: 53, 09 and E0. RGB value is (83,9,224). Sum of RGB (Red+Green+Blue) = 83+9+224=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 224 (87.89% from 255 or 70.89% from 316); Max value from RGB is 224 - color contains mainly: blue. Hex color #5309E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5309E0 is #ACF61F. Grayscale: #363636. Windows color (decimal): -11335200 or 14682451. OLE color: 14682451.

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

Color convert

RGB839224-
CMYK0.630.9600.12
HSL260.65º92.27%45.69%-
HSV(B)260.65º95.98%87.84%-
XYZ17.127.4271.05-
YUV55.64223.02147.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 9 (3.91% from 255) = 2.85%
BLUE value IS 224 (87.89% from 255) = 70.89%
R=26.27%
G=2.85%
B=70.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal8392240.630.9600.12260.6592.2745.69
Hex539E03F600C1055c2e
Octal123113407714001440513456
Binary10100111001111000001111111100000011001000001011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5309E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5309E0; }

 p { color: rgb(83,9,224); }

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

<style>
 a { background-color: #5309E0; }

 a { background-color: rgb(83,9,224); }

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

<style>
 span { border-color: #5309E0; }

 span { border-color: rgb(83,9,224); }

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