Html Css Color HEX #3E397A Jacksons Purple

📋 copy color: '#3E397A'

red 62 ◦ green 57 ◦ blue 122

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

Shades of Jacksons Purple #3E397A

Tints of Jacksons Purple #3E397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 50.62%

R = 25.73%
G = 23.65%
B = 50.62%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E397A (or 0x3E397A) is known color: Jacksons Purple. HEX triplet: 3E, 39 and 7A. RGB value is (62,57,122). Sum of RGB (Red+Green+Blue) = 62+57+122=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E397A is #C1C685. Grayscale: #414141. Windows color (decimal): -12699270 or 8010046. OLE color: 8010046.

HSL color Cylindrical-coordinate representation of color #3E397A: hue angle of 244.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E397A is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 57 122 -
CMYK 0.49 0.53 0 0.52
HSL 244.62º 0.36% 0.35% -
HSV(B) 244.62º 0.53% 0.48% -
XYZ 6.96 5.36 19.08 -
YUV 65.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 62 57 122 0.49 0.53 0 0.52 244.62 0.36 0.35
Hex 3E 39 7A 31 35 0 34 F5 24 23
Octal 76 71 172 61 65 0 64 365 44 43
Binary 111110 111001 1111010 110001 110101 0 110100 11110101 100100 100011

Color Harmonies of #3E397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E397A

Black with #3E397A

Text Example


Text Example

White with #3E397A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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