Html Css Color HEX #531EDF Han Purple

📋 copy color: '#531EDF'

red 83 ◦ green 30 ◦ blue 223

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

Shades of Han Purple #531EDF

Tints of Han Purple #531EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.37%

R = 24.7%
G = 8.93%
B = 66.37%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#531EDF (or 0x531EDF) is known color: Han Purple. HEX triplet: 53, 1E and DF. RGB value is (83,30,223). Sum of RGB (Red+Green+Blue) = 83+30+223=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #531EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531EDF is #ACE120. Grayscale: #434343. Windows color (decimal): -11329825 or 14622291. OLE color: 14622291.

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

Color convert

RGB 83 30 223 -
CMYK 0.63 0.87 0 0.13
HSL 256.48º 0.76% 0.5% -
HSV(B) 256.48º 0.87% 0.87% -
XYZ 17.35 8.1 70.46 -
YUV 67.85 215.56 138.81 -
System Red Green Blue C M Y K H S L
Decimal 83 30 223 0.63 0.87 0 0.13 256.48 0.76 0.5
Hex 53 1E DF 3F 57 0 D 100 4C 32
Octal 123 36 337 77 127 0 15 400 114 62
Binary 1010011 11110 11011111 111111 1010111 0 1101 100000000 1001100 110010

Color Harmonies of #531EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EDF

Black with #531EDF

Text Example


Text Example

White with #531EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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