Html Css Color HEX #393B79 Jacksons Purple

📋 copy color: '#393B79'

red 57 ◦ green 59 ◦ blue 121

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

Shades of Jacksons Purple #393B79

Tints of Jacksons Purple #393B79

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.89%

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

R = 24.05%
G = 24.89%
B = 51.05%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#393B79 (or 0x393B79) is known color: Jacksons Purple. HEX triplet: 39, 3B and 79. RGB value is (57,59,121). Sum of RGB (Red+Green+Blue) = 57+59+121=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #393B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B79 is #C6C486. Grayscale: #414141. Windows color (decimal): -13026439 or 7945017. OLE color: 7945017.

HSL color Cylindrical-coordinate representation of color #393B79: hue angle of 238.12º 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 #393B79 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 59 121 -
CMYK 0.53 0.51 0 0.53
HSL 238.13º 0.36% 0.35% -
HSV(B) 238.13º 0.53% 0.47% -
XYZ 6.7 5.38 18.77 -
YUV 65.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 57 59 121 0.53 0.51 0 0.53 238.13 0.36 0.35
Hex 39 3B 79 35 33 0 35 EE 24 23
Octal 71 73 171 65 63 0 65 356 44 43
Binary 111001 111011 1111001 110101 110011 0 110101 11101110 100100 100011

Color Harmonies of #393B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B79

Black with #393B79

Text Example


Text Example

White with #393B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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