Html Css Color HEX #3521DC Han Purple

📋 copy color: '#3521DC'

red 53 ◦ green 33 ◦ blue 220

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

Shades of Han Purple #3521DC

Tints of Han Purple #3521DC

RGB

 RED value IS 53 (21.09% from 255) = 17.32%

 GREEN value IS 33 (13.28% from 255) = 10.78%

 BLUE value IS 220 (86.33% from 255) = 71.9%

R = 17.32%
G = 10.78%
B = 71.9%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3521DC (or 0x3521DC) is known color: Han Purple. HEX triplet: 35, 21 and DC. RGB value is (53,33,220). Sum of RGB (Red+Green+Blue) = 53+33+220=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #3521DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3521DC is #CADE23. Grayscale: #3B3B3B. Windows color (decimal): -13295140 or 14426421. OLE color: 14426421.

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

Color convert

RGB 53 33 220 -
CMYK 0.76 0.85 0 0.14
HSL 246.42º 0.74% 0.5% -
HSV(B) 246.42º 0.85% 0.86% -
XYZ 14.93 7.01 68.28 -
YUV 60.3 218.13 122.79 -
System Red Green Blue C M Y K H S L
Decimal 53 33 220 0.76 0.85 0 0.14 246.42 0.74 0.5
Hex 35 21 DC 4C 55 0 E F6 4A 32
Octal 65 41 334 114 125 0 16 366 112 62
Binary 110101 100001 11011100 1001100 1010101 0 1110 11110110 1001010 110010

Color Harmonies of #3521DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3521DC

Black with #3521DC

Text Example


Text Example

White with #3521DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3521DC;
 }
 .AnyTagClassName
 {
   color: #3521DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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