Html Css Color HEX #393E7C Jacksons Purple

📋 copy color: '#393E7C'

red 57 ◦ green 62 ◦ blue 124

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

Shades of Jacksons Purple #393E7C

Tints of Jacksons Purple #393E7C

RGB

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

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

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

R = 23.46%
G = 25.51%
B = 51.03%

CMYK

 C value IS 0.54

 M value IS 0.5

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#393E7C (or 0x393E7C) is known color: Jacksons Purple. HEX triplet: 39, 3E and 7C. RGB value is (57,62,124). Sum of RGB (Red+Green+Blue) = 57+62+124=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #393E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E7C is #C6C183. Grayscale: #434343. Windows color (decimal): -13025668 or 8142393. OLE color: 8142393.

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

Color convert

RGB 57 62 124 -
CMYK 0.54 0.5 0 0.51
HSL 235.52º 0.37% 0.35% -
HSV(B) 235.52º 0.54% 0.49% -
XYZ 7.05 5.77 19.81 -
YUV 67.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 57 62 124 0.54 0.5 0 0.51 235.52 0.37 0.35
Hex 39 3E 7C 36 32 0 33 EC 25 23
Octal 71 76 174 66 62 0 63 354 45 43
Binary 111001 111110 1111100 110110 110010 0 110011 11101100 100101 100011

Color Harmonies of #393E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393E7C

Black with #393E7C

Text Example


Text Example

White with #393E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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