Html Css Color HEX #5231EF Han Purple

📋 copy color: '#5231EF'

red 82 ◦ green 49 ◦ blue 239

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

Shades of Han Purple #5231EF

Tints of Han Purple #5231EF

RGB

 RED value IS 82 (32.42% from 255) = 22.16%

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

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

R = 22.16%
G = 13.24%
B = 64.59%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5231EF (or 0x5231EF) is known color: Han Purple. HEX triplet: 52, 31 and EF. RGB value is (82,49,239). Sum of RGB (Red+Green+Blue) = 82+49+239=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #5231EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5231EF is #ADCE10. Grayscale: #4F4F4F. Windows color (decimal): -11390481 or 15675730. OLE color: 15675730.

HSL color Cylindrical-coordinate representation of color #5231EF: hue angle of 250.42º 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 #5231EF is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 49 239 -
CMYK 0.66 0.79 0 0.06
HSL 250.42º 0.86% 0.56% -
HSV(B) 250.42º 0.79% 0.94% -
XYZ 20.16 10.22 82.57 -
YUV 80.53 217.43 129.05 -
System Red Green Blue C M Y K H S L
Decimal 82 49 239 0.66 0.79 0 0.06 250.42 0.86 0.56
Hex 52 31 EF 42 4F 0 6 FA 56 38
Octal 122 61 357 102 117 0 6 372 126 70
Binary 1010010 110001 11101111 1000010 1001111 0 110 11111010 1010110 111000

Color Harmonies of #5231EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5231EF

Black with #5231EF

Text Example


Text Example

White with #5231EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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