Html Css Color HEX #3520DB Han Purple

📋 copy color: '#3520DB'

red 53 ◦ green 32 ◦ blue 219

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

Shades of Han Purple #3520DB

Tints of Han Purple #3520DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.04%

R = 17.43%
G = 10.53%
B = 72.04%

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

#3520DB (or 0x3520DB) is known color: Han Purple. HEX triplet: 35, 20 and DB. RGB value is (53,32,219). Sum of RGB (Red+Green+Blue) = 53+32+219=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #3520DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3520DB is #CADF24. Grayscale: #3A3A3A. Windows color (decimal): -13295397 or 14360629. OLE color: 14360629.

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

Color convert

RGB 53 32 219 -
CMYK 0.76 0.85 0 0.14
HSL 246.74º 0.75% 0.49% -
HSV(B) 246.74º 0.85% 0.86% -
XYZ 14.77 6.9 67.57 -
YUV 59.6 217.96 123.29 -
System Red Green Blue C M Y K H S L
Decimal 53 32 219 0.76 0.85 0 0.14 246.74 0.75 0.49
Hex 35 20 DB 4C 55 0 E F7 4B 31
Octal 65 40 333 114 125 0 16 367 113 61
Binary 110101 100000 11011011 1001100 1010101 0 1110 11110111 1001011 110001

Color Harmonies of #3520DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3520DB

Black with #3520DB

Text Example


Text Example

White with #3520DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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