Html Css Color HEX #531CDB Han Purple

📋 copy color: '#531CDB'

red 83 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #531CDB

Tints of Han Purple #531CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.48%

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

R = 25.15%
G = 8.48%
B = 66.36%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#531CDB (or 0x531CDB) is known color: Han Purple. HEX triplet: 53, 1C and DB. RGB value is (83,28,219). Sum of RGB (Red+Green+Blue) = 83+28+219=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #531CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CDB is #ACE324. Grayscale: #414141. Windows color (decimal): -11330341 or 14359635. OLE color: 14359635.

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

Color convert

RGB 83 28 219 -
CMYK 0.62 0.87 0 0.14
HSL 257.28º 0.77% 0.48% -
HSV(B) 257.28º 0.87% 0.86% -
XYZ 16.77 7.78 67.64 -
YUV 66.22 214.22 139.97 -
System Red Green Blue C M Y K H S L
Decimal 83 28 219 0.62 0.87 0 0.14 257.28 0.77 0.48
Hex 53 1C DB 3E 57 0 E 101 4D 30
Octal 123 34 333 76 127 0 16 401 115 60
Binary 1010011 11100 11011011 111110 1010111 0 1110 100000001 1001101 110000

Color Harmonies of #531CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531CDB

Black with #531CDB

Text Example


Text Example

White with #531CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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