Html Css Color HEX #531EDC Han Purple

📋 copy color: '#531EDC'

red 83 ◦ green 30 ◦ blue 220

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

Shades of Han Purple #531EDC

Tints of Han Purple #531EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.07%

R = 24.92%
G = 9.01%
B = 66.07%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#531EDC (or 0x531EDC) is known color: Han Purple. HEX triplet: 53, 1E and DC. RGB value is (83,30,220). Sum of RGB (Red+Green+Blue) = 83+30+220=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #531EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531EDC is #ACE123. Grayscale: #424242. Windows color (decimal): -11329828 or 14425683. OLE color: 14425683.

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

Color convert

RGB 83 30 220 -
CMYK 0.62 0.86 0 0.14
HSL 256.74º 0.76% 0.49% -
HSV(B) 256.74º 0.86% 0.86% -
XYZ 16.95 7.93 68.35 -
YUV 67.51 214.06 139.05 -
System Red Green Blue C M Y K H S L
Decimal 83 30 220 0.62 0.86 0 0.14 256.74 0.76 0.49
Hex 53 1E DC 3E 56 0 E 101 4C 31
Octal 123 36 334 76 126 0 16 401 114 61
Binary 1010011 11110 11011100 111110 1010110 0 1110 100000001 1001100 110001

Color Harmonies of #531EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EDC

Black with #531EDC

Text Example


Text Example

White with #531EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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