Html Css Color HEX #3E1ADD Han Purple

📋 copy color: '#3E1ADD'

red 62 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #3E1ADD

Tints of Han Purple #3E1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.41%

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

R = 20.06%
G = 8.41%
B = 71.52%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3E1ADD (or 0x3E1ADD) is known color: Han Purple. HEX triplet: 3E, 1A and DD. RGB value is (62,26,221). Sum of RGB (Red+Green+Blue) = 62+26+221=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E1ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1ADD is #C1E522. Grayscale: #3A3A3A. Windows color (decimal): -12707107 or 14490174. OLE color: 14490174.

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

Color convert

RGB 62 26 221 -
CMYK 0.72 0.88 0 0.13
HSL 251.08º 0.79% 0.48% -
HSV(B) 251.08º 0.88% 0.87% -
XYZ 15.41 6.98 68.94 -
YUV 58.99 219.43 130.14 -
System Red Green Blue C M Y K H S L
Decimal 62 26 221 0.72 0.88 0 0.13 251.08 0.79 0.48
Hex 3E 1A DD 48 58 0 D FB 4F 30
Octal 76 32 335 110 130 0 15 373 117 60
Binary 111110 11010 11011101 1001000 1011000 0 1101 11111011 1001111 110000

Color Harmonies of #3E1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1ADD

Black with #3E1ADD

Text Example


Text Example

White with #3E1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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