Html Css Color HEX #3511DB Han Purple

📋 copy color: '#3511DB'

red 53 ◦ green 17 ◦ blue 219

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

Shades of Han Purple #3511DB

Tints of Han Purple #3511DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.88%

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

R = 18.34%
G = 5.88%
B = 75.78%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3511DB (or 0x3511DB) is known color: Han Purple. HEX triplet: 35, 11 and DB. RGB value is (53,17,219). Sum of RGB (Red+Green+Blue) = 53+17+219=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #3511DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3511DB is #CAEE24. Grayscale: #323232. Windows color (decimal): -13299237 or 14356789. OLE color: 14356789.

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

Color convert

RGB 53 17 219 -
CMYK 0.76 0.92 0 0.14
HSL 250.69º 0.86% 0.46% -
HSV(B) 250.69º 0.92% 0.86% -
XYZ 14.45 6.27 67.47 -
YUV 50.79 222.93 129.57 -
System Red Green Blue C M Y K H S L
Decimal 53 17 219 0.76 0.92 0 0.14 250.69 0.86 0.46
Hex 35 11 DB 4C 5C 0 E FB 56 2E
Octal 65 21 333 114 134 0 16 373 126 56
Binary 110101 10001 11011011 1001100 1011100 0 1110 11111011 1010110 101110

Color Harmonies of #3511DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3511DB

Black with #3511DB

Text Example


Text Example

White with #3511DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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