Html Css Color HEX #393E79 Jacksons Purple

📋 copy color: '#393E79'

red 57 ◦ green 62 ◦ blue 121

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

Shades of Jacksons Purple #393E79

Tints of Jacksons Purple #393E79

RGB

 RED value IS 57 (22.66% from 255) = 23.75%

 GREEN value IS 62 (24.61% from 255) = 25.83%

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

R = 23.75%
G = 25.83%
B = 50.42%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#393E79 (or 0x393E79) is known color: Jacksons Purple. HEX triplet: 39, 3E and 79. RGB value is (57,62,121). Sum of RGB (Red+Green+Blue) = 57+62+121=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #393E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E79 is #C6C186. Grayscale: #424242. Windows color (decimal): -13025671 or 7945785. OLE color: 7945785.

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

Color convert

RGB 57 62 121 -
CMYK 0.53 0.49 0 0.53
HSL 235.31º 0.36% 0.35% -
HSV(B) 235.31º 0.53% 0.47% -
XYZ 6.86 5.7 18.83 -
YUV 67.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 57 62 121 0.53 0.49 0 0.53 235.31 0.36 0.35
Hex 39 3E 79 35 31 0 35 EB 24 23
Octal 71 76 171 65 61 0 65 353 44 43
Binary 111001 111110 1111001 110101 110001 0 110101 11101011 100100 100011

Color Harmonies of #393E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393E79

Black with #393E79

Text Example


Text Example

White with #393E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393E79; }

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

 H1.HeaderClassName
 {
   color: #393E79;
 }
 .AnyTagClassName
 {
   color: #393E79;
 }
</style>

background-color css

<style>
 a { background-color: #393E79; }

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

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

border-color css

<style>
 span { border-color: #393E79; }

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

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