Html Css Color HEX #3E1BDF Han Purple

📋 copy color: '#3E1BDF'

red 62 ◦ green 27 ◦ blue 223

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

Shades of Han Purple #3E1BDF

Tints of Han Purple #3E1BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.47%

R = 19.87%
G = 8.65%
B = 71.47%

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

#3E1BDF (or 0x3E1BDF) is known color: Han Purple. HEX triplet: 3E, 1B and DF. RGB value is (62,27,223). Sum of RGB (Red+Green+Blue) = 62+27+223=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E1BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1BDF is #C1E420. Grayscale: #3B3B3B. Windows color (decimal): -12706849 or 14621502. OLE color: 14621502.

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

Color convert

RGB 62 27 223 -
CMYK 0.72 0.88 0 0.13
HSL 250.71º 0.78% 0.49% -
HSV(B) 250.71º 0.88% 0.87% -
XYZ 15.7 7.14 70.36 -
YUV 59.81 220.1 129.56 -
System Red Green Blue C M Y K H S L
Decimal 62 27 223 0.72 0.88 0 0.13 250.71 0.78 0.49
Hex 3E 1B DF 48 58 0 D FB 4E 31
Octal 76 33 337 110 130 0 15 373 116 61
Binary 111110 11011 11011111 1001000 1011000 0 1101 11111011 1001110 110001

Color Harmonies of #3E1BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1BDF

Black with #3E1BDF

Text Example


Text Example

White with #3E1BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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