Html Css Color HEX #521CDB Han Purple

📋 copy color: '#521CDB'

red 82 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #521CDB

Tints of Han Purple #521CDB

RGB

 RED value IS 82 (32.42% from 255) = 24.92%

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

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

R = 24.92%
G = 8.51%
B = 66.57%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#521CDB (or 0x521CDB) is known color: Han Purple. HEX triplet: 52, 1C and DB. RGB value is (82,28,219). Sum of RGB (Red+Green+Blue) = 82+28+219=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 28 (11.33% from 255 or 8.51% 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 #521CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521CDB is #ADE324. Grayscale: #414141. Windows color (decimal): -11395877 or 14359634. OLE color: 14359634.

HSL color Cylindrical-coordinate representation of color #521CDB: hue angle of 256.96º 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 #521CDB is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 28 219 -
CMYK 0.63 0.87 0 0.14
HSL 256.96º 0.77% 0.48% -
HSV(B) 256.96º 0.87% 0.86% -
XYZ 16.68 7.74 67.63 -
YUV 65.92 214.39 139.47 -
System Red Green Blue C M Y K H S L
Decimal 82 28 219 0.63 0.87 0 0.14 256.96 0.77 0.48
Hex 52 1C DB 3F 57 0 E 101 4D 30
Octal 122 34 333 77 127 0 16 401 115 60
Binary 1010010 11100 11011011 111111 1010111 0 1110 100000001 1001101 110000

Color Harmonies of #521CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CDB

Black with #521CDB

Text Example


Text Example

White with #521CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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