Html Css Color HEX #393D8B Jacksons Purple

📋 copy color: '#393D8B'

red 57 ◦ green 61 ◦ blue 139

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

Shades of Jacksons Purple #393D8B

Tints of Jacksons Purple #393D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.09%

R = 22.18%
G = 23.74%
B = 54.09%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#393D8B (or 0x393D8B) is known color: Jacksons Purple. HEX triplet: 39, 3D and 8B. RGB value is (57,61,139). Sum of RGB (Red+Green+Blue) = 57+61+139=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #393D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393D8B is #C6C274. Grayscale: #444444. Windows color (decimal): -13025909 or 9125177. OLE color: 9125177.

HSL color Cylindrical-coordinate representation of color #393D8B: hue angle of 237.07º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #393D8B is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 61 139 -
CMYK 0.59 0.56 0 0.45
HSL 237.07º 0.42% 0.38% -
HSV(B) 237.07º 0.59% 0.55% -
XYZ 8.02 6.07 25.18 -
YUV 68.7 167.67 119.66 -
System Red Green Blue C M Y K H S L
Decimal 57 61 139 0.59 0.56 0 0.45 237.07 0.42 0.38
Hex 39 3D 8B 3B 38 0 2D ED 2A 26
Octal 71 75 213 73 70 0 55 355 52 46
Binary 111001 111101 10001011 111011 111000 0 101101 11101101 101010 100110

Color Harmonies of #393D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D8B

Black with #393D8B

Text Example


Text Example

White with #393D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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