Html Css Color HEX #3E3879 Jacksons Purple

📋 copy color: '#3E3879'

red 62 ◦ green 56 ◦ blue 121

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

Shades of Jacksons Purple #3E3879

Tints of Jacksons Purple #3E3879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

 BLUE value IS 121 (47.66% from 255) = 50.63%

R = 25.94%
G = 23.43%
B = 50.63%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E3879 (or 0x3E3879) is known color: Jacksons Purple. HEX triplet: 3E, 38 and 79. RGB value is (62,56,121). Sum of RGB (Red+Green+Blue) = 62+56+121=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #3E3879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3879 is #C1C786. Grayscale: #404040. Windows color (decimal): -12699527 or 7944254. OLE color: 7944254.

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

Color convert

RGB 62 56 121 -
CMYK 0.49 0.54 0 0.53
HSL 245.54º 0.37% 0.35% -
HSV(B) 245.54º 0.54% 0.47% -
XYZ 6.85 5.23 18.74 -
YUV 65.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 62 56 121 0.49 0.54 0 0.53 245.54 0.37 0.35
Hex 3E 38 79 31 36 0 35 F6 25 23
Octal 76 70 171 61 66 0 65 366 45 43
Binary 111110 111000 1111001 110001 110110 0 110101 11110110 100101 100011

Color Harmonies of #3E3879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3879

Black with #3E3879

Text Example


Text Example

White with #3E3879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,121); }

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

background-color css

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

 a { background-color: rgb(62,56,121); }

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

border-color css

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

 span { border-color: rgb(62,56,121); }

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