#5204DD

Color #5204DD Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5204DD

Tints of Han Purple #5204DD

Color information

#5204DD (or 0x5204DD) is unknown color: approx Han Purple. HEX triplet: 52, 04 and DD. RGB value is (82,4,221). Sum of RGB (Red+Green+Blue) = 82+4+221=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #5204DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5204DD is #ADFB22. Grayscale: #333333. Windows color (decimal): -11402019 or 14484562. OLE color: 14484562.

HSL color Cylindrical-coordinate representation of color #5204DD: hue angle of 261.57º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5204DD is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB824221-
CMYK0.630.9800.13
HSL261.57º96.44%44.12%-
HSV(B)261.57º98.19%86.67%-
XYZ16.577.168.9-
YUV52.06223.34149.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 221 (86.72% from 255) = 71.99%
R=26.71%
G=1.30%
B=71.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8242210.630.9800.13261.5796.4444.12
Hex524DD3F620D106602c
Octal12243357714201540614054
Binary1010010100110111011111111100010011011000001101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5204DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5204DD; }

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

 H1.HeaderClassName
 {
   color: #5204DD;
 }
 .AnyTagClassName
 {
   color: #5204DD;
 }
</style>
background-color css

<style>
 a { background-color: #5204DD; }

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

 div.DivClassName
 {
   background-color: #5204DD;
 }
 .BgClassName
 {
   background-color: #5204DD;
 }
</style>
border-color css

<style>
 span { border-color: #5204DD; }

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

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