Html Css Color HEX #3628DC Han Purple

📋 copy color: '#3628DC'

red 54 ◦ green 40 ◦ blue 220

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

Shades of Han Purple #3628DC

Tints of Han Purple #3628DC

RGB

 RED value IS 54 (21.48% from 255) = 17.2%

 GREEN value IS 40 (16.02% from 255) = 12.74%

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

R = 17.2%
G = 12.74%
B = 70.06%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3628DC (or 0x3628DC) is known color: Han Purple. HEX triplet: 36, 28 and DC. RGB value is (54,40,220). Sum of RGB (Red+Green+Blue) = 54+40+220=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #3628DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3628DC is #C9D723. Grayscale: #404040. Windows color (decimal): -13227812 or 14428214. OLE color: 14428214.

HSL color Cylindrical-coordinate representation of color #3628DC: hue angle of 244.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3628DC is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 40 220 -
CMYK 0.75 0.82 0 0.14
HSL 244.67º 0.72% 0.51% -
HSV(B) 244.67º 0.82% 0.86% -
XYZ 15.2 7.47 68.35 -
YUV 64.71 215.64 120.36 -
System Red Green Blue C M Y K H S L
Decimal 54 40 220 0.75 0.82 0 0.14 244.67 0.72 0.51
Hex 36 28 DC 4B 52 0 E F5 48 33
Octal 66 50 334 113 122 0 16 365 110 63
Binary 110110 101000 11011100 1001011 1010010 0 1110 11110101 1001000 110011

Color Harmonies of #3628DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3628DC

Black with #3628DC

Text Example


Text Example

White with #3628DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,40,220); }

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

background-color css

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

 a { background-color: rgb(54,40,220); }

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

border-color css

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

 span { border-color: rgb(54,40,220); }

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