Html Css Color HEX #393D7C Jacksons Purple

📋 copy color: '#393D7C'

red 57 ◦ green 61 ◦ blue 124

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

Shades of Jacksons Purple #393D7C

Tints of Jacksons Purple #393D7C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.21%

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

R = 23.55%
G = 25.21%
B = 51.24%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#393D7C (or 0x393D7C) is known color: Jacksons Purple. HEX triplet: 39, 3D and 7C. RGB value is (57,61,124). Sum of RGB (Red+Green+Blue) = 57+61+124=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #393D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D7C is #C6C283. Grayscale: #424242. Windows color (decimal): -13025924 or 8142137. OLE color: 8142137.

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

Color convert

RGB 57 61 124 -
CMYK 0.54 0.51 0 0.51
HSL 236.42º 0.37% 0.35% -
HSV(B) 236.42º 0.54% 0.49% -
XYZ 6.99 5.66 19.79 -
YUV 66.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 57 61 124 0.54 0.51 0 0.51 236.42 0.37 0.35
Hex 39 3D 7C 36 33 0 33 EC 25 23
Octal 71 75 174 66 63 0 63 354 45 43
Binary 111001 111101 1111100 110110 110011 0 110011 11101100 100101 100011

Color Harmonies of #393D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D7C

Black with #393D7C

Text Example


Text Example

White with #393D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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