Html Css Color HEX #393680 Jacksons Purple

📋 copy color: '#393680'

red 57 ◦ green 54 ◦ blue 128

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

Shades of Jacksons Purple #393680

Tints of Jacksons Purple #393680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.59%

 BLUE value IS 128 (50.39% from 255) = 53.56%

R = 23.85%
G = 22.59%
B = 53.56%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#393680 (or 0x393680) is known color: Jacksons Purple. HEX triplet: 39, 36 and 80. RGB value is (57,54,128). Sum of RGB (Red+Green+Blue) = 57+54+128=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #393680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393680 is #C6C97F. Grayscale: #3F3F3F. Windows color (decimal): -13027712 or 8402489. OLE color: 8402489.

HSL color Cylindrical-coordinate representation of color #393680: hue angle of 242.43º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393680 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 54 128 -
CMYK 0.55 0.58 0 0.50
HSL 242.43º 0.41% 0.36% -
HSV(B) 242.43º 0.58% 0.5% -
XYZ 6.9 5.07 21.04 -
YUV 63.33 164.49 123.48 -
System Red Green Blue C M Y K H S L
Decimal 57 54 128 0.55 0.58 0 0.50 242.43 0.41 0.36
Hex 39 36 80 37 3A 0 32 F2 29 24
Octal 71 66 200 67 72 0 62 362 51 44
Binary 111001 110110 10000000 110111 111010 0 110010 11110010 101001 100100

Color Harmonies of #393680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393680

Black with #393680

Text Example


Text Example

White with #393680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393680; }

 p { color: rgb(57,54,128); }

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

background-color css

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

 a { background-color: rgb(57,54,128); }

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

border-color css

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

 span { border-color: rgb(57,54,128); }

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