#5301D8

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

Shades of Han Purple #5301D8

Tints of Han Purple #5301D8

Color information

#5301D8 (or 0x5301D8) is unknown color: approx Han Purple. HEX triplet: 53, 01 and D8. RGB value is (83,1,216). Sum of RGB (Red+Green+Blue) = 83+1+216=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 216 (84.77% from 255 or 72% from 300); Max value from RGB is 216 - color contains mainly: blue. Hex color #5301D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5301D8 is #ACFE27. Grayscale: #313131. Windows color (decimal): -11337256 or 14156115. OLE color: 14156115.

HSL color Cylindrical-coordinate representation of color #5301D8: hue angle of 262.88º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5301D8 is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB831216-
CMYK0.621.0000.15
HSL262.88º99.08%42.55%-
HSV(B)262.88º99.54%84.71%-
XYZ15.976.8265.44-
YUV50.03221.67151.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 216 (84.77% from 255) = 72%
R=27.67%
G=0.33%
B=72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8312160.621.0000.15262.8899.0842.55
Hex531D83E640F107632b
Octal12313307614401740714353
Binary10100111110110001111101100100011111000001111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5301D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5301D8; }

 p { color: rgb(83,1,216); }

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

<style>
 a { background-color: #5301D8; }

 a { background-color: rgb(83,1,216); }

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

<style>
 span { border-color: #5301D8; }

 span { border-color: rgb(83,1,216); }

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