Html Css Color HEX #3E2ADD Han Purple

📋 copy color: '#3E2ADD'

red 62 ◦ green 42 ◦ blue 221

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

Shades of Han Purple #3E2ADD

Tints of Han Purple #3E2ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.92%

 BLUE value IS 221 (86.72% from 255) = 68%

R = 19.08%
G = 12.92%
B = 68%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3E2ADD (or 0x3E2ADD) is known color: Han Purple. HEX triplet: 3E, 2A and DD. RGB value is (62,42,221). Sum of RGB (Red+Green+Blue) = 62+42+221=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E2ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2ADD is #C1D522. Grayscale: #434343. Windows color (decimal): -12703011 or 14494270. OLE color: 14494270.

HSL color Cylindrical-coordinate representation of color #3E2ADD: hue angle of 246.7º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E2ADD is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 42 221 -
CMYK 0.72 0.81 0 0.13
HSL 246.7º 0.72% 0.52% -
HSV(B) 246.7º 0.81% 0.87% -
XYZ 15.87 7.9 69.1 -
YUV 68.39 214.13 123.45 -
System Red Green Blue C M Y K H S L
Decimal 62 42 221 0.72 0.81 0 0.13 246.7 0.72 0.52
Hex 3E 2A DD 48 51 0 D F7 48 34
Octal 76 52 335 110 121 0 15 367 110 64
Binary 111110 101010 11011101 1001000 1010001 0 1101 11110111 1001000 110100

Color Harmonies of #3E2ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2ADD

Black with #3E2ADD

Text Example


Text Example

White with #3E2ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,42,221); }

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

background-color css

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

 a { background-color: rgb(62,42,221); }

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

border-color css

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

 span { border-color: rgb(62,42,221); }

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