Html Css Color HEX #393788 Jacksons Purple

📋 copy color: '#393788'

red 57 ◦ green 55 ◦ blue 136

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

Shades of Jacksons Purple #393788

Tints of Jacksons Purple #393788

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

 BLUE value IS 136 (53.52% from 255) = 54.84%

R = 22.98%
G = 22.18%
B = 54.84%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#393788 (or 0x393788) is known color: Jacksons Purple. HEX triplet: 39, 37 and 88. RGB value is (57,55,136). Sum of RGB (Red+Green+Blue) = 57+55+136=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #393788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393788 is #C6C877. Grayscale: #404040. Windows color (decimal): -13027448 or 8927033. OLE color: 8927033.

HSL color Cylindrical-coordinate representation of color #393788: hue angle of 241.48º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #393788 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 55 136 -
CMYK 0.58 0.60 0 0.47
HSL 241.48º 0.42% 0.37% -
HSV(B) 241.48º 0.6% 0.53% -
XYZ 7.5 5.38 23.94 -
YUV 64.83 168.16 122.41 -
System Red Green Blue C M Y K H S L
Decimal 57 55 136 0.58 0.60 0 0.47 241.48 0.42 0.37
Hex 39 37 88 3A 3C 0 2F F1 2A 25
Octal 71 67 210 72 74 0 57 361 52 45
Binary 111001 110111 10001000 111010 111100 0 101111 11110001 101010 100101

Color Harmonies of #393788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393788

Black with #393788

Text Example


Text Example

White with #393788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393788; }

 p { color: rgb(57,55,136); }

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

background-color css

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

 a { background-color: rgb(57,55,136); }

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

border-color css

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

 span { border-color: rgb(57,55,136); }

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