Html Css Color HEX #5304DF Han Purple

📋 copy color: '#5304DF'

red 83 ◦ green 4 ◦ blue 223

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

Shades of Han Purple #5304DF

Tints of Han Purple #5304DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.94%

R = 26.77%
G = 1.29%
B = 71.94%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5304DF (or 0x5304DF) is known color: Han Purple. HEX triplet: 53, 04 and DF. RGB value is (83,4,223). Sum of RGB (Red+Green+Blue) = 83+4+223=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #5304DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5304DF is #ACFB20. Grayscale: #333333. Windows color (decimal): -11336481 or 14615635. OLE color: 14615635.

HSL color Cylindrical-coordinate representation of color #5304DF: hue angle of 261.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5304DF is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 4 223 -
CMYK 0.63 0.98 0 0.13
HSL 261.64º 0.96% 0.45% -
HSV(B) 261.64º 0.98% 0.87% -
XYZ 16.93 7.25 70.32 -
YUV 52.59 224.17 149.69 -
System Red Green Blue C M Y K H S L
Decimal 83 4 223 0.63 0.98 0 0.13 261.64 0.96 0.45
Hex 53 4 DF 3F 62 0 D 106 60 2D
Octal 123 4 337 77 142 0 15 406 140 55
Binary 1010011 100 11011111 111111 1100010 0 1101 100000110 1100000 101101

Color Harmonies of #5304DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5304DF

Black with #5304DF

Text Example


Text Example

White with #5304DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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