Html Css Color HEX #531EDE Han Purple

📋 copy color: '#531EDE'

red 83 ◦ green 30 ◦ blue 222

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

Shades of Han Purple #531EDE

Tints of Han Purple #531EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

 BLUE value IS 222 (87.11% from 255) = 66.27%

R = 24.78%
G = 8.96%
B = 66.27%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#531EDE (or 0x531EDE) is known color: Han Purple. HEX triplet: 53, 1E and DE. RGB value is (83,30,222). Sum of RGB (Red+Green+Blue) = 83+30+222=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #531EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531EDE is #ACE121. Grayscale: #434343. Windows color (decimal): -11329826 or 14556755. OLE color: 14556755.

HSL color Cylindrical-coordinate representation of color #531EDE: hue angle of 256.56º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531EDE is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 30 222 -
CMYK 0.63 0.86 0 0.13
HSL 256.56º 0.76% 0.49% -
HSV(B) 256.56º 0.86% 0.87% -
XYZ 17.22 8.04 69.75 -
YUV 67.74 215.06 138.89 -
System Red Green Blue C M Y K H S L
Decimal 83 30 222 0.63 0.86 0 0.13 256.56 0.76 0.49
Hex 53 1E DE 3F 56 0 D 101 4C 31
Octal 123 36 336 77 126 0 15 401 114 61
Binary 1010011 11110 11011110 111111 1010110 0 1101 100000001 1001100 110001

Color Harmonies of #531EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EDE

Black with #531EDE

Text Example


Text Example

White with #531EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531EDE; }

 p { color: rgb(83,30,222); }

 H1.HeaderClassName
 {
   color: #531EDE;
 }
 .AnyTagClassName
 {
   color: #531EDE;
 }
</style>

background-color css

<style>
 a { background-color: #531EDE; }

 a { background-color: rgb(83,30,222); }

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

border-color css

<style>
 span { border-color: #531EDE; }

 span { border-color: rgb(83,30,222); }

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