Html Css Color HEX #3E1BD1 Han Purple

📋 copy color: '#3E1BD1'

red 62 ◦ green 27 ◦ blue 209

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

Shades of Han Purple #3E1BD1

Tints of Han Purple #3E1BD1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.06%

 BLUE value IS 209 (82.03% from 255) = 70.13%

R = 20.81%
G = 9.06%
B = 70.13%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3E1BD1 (or 0x3E1BD1) is known color: Han Purple. HEX triplet: 3E, 1B and D1. RGB value is (62,27,209). Sum of RGB (Red+Green+Blue) = 62+27+209=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 209 (82.03% from 255 or 70.13% from 298); Max value from RGB is 209 - color contains mainly: blue. Hex color #3E1BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1BD1 is #C1E42E. Grayscale: #393939. Windows color (decimal): -12706863 or 13703998. OLE color: 13703998.

HSL color Cylindrical-coordinate representation of color #3E1BD1: hue angle of 251.54º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E1BD1 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 62 27 209 -
CMYK 0.70 0.87 0 0.18
HSL 251.54º 0.77% 0.46% -
HSV(B) 251.54º 0.87% 0.82% -
XYZ 13.89 6.41 60.83 -
YUV 58.21 213.1 130.7 -
System Red Green Blue C M Y K H S L
Decimal 62 27 209 0.70 0.87 0 0.18 251.54 0.77 0.46
Hex 3E 1B D1 46 57 0 12 FC 4D 2E
Octal 76 33 321 106 127 0 22 374 115 56
Binary 111110 11011 11010001 1000110 1010111 0 10010 11111100 1001101 101110

Color Harmonies of #3E1BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1BD1

Black with #3E1BD1

Text Example


Text Example

White with #3E1BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,27,209); }

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

background-color css

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

 a { background-color: rgb(62,27,209); }

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

border-color css

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

 span { border-color: rgb(62,27,209); }

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