Html Css Color HEX #3E397C Jacksons Purple

📋 copy color: '#3E397C'

red 62 ◦ green 57 ◦ blue 124

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

Shades of Jacksons Purple #3E397C

Tints of Jacksons Purple #3E397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.46%

 BLUE value IS 124 (48.83% from 255) = 51.03%

R = 25.51%
G = 23.46%
B = 51.03%

CMYK

 C value IS 0.5

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E397C (or 0x3E397C) is known color: Jacksons Purple. HEX triplet: 3E, 39 and 7C. RGB value is (62,57,124). Sum of RGB (Red+Green+Blue) = 62+57+124=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E397C is #C1C683. Grayscale: #414141. Windows color (decimal): -12699268 or 8141118. OLE color: 8141118.

HSL color Cylindrical-coordinate representation of color #3E397C: hue angle of 244.48º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E397C is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 57 124 -
CMYK 0.5 0.54 0 0.51
HSL 244.48º 0.37% 0.35% -
HSV(B) 244.48º 0.54% 0.49% -
XYZ 7.09 5.41 19.74 -
YUV 66.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 62 57 124 0.5 0.54 0 0.51 244.48 0.37 0.35
Hex 3E 39 7C 32 36 0 33 F4 25 23
Octal 76 71 174 62 66 0 63 364 45 43
Binary 111110 111001 1111100 110010 110110 0 110011 11110100 100101 100011

Color Harmonies of #3E397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E397C

Black with #3E397C

Text Example


Text Example

White with #3E397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,57,124); }

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

background-color css

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

 a { background-color: rgb(62,57,124); }

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

border-color css

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

 span { border-color: rgb(62,57,124); }

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