Html Css Color HEX #3E28DC Han Purple

📋 copy color: '#3E28DC'

red 62 ◦ green 40 ◦ blue 220

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

Shades of Han Purple #3E28DC

Tints of Han Purple #3E28DC

RGB

 RED value IS 62 (24.61% from 255) = 19.25%

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

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

R = 19.25%
G = 12.42%
B = 68.32%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3E28DC (or 0x3E28DC) is known color: Han Purple. HEX triplet: 3E, 28 and DC. RGB value is (62,40,220). Sum of RGB (Red+Green+Blue) = 62+40+220=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E28DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E28DC is #C1D723. Grayscale: #424242. Windows color (decimal): -12703524 or 14428222. OLE color: 14428222.

HSL color Cylindrical-coordinate representation of color #3E28DC: hue angle of 247.33º 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 #3E28DC is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 40 220 -
CMYK 0.72 0.82 0 0.14
HSL 247.33º 0.72% 0.51% -
HSV(B) 247.33º 0.82% 0.86% -
XYZ 15.66 7.71 68.37 -
YUV 67.1 214.29 124.36 -
System Red Green Blue C M Y K H S L
Decimal 62 40 220 0.72 0.82 0 0.14 247.33 0.72 0.51
Hex 3E 28 DC 48 52 0 E F7 48 33
Octal 76 50 334 110 122 0 16 367 110 63
Binary 111110 101000 11011100 1001000 1010010 0 1110 11110111 1001000 110011

Color Harmonies of #3E28DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E28DC

Black with #3E28DC

Text Example


Text Example

White with #3E28DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E28DC; }

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

 H1.HeaderClassName
 {
   color: #3E28DC;
 }
 .AnyTagClassName
 {
   color: #3E28DC;
 }
</style>

background-color css

<style>
 a { background-color: #3E28DC; }

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

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

border-color css

<style>
 span { border-color: #3E28DC; }

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

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