Html Css Color HEX #3520DA Han Purple

📋 copy color: '#3520DA'

red 53 ◦ green 32 ◦ blue 218

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

Shades of Han Purple #3520DA

Tints of Han Purple #3520DA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

 BLUE value IS 218 (85.55% from 255) = 71.95%

R = 17.49%
G = 10.56%
B = 71.95%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3520DA (or 0x3520DA) is known color: Han Purple. HEX triplet: 35, 20 and DA. RGB value is (53,32,218). Sum of RGB (Red+Green+Blue) = 53+32+218=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #3520DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3520DA is #CADF25. Grayscale: #3A3A3A. Windows color (decimal): -13295398 or 14295093. OLE color: 14295093.

HSL color Cylindrical-coordinate representation of color #3520DA: hue angle of 246.77º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3520DA is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 32 218 -
CMYK 0.76 0.85 0 0.15
HSL 246.77º 0.74% 0.49% -
HSV(B) 246.77º 0.85% 0.85% -
XYZ 14.64 6.85 66.88 -
YUV 59.48 217.46 123.38 -
System Red Green Blue C M Y K H S L
Decimal 53 32 218 0.76 0.85 0 0.15 246.77 0.74 0.49
Hex 35 20 DA 4C 55 0 F F7 4A 31
Octal 65 40 332 114 125 0 17 367 112 61
Binary 110101 100000 11011010 1001100 1010101 0 1111 11110111 1001010 110001

Color Harmonies of #3520DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3520DA

Black with #3520DA

Text Example


Text Example

White with #3520DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3520DA; }

 p { color: rgb(53,32,218); }

 H1.HeaderClassName
 {
   color: #3520DA;
 }
 .AnyTagClassName
 {
   color: #3520DA;
 }
</style>

background-color css

<style>
 a { background-color: #3520DA; }

 a { background-color: rgb(53,32,218); }

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

border-color css

<style>
 span { border-color: #3520DA; }

 span { border-color: rgb(53,32,218); }

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