Html Css Color HEX #5304DA Han Purple

📋 copy color: '#5304DA'

red 83 ◦ green 4 ◦ blue 218

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

Shades of Han Purple #5304DA

Tints of Han Purple #5304DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 71.48%

R = 27.21%
G = 1.31%
B = 71.48%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5304DA (or 0x5304DA) is known color: Han Purple. HEX triplet: 53, 04 and DA. RGB value is (83,4,218). Sum of RGB (Red+Green+Blue) = 83+4+218=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #5304DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5304DA is #ACFB25. Grayscale: #333333. Windows color (decimal): -11336486 or 14287955. OLE color: 14287955.

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

Color convert

RGB 83 4 218 -
CMYK 0.62 0.98 0 0.15
HSL 262.15º 0.96% 0.44% -
HSV(B) 262.15º 0.98% 0.85% -
XYZ 16.27 6.99 66.82 -
YUV 52.02 221.67 150.1 -
System Red Green Blue C M Y K H S L
Decimal 83 4 218 0.62 0.98 0 0.15 262.15 0.96 0.44
Hex 53 4 DA 3E 62 0 F 106 60 2C
Octal 123 4 332 76 142 0 17 406 140 54
Binary 1010011 100 11011010 111110 1100010 0 1111 100000110 1100000 101100

Color Harmonies of #5304DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5304DA

Black with #5304DA

Text Example


Text Example

White with #5304DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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