Html Css Color HEX #531BDB Han Purple

📋 copy color: '#531BDB'

red 83 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #531BDB

Tints of Han Purple #531BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.21%

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

R = 25.23%
G = 8.21%
B = 66.57%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#531BDB (or 0x531BDB) is known color: Han Purple. HEX triplet: 53, 1B and DB. RGB value is (83,27,219). Sum of RGB (Red+Green+Blue) = 83+27+219=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #531BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BDB is #ACE424. Grayscale: #404040. Windows color (decimal): -11330597 or 14359379. OLE color: 14359379.

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

Color convert

RGB 83 27 219 -
CMYK 0.62 0.88 0 0.14
HSL 257.5º 0.78% 0.48% -
HSV(B) 257.5º 0.88% 0.86% -
XYZ 16.75 7.74 67.63 -
YUV 65.63 214.55 140.39 -
System Red Green Blue C M Y K H S L
Decimal 83 27 219 0.62 0.88 0 0.14 257.5 0.78 0.48
Hex 53 1B DB 3E 58 0 E 102 4E 30
Octal 123 33 333 76 130 0 16 402 116 60
Binary 1010011 11011 11011011 111110 1011000 0 1110 100000010 1001110 110000

Color Harmonies of #531BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BDB

Black with #531BDB

Text Example


Text Example

White with #531BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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