Html Css Color HEX #393988 Jacksons Purple

📋 copy color: '#393988'

red 57 ◦ green 57 ◦ blue 136

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

Shades of Jacksons Purple #393988

Tints of Jacksons Purple #393988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

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

R = 22.8%
G = 22.8%
B = 54.4%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#393988 (or 0x393988) is known color: Jacksons Purple. HEX triplet: 39, 39 and 88. RGB value is (57,57,136). Sum of RGB (Red+Green+Blue) = 57+57+136=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #393988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393988 is #C6C677. Grayscale: #414141. Windows color (decimal): -13026936 or 8927545. OLE color: 8927545.

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

Color convert

RGB 57 57 136 -
CMYK 0.58 0.58 0 0.47
HSL 240º 0.41% 0.38% -
HSV(B) 240º 0.58% 0.53% -
XYZ 7.59 5.57 23.97 -
YUV 66.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 57 57 136 0.58 0.58 0 0.47 240 0.41 0.38
Hex 39 39 88 3A 3A 0 2F F0 29 26
Octal 71 71 210 72 72 0 57 360 51 46
Binary 111001 111001 10001000 111010 111010 0 101111 11110000 101001 100110

Color Harmonies of #393988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393988

Black with #393988

Text Example


Text Example

White with #393988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393988; }

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

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

background-color css

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

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

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

border-color css

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

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

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