Html Css Color HEX #5331EF Han Purple

📋 copy color: '#5331EF'

red 83 ◦ green 49 ◦ blue 239

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

Shades of Han Purple #5331EF

Tints of Han Purple #5331EF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

 BLUE value IS 239 (93.75% from 255) = 64.42%

R = 22.37%
G = 13.21%
B = 64.42%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5331EF (or 0x5331EF) is known color: Han Purple. HEX triplet: 53, 31 and EF. RGB value is (83,49,239). Sum of RGB (Red+Green+Blue) = 83+49+239=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #5331EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5331EF is #ACCE10. Grayscale: #505050. Windows color (decimal): -11324945 or 15675731. OLE color: 15675731.

HSL color Cylindrical-coordinate representation of color #5331EF: hue angle of 250.74º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5331EF is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 49 239 -
CMYK 0.65 0.79 0 0.06
HSL 250.74º 0.86% 0.56% -
HSV(B) 250.74º 0.79% 0.94% -
XYZ 20.25 10.27 82.58 -
YUV 80.83 217.26 129.55 -
System Red Green Blue C M Y K H S L
Decimal 83 49 239 0.65 0.79 0 0.06 250.74 0.86 0.56
Hex 53 31 EF 41 4F 0 6 FB 56 38
Octal 123 61 357 101 117 0 6 373 126 70
Binary 1010011 110001 11101111 1000001 1001111 0 110 11111011 1010110 111000

Color Harmonies of #5331EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5331EF

Black with #5331EF

Text Example


Text Example

White with #5331EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5331EF; }

 p { color: rgb(83,49,239); }

 H1.HeaderClassName
 {
   color: #5331EF;
 }
 .AnyTagClassName
 {
   color: #5331EF;
 }
</style>

background-color css

<style>
 a { background-color: #5331EF; }

 a { background-color: rgb(83,49,239); }

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

border-color css

<style>
 span { border-color: #5331EF; }

 span { border-color: rgb(83,49,239); }

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