Html Css Color HEX #521CDD Han Purple

📋 copy color: '#521CDD'

red 82 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #521CDD

Tints of Han Purple #521CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.77%

R = 24.77%
G = 8.46%
B = 66.77%

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

#521CDD (or 0x521CDD) is known color: Han Purple. HEX triplet: 52, 1C and DD. RGB value is (82,28,221). Sum of RGB (Red+Green+Blue) = 82+28+221=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #521CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521CDD is #ADE322. Grayscale: #414141. Windows color (decimal): -11395875 or 14490706. OLE color: 14490706.

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

Color convert

RGB 82 28 221 -
CMYK 0.63 0.87 0 0.13
HSL 256.79º 0.78% 0.49% -
HSV(B) 256.79º 0.87% 0.87% -
XYZ 16.95 7.84 69.03 -
YUV 66.15 215.39 139.31 -
System Red Green Blue C M Y K H S L
Decimal 82 28 221 0.63 0.87 0 0.13 256.79 0.78 0.49
Hex 52 1C DD 3F 57 0 D 101 4E 31
Octal 122 34 335 77 127 0 15 401 116 61
Binary 1010010 11100 11011101 111111 1010111 0 1101 100000001 1001110 110001

Color Harmonies of #521CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CDD

Black with #521CDD

Text Example


Text Example

White with #521CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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