#3521DD

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

Shades of Han Purple #3521DD

Tints of Han Purple #3521DD

Color information

#3521DD (or 0x3521DD) is unknown color: approx Han Purple. HEX triplet: 35, 21 and DD. RGB value is (53,33,221). Sum of RGB (Red+Green+Blue) = 53+33+221=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 33 (13.28% from 255 or 10.75% 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 #3521DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3521DD is #CADE22. Grayscale: #3B3B3B. Windows color (decimal): -13295139 or 14491957. OLE color: 14491957.

HSL color Cylindrical-coordinate representation of color #3521DD: hue angle of 246.38º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3521DD is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5333221-
CMYK0.760.8500.13
HSL246.38º74.02%49.8%-
HSV(B)246.38º85.07%86.67%-
XYZ15.067.0768.98-
YUV60.41218.63122.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 33 (13.28% from 255) = 10.75%
BLUE value IS 221 (86.72% from 255) = 71.99%
R=17.26%
G=10.75%
B=71.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53332210.760.8500.13246.3874.0249.8
Hex3521DD4C550Df64a32
Octal654133511412501536611262
Binary110101100001110111011001100101010101101111101101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3521DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,33,221); }

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

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

 a { background-color: rgb(53,33,221); }

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

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

 span { border-color: rgb(53,33,221); }

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