Html Css Color HEX #3E337C Jacksons Purple

📋 copy color: '#3E337C'

red 62 ◦ green 51 ◦ blue 124

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

Shades of Jacksons Purple #3E337C

Tints of Jacksons Purple #3E337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

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

R = 26.16%
G = 21.52%
B = 52.32%

CMYK

 C value IS 0.5

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E337C (or 0x3E337C) is known color: Jacksons Purple. HEX triplet: 3E, 33 and 7C. RGB value is (62,51,124). Sum of RGB (Red+Green+Blue) = 62+51+124=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E337C is #C1CC83. Grayscale: #3E3E3E. Windows color (decimal): -12700804 or 8139582. OLE color: 8139582.

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

Color convert

RGB 62 51 124 -
CMYK 0.5 0.59 0 0.51
HSL 249.04º 0.42% 0.34% -
HSV(B) 249.04º 0.59% 0.49% -
XYZ 6.81 4.85 19.65 -
YUV 62.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 62 51 124 0.5 0.59 0 0.51 249.04 0.42 0.34
Hex 3E 33 7C 32 3B 0 33 F9 2A 22
Octal 76 63 174 62 73 0 63 371 52 42
Binary 111110 110011 1111100 110010 111011 0 110011 11111001 101010 100010

Color Harmonies of #3E337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E337C

Black with #3E337C

Text Example


Text Example

White with #3E337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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