Html Css Color HEX #531EDB Han Purple

📋 copy color: '#531EDB'

red 83 ◦ green 30 ◦ blue 219

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

Shades of Han Purple #531EDB

Tints of Han Purple #531EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.96%

R = 25%
G = 9.04%
B = 65.96%

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

#531EDB (or 0x531EDB) is known color: Han Purple. HEX triplet: 53, 1E and DB. RGB value is (83,30,219). Sum of RGB (Red+Green+Blue) = 83+30+219=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #531EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531EDB is #ACE124. Grayscale: #424242. Windows color (decimal): -11329829 or 14360147. OLE color: 14360147.

HSL color Cylindrical-coordinate representation of color #531EDB: hue angle of 256.83º 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 #531EDB is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 30 219 -
CMYK 0.62 0.86 0 0.14
HSL 256.83º 0.76% 0.49% -
HSV(B) 256.83º 0.86% 0.86% -
XYZ 16.82 7.88 67.65 -
YUV 67.39 213.56 139.13 -
System Red Green Blue C M Y K H S L
Decimal 83 30 219 0.62 0.86 0 0.14 256.83 0.76 0.49
Hex 53 1E DB 3E 56 0 E 101 4C 31
Octal 123 36 333 76 126 0 16 401 114 61
Binary 1010011 11110 11011011 111110 1010110 0 1110 100000001 1001100 110001

Color Harmonies of #531EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EDB

Black with #531EDB

Text Example


Text Example

White with #531EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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