Html Css Color HEX #393379 Jacksons Purple

📋 copy color: '#393379'

red 57 ◦ green 51 ◦ blue 121

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

Shades of Jacksons Purple #393379

Tints of Jacksons Purple #393379

RGB

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

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

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

R = 24.89%
G = 22.27%
B = 52.84%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#393379 (or 0x393379) is known color: Jacksons Purple. HEX triplet: 39, 33 and 79. RGB value is (57,51,121). Sum of RGB (Red+Green+Blue) = 57+51+121=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #393379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393379 is #C6CC86. Grayscale: #3C3C3C. Windows color (decimal): -13028487 or 7942969. OLE color: 7942969.

HSL color Cylindrical-coordinate representation of color #393379: hue angle of 245.14º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393379 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 51 121 -
CMYK 0.53 0.58 0 0.53
HSL 245.14º 0.41% 0.34% -
HSV(B) 245.14º 0.58% 0.47% -
XYZ 6.32 4.62 18.65 -
YUV 60.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 57 51 121 0.53 0.58 0 0.53 245.14 0.41 0.34
Hex 39 33 79 35 3A 0 35 F5 29 22
Octal 71 63 171 65 72 0 65 365 51 42
Binary 111001 110011 1111001 110101 111010 0 110101 11110101 101001 100010

Color Harmonies of #393379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393379

Black with #393379

Text Example


Text Example

White with #393379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393379; }

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

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

background-color css

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

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

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

border-color css

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

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

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