#5301DB

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

Shades of Han Purple #5301DB

Tints of Han Purple #5301DB

Color information

#5301DB (or 0x5301DB) is unknown color: approx Han Purple. HEX triplet: 53, 01 and DB. RGB value is (83,1,219). Sum of RGB (Red+Green+Blue) = 83+1+219=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #5301DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5301DB is #ACFE24. Grayscale: #313131. Windows color (decimal): -11337253 or 14352723. OLE color: 14352723.

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

Color convert

RGB831219-
CMYK0.621.0000.14
HSL262.57º99.09%43.14%-
HSV(B)262.57º99.54%85.88%-
XYZ16.366.9867.5-
YUV50.37223.17151.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 219 (85.94% from 255) = 72.28%
R=27.39%
G=0.33%
B=72.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal8312190.621.0000.14262.5799.0943.14
Hex531DB3E640E107632b
Octal12313337614401640714353
Binary10100111110110111111101100100011101000001111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5301DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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