Html Css Color HEX #393B8D Jacksons Purple

📋 copy color: '#393B8D'

red 57 ◦ green 59 ◦ blue 141

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

Shades of Jacksons Purple #393B8D

Tints of Jacksons Purple #393B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 22.18%
G = 22.96%
B = 54.86%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#393B8D (or 0x393B8D) is known color: Jacksons Purple. HEX triplet: 39, 3B and 8D. RGB value is (57,59,141). Sum of RGB (Red+Green+Blue) = 57+59+141=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #393B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393B8D is #C6C472. Grayscale: #434343. Windows color (decimal): -13026419 or 9255737. OLE color: 9255737.

HSL color Cylindrical-coordinate representation of color #393B8D: hue angle of 238.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #393B8D is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 59 141 -
CMYK 0.60 0.58 0 0.45
HSL 238.57º 0.42% 0.39% -
HSV(B) 238.57º 0.6% 0.55% -
XYZ 8.06 5.92 25.92 -
YUV 67.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 57 59 141 0.60 0.58 0 0.45 238.57 0.42 0.39
Hex 39 3B 8D 3C 3A 0 2D EF 2A 27
Octal 71 73 215 74 72 0 55 357 52 47
Binary 111001 111011 10001101 111100 111010 0 101101 11101111 101010 100111

Color Harmonies of #393B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B8D

Black with #393B8D

Text Example


Text Example

White with #393B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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