Html Css Color HEX #5304DB Han Purple

📋 copy color: '#5304DB'

red 83 ◦ green 4 ◦ blue 219

#5304DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5304DB

Tints of Han Purple #5304DB

RGB

 RED value IS 83 (32.81% from 255) = 27.12%

 GREEN value IS 4 (1.95% from 255) = 1.31%

 BLUE value IS 219 (85.94% from 255) = 71.57%

R = 27.12%
G = 1.31%
B = 71.57%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5304DB (or 0x5304DB) is known color: Han Purple. HEX triplet: 53, 04 and DB. RGB value is (83,4,219). Sum of RGB (Red+Green+Blue) = 83+4+219=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #5304DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5304DB is #ACFB24. Grayscale: #333333. Windows color (decimal): -11336485 or 14353491. OLE color: 14353491.

HSL color Cylindrical-coordinate representation of color #5304DB: hue angle of 262.05º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5304DB is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 4 219 -
CMYK 0.62 0.98 0 0.14
HSL 262.05º 0.96% 0.44% -
HSV(B) 262.05º 0.98% 0.86% -
XYZ 16.4 7.04 67.51 -
YUV 52.13 222.17 150.02 -
System Red Green Blue C M Y K H S L
Decimal 83 4 219 0.62 0.98 0 0.14 262.05 0.96 0.44
Hex 53 4 DB 3E 62 0 E 106 60 2C
Octal 123 4 333 76 142 0 16 406 140 54
Binary 1010011 100 11011011 111110 1100010 0 1110 100000110 1100000 101100

Color Harmonies of #5304DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5304DB

Black with #5304DB

Text Example


Text Example

White with #5304DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5304DB;
 }
 .AnyTagClassName
 {
   color: #5304DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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