Html Css Color HEX #5328DD Han Purple

📋 copy color: '#5328DD'

red 83 ◦ green 40 ◦ blue 221

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

Shades of Han Purple #5328DD

Tints of Han Purple #5328DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

 BLUE value IS 221 (86.72% from 255) = 64.24%

R = 24.13%
G = 11.63%
B = 64.24%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5328DD (or 0x5328DD) is known color: Han Purple. HEX triplet: 53, 28 and DD. RGB value is (83,40,221). Sum of RGB (Red+Green+Blue) = 83+40+221=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #5328DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5328DD is #ACD722. Grayscale: #484848. Windows color (decimal): -11327267 or 14493779. OLE color: 14493779.

HSL color Cylindrical-coordinate representation of color #5328DD: hue angle of 254.25º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5328DD is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 40 221 -
CMYK 0.62 0.82 0 0.13
HSL 254.25º 0.73% 0.51% -
HSV(B) 254.25º 0.82% 0.87% -
XYZ 17.38 8.58 69.15 -
YUV 73.49 211.25 134.78 -
System Red Green Blue C M Y K H S L
Decimal 83 40 221 0.62 0.82 0 0.13 254.25 0.73 0.51
Hex 53 28 DD 3E 52 0 D FE 49 33
Octal 123 50 335 76 122 0 15 376 111 63
Binary 1010011 101000 11011101 111110 1010010 0 1101 11111110 1001001 110011

Color Harmonies of #5328DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5328DD

Black with #5328DD

Text Example


Text Example

White with #5328DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5328DD; }

 p { color: rgb(83,40,221); }

 H1.HeaderClassName
 {
   color: #5328DD;
 }
 .AnyTagClassName
 {
   color: #5328DD;
 }
</style>

background-color css

<style>
 a { background-color: #5328DD; }

 a { background-color: rgb(83,40,221); }

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

border-color css

<style>
 span { border-color: #5328DD; }

 span { border-color: rgb(83,40,221); }

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