Html Css Color HEX #3E397F Jacksons Purple

📋 copy color: '#3E397F'

red 62 ◦ green 57 ◦ blue 127

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

Shades of Jacksons Purple #3E397F

Tints of Jacksons Purple #3E397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.63%

R = 25.2%
G = 23.17%
B = 51.63%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3E397F (or 0x3E397F) is known color: Jacksons Purple. HEX triplet: 3E, 39 and 7F. RGB value is (62,57,127). Sum of RGB (Red+Green+Blue) = 62+57+127=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E397F is #C1C680. Grayscale: #424242. Windows color (decimal): -12699265 or 8337726. OLE color: 8337726.

HSL color Cylindrical-coordinate representation of color #3E397F: hue angle of 244.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E397F is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 62 57 127 -
CMYK 0.51 0.55 0 0.50
HSL 244.29º 0.38% 0.36% -
HSV(B) 244.29º 0.55% 0.5% -
XYZ 7.28 5.48 20.75 -
YUV 66.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 62 57 127 0.51 0.55 0 0.50 244.29 0.38 0.36
Hex 3E 39 7F 33 37 0 32 F4 26 24
Octal 76 71 177 63 67 0 62 364 46 44
Binary 111110 111001 1111111 110011 110111 0 110010 11110100 100110 100100

Color Harmonies of #3E397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E397F

Black with #3E397F

Text Example


Text Example

White with #3E397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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