Html Css Color HEX #3E31DF Han Purple

📋 copy color: '#3E31DF'

red 62 ◦ green 49 ◦ blue 223

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

Shades of Han Purple #3E31DF

Tints of Han Purple #3E31DF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 18.56%
G = 14.67%
B = 66.77%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3E31DF (or 0x3E31DF) is known color: Han Purple. HEX triplet: 3E, 31 and DF. RGB value is (62,49,223). Sum of RGB (Red+Green+Blue) = 62+49+223=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E31DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E31DF is #C1CE20. Grayscale: #484848. Windows color (decimal): -12701217 or 14627134. OLE color: 14627134.

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

Color convert

RGB 62 49 223 -
CMYK 0.72 0.78 0 0.13
HSL 244.48º 0.73% 0.53% -
HSV(B) 244.48º 0.78% 0.87% -
XYZ 16.4 8.55 70.6 -
YUV 72.72 212.81 120.35 -
System Red Green Blue C M Y K H S L
Decimal 62 49 223 0.72 0.78 0 0.13 244.48 0.73 0.53
Hex 3E 31 DF 48 4E 0 D F4 49 35
Octal 76 61 337 110 116 0 15 364 111 65
Binary 111110 110001 11011111 1001000 1001110 0 1101 11110100 1001001 110101

Color Harmonies of #3E31DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E31DF

Black with #3E31DF

Text Example


Text Example

White with #3E31DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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