Html Css Color HEX #3526DB Han Purple

📋 copy color: '#3526DB'

red 53 ◦ green 38 ◦ blue 219

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

Shades of Han Purple #3526DB

Tints of Han Purple #3526DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 17.1%
G = 12.26%
B = 70.65%

CMYK

 C value IS 0.76

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3526DB (or 0x3526DB) is known color: Han Purple. HEX triplet: 35, 26 and DB. RGB value is (53,38,219). Sum of RGB (Red+Green+Blue) = 53+38+219=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #3526DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3526DB is #CAD924. Grayscale: #3E3E3E. Windows color (decimal): -13293861 or 14362165. OLE color: 14362165.

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

Color convert

RGB 53 38 219 -
CMYK 0.76 0.83 0 0.14
HSL 244.97º 0.72% 0.5% -
HSV(B) 244.97º 0.83% 0.86% -
XYZ 14.95 7.26 67.63 -
YUV 63.12 215.97 120.78 -
System Red Green Blue C M Y K H S L
Decimal 53 38 219 0.76 0.83 0 0.14 244.97 0.72 0.5
Hex 35 26 DB 4C 53 0 E F5 48 32
Octal 65 46 333 114 123 0 16 365 110 62
Binary 110101 100110 11011011 1001100 1010011 0 1110 11110101 1001000 110010

Color Harmonies of #3526DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3526DB

Black with #3526DB

Text Example


Text Example

White with #3526DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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