Html Css Color HEX #3E397E Jacksons Purple

📋 copy color: '#3E397E'

red 62 ◦ green 57 ◦ blue 126

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

Shades of Jacksons Purple #3E397E

Tints of Jacksons Purple #3E397E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 51.43%

R = 25.31%
G = 23.27%
B = 51.43%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E397E (or 0x3E397E) is known color: Jacksons Purple. HEX triplet: 3E, 39 and 7E. RGB value is (62,57,126). Sum of RGB (Red+Green+Blue) = 62+57+126=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E397E is #C1C681. Grayscale: #424242. Windows color (decimal): -12699266 or 8272190. OLE color: 8272190.

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

Color convert

RGB 62 57 126 -
CMYK 0.51 0.55 0 0.51
HSL 244.35º 0.38% 0.36% -
HSV(B) 244.35º 0.55% 0.49% -
XYZ 7.22 5.46 20.41 -
YUV 66.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 62 57 126 0.51 0.55 0 0.51 244.35 0.38 0.36
Hex 3E 39 7E 33 37 0 33 F4 26 24
Octal 76 71 176 63 67 0 63 364 46 44
Binary 111110 111001 1111110 110011 110111 0 110011 11110100 100110 100100

Color Harmonies of #3E397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E397E

Black with #3E397E

Text Example


Text Example

White with #3E397E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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